-
Notifications
You must be signed in to change notification settings - Fork 147
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
train_fsns.py problem #71
Comments
it jumps into the train routine implemented by chainer |
Can you tell me the exact location of the program jump? thank you very much @Bartzi |
please have a look at the chainer documentation, and I think you will be able to find what you are looking for 😉 |
hello Bartzi,I have a new problem about train_fsns.py [ ] how should i adjust the attributes like the below in train_fsns.py ? attributes_to_adjust = [ I am confused,could you give me a case? very thanks |
If you are not changing anything else than a train curriculum there is no need for chaning the code at this point. These lines of code are only necessary, because there are sveral pieces of code that need to be adjusted if the dataset is changed, this is just a list of locations where changes need to be made when updating the curriculum, so as long as you did not make any changes to code that deals with attributes that might be changed by a new dataset, you don't need to changes these lines of code. |
In train_fsns.py, to trainer.run(), where does the program jump?
The text was updated successfully, but these errors were encountered: