Replies: 1 comment
-
Hi @DSRajesh, here is the training workflow. MONAI/monai/apps/detection/utils/hard_negative_sampler.py Lines 104 to 108 in 0a3cdd9 So you can put HardNegativeSampler after out = model(input) .
You can also refer to: MONAI/monai/apps/detection/networks/retinanet_detector.py Lines 938 to 956 in 0a3cdd9 Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
How do I use HardNegativeSampler while training a classifier using DenseNet121 ?
Thanks
Rajesh
Beta Was this translation helpful? Give feedback.
All reactions