-
Notifications
You must be signed in to change notification settings - Fork 37
Add a Model
Eric Hofesmann edited this page Nov 15, 2019
·
2 revisions
- 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_weights
functions
- Complete
- Add PreprocessTrain and PreprocessEval classes within
custom_model_name.py
- Create
config_train.yaml
andconfig_test.yaml
files for the new model