You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can just simply assign model.name=FakeNet in the configuration file, then torchline will automatically load your specified model.
By the way, if you want to build a model in another py file (e.g., mymodel.py), instead of main.py, you should import mymodel in main.py; otherwise, torchline will fail to load your model.
First of all, nice project!!!
In your cifar demo, your models are hard-coded into your lib. So, how do I define my own models and make them work well with the config system?
Hope you can give some detailed documentations on this!
The text was updated successfully, but these errors were encountered: