You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the code in tools/train_net.py, I adopted the build_evaluator.py.
I meant to implement evaluation after a certain number of iterations, and I had three GPUs. However, in the practical inference process, the test sets were loaded to each GPU. Actually, I want to implement inference on one GPU. Thus, I appreciate that if you can give me some suggestions on this issue.
This discussion was converted from issue #2730 on March 11, 2021 09:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the code in tools/train_net.py, I adopted the build_evaluator.py.
I meant to implement evaluation after a certain number of iterations, and I had three GPUs. However, in the practical inference process, the test sets were loaded to each GPU. Actually, I want to implement inference on one GPU. Thus, I appreciate that if you can give me some suggestions on this issue.
Beta Was this translation helpful? Give feedback.
All reactions