Add a Model - MichiganCOG/ViP GitHub Wiki
Add a Model
- Create a new folder 
ViP/models/custom_model_name - Create a model class in 
ViP/models/custom_model_name/custom_model_name.py- Complete 
__init__,forward, and (optional)__load_pretrained_weightsfunctions 
 - Complete 
 - Add PreprocessTrain and PreprocessEval classes within 
custom_model_name.py - Create 
config_train.yamlandconfig_test.yamlfiles for the new model