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
Thank you for Sampling-free code.
I have started exploring the code and try to execute for MaskRCNN on the COCO dataset.
I have few doubts. Could you please clarify my doubts?
What is the meaning for this below configuration found on ./scripts/train.py. What is this number 16000? fpn_pos_nms_top_n_train=$[16000/$gpun]
if i try to run on 2 gpu, two process ids are created instead of one processId, why is this happening?
How to run the tensorboard to visualize the learning performance in the graph?
Thank you,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for Sampling-free code.
I have started exploring the code and try to execute for MaskRCNN on the COCO dataset.
I have few doubts. Could you please clarify my doubts?
What is the meaning for this below configuration found on ./scripts/train.py. What is this number 16000?
fpn_pos_nms_top_n_train=$[16000/$gpun]
if i try to run on 2 gpu, two process ids are created instead of one processId, why is this happening?
How to run the tensorboard to visualize the learning performance in the graph?
Thank you,
The text was updated successfully, but these errors were encountered: