-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request complete training_notebook.ipynb for v2 model training #55
Comments
I use the Master branch with the following training command: , and finally get the input of the model as 1x1x40, not 1x3x40 as in v2, do I need to change any parameter? |
The version 2.1 tag refers to the model version, not the mWW version (this is confusing... I should make the distinction more clear). Try using basic_training_notebook.ipynb in the main repo branch. You are trying to train with the old Inception architecture, but the that notebook uses the newer, more accurate Mixednet architecture. |
Okay, thanks a lot. One more question, the model I trained with default parameters is not as accurate as the pre-trained model you published, do we need to debug this ourselves? Or can you also give a training configuration reference? |
@kahrendt Hi, I tested training_notebook.ipynb with tag 2.1 but it doesn't work, can you give a full ipynb, thanks a lot! (Or Can you share the commands to train the v2 model architecture, much appreciated!)
#31
I see from your previous reply that the current input of 1x5x40 is as expected? I checked the v2 model in esp and the input is 1x3x40
The text was updated successfully, but these errors were encountered: