| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
I have a error with this parameter. So, could you tell me which way is it? "displayiters" or "display_iters"? Using rc7 on MacOS. I had display_iters = 1000 parameter in my train_network() call, I started running my code without changing anything and I got error about "display_iters". I go to documentation and see that it is now "displayiters". Ok, but the example in the same help page uses "display_iters = 1000". Very confusing. So, I get rid of the parameter in the train_network() call and change pytorch_config.yaml to "displayiters: 1000". Get an error about Changed "displayiters" back to "display_iters" in the PyTorch_config.yaml. So, which way is it? |
Sorry, something went wrong.
|
Hello, Sorry this is indeed confusing, I agree with you. Basically:
To summarize:
Thanks for spotting the error in the deeplabcut.train_network() docstring, I opened a PR to fix it, and sorry for the confusing naming. Unfortunately we cannot refactor to make it consistent everywhere, because ensuring full backwards compatibility is a strict requirement of DeepLabCut. |
Sorry, something went wrong.
|
Thank you for the thorough explanation! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes the displayiters parameter when train_network is called from the GUI.