Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix more float comparison precision issue #4566
Conversation
|
Debian package |
|
My local test result is fine.
I'll apply this patch to the next revision of the debian package, please consider the merger of it. |
shelhamer
merged commit 861a12d
into
BVLC:master
Apr 14, 2017
1 check failed
continuous-integration/travis-ci/pr
The Travis CI build could not complete due to an error
Details
|
Thanks for adjusting the precision to use the right equality check. |
shelhamer
added a commit
that referenced
this pull request
Apr 14, 2017
|
|
shelhamer |
8007349
|
stingshen
added a commit
to stingshen/caffe-faster-rcnn
that referenced
this pull request
Jun 7, 2017
|
|
shelhamer + stingshen |
5399f51
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CDLuminate commentedAug 9, 2016
With reference to this commit:
f1a8470
This fix changes some EXPECT_EQ into EXPECT_FLOAT_EQ .