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
Hi, I think that axis=(1,2,3) should be specified in np.sum
axis=(1,2,3)
np.sum
here
TensorFlow2.0-Examples/4-Object_Detection/RPN/train.py
Line 106 in f99fcef
and here
Line 113 in f99fcef
The text was updated successfully, but these errors were encountered:
RPN: 'compute_loss' fixed
3cc33e9
YunYang1994#90
No branches or pull requests
Hi, I think that
axis=(1,2,3)
should be specified innp.sum
here
TensorFlow2.0-Examples/4-Object_Detection/RPN/train.py
Line 106 in f99fcef
and here
TensorFlow2.0-Examples/4-Object_Detection/RPN/train.py
Line 113 in f99fcef
The text was updated successfully, but these errors were encountered: