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
Hi,
I have trained a "res8" model and saved it as a file ".pt".
When I modify in the config.json file the "model_path" of my model, I can't modify the type of the model that I input into the demo.
In fact, I discovered that if I train by myself a "cnn-trad-pool2", which is the default in the train.py file, the demo works fine with such model.
So, I would like to know if there is a possibility to say that my input model is a "res8" and not a "cnn-trad-pool2".
I have tried to input in the config.json file "model": "res8", but it seems that it was not even read as an input.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I have trained a "res8" model and saved it as a file ".pt".
When I modify in the config.json file the "model_path" of my model, I can't modify the type of the model that I input into the demo.
In fact, I discovered that if I train by myself a "cnn-trad-pool2", which is the default in the train.py file, the demo works fine with such model.
So, I would like to know if there is a possibility to say that my input model is a "res8" and not a "cnn-trad-pool2".
I have tried to input in the config.json file "model": "res8", but it seems that it was not even read as an input.
Thank you in advance.
The text was updated successfully, but these errors were encountered: