We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Question: When MaskRCNN saves checkpoint after training, this variable arguments["save_checkpoints"] is used, but no value is assigned to it.
Solution: In training\object_detection\pytorch\tools\train_net.py,add the following code: arguments["save_checkpoints"] = cfg.SAVE_CHECKPOINTS
The text was updated successfully, but these errors were encountered:
Sorry but the maskrcnn benchmark is dropped from the training benchmarks suite so this issue cannot be addressed at this time.
Sorry, something went wrong.
No branches or pull requests
Question:
When MaskRCNN saves checkpoint after training, this variable arguments["save_checkpoints"] is used, but no value is assigned to it.
Solution:
In training\object_detection\pytorch\tools\train_net.py,add the following code:
arguments["save_checkpoints"] = cfg.SAVE_CHECKPOINTS
The text was updated successfully, but these errors were encountered: