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 - Thanks for this terrific paper and thank you for sharing the code!
Just wanted to point out that the tests in tests/test_asl.py are not valid, and they all fail, e.g.
tests/test_asl.py
====================================================================== FAIL: test_forward_clipped_logits (tests.test_asl.TestAsymmetricLoss) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nbenditshtull/development/ASL/tests/test_asl.py", line 62, in test_forward_clipped_logits self.assertEqual(self.loss(x, y), expected_loss) AssertionError: tensor(3.8641) != tensor(0.3188) ====================================================================== FAIL: test_forward_disable_torch_grad_focal_loss (tests.test_asl.TestAsymmetricLoss) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nbenditshtull/development/ASL/tests/test_asl.py", line 90, in test_forward_disable_torch_grad_focal_loss self.assertEqual(self.loss(x, y), expected_loss) AssertionError: tensor(3.8641) != tensor(0.3188) ====================================================================== FAIL: test_forward_eps (tests.test_asl.TestAsymmetricLoss) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nbenditshtull/development/ASL/tests/test_asl.py", line 83, in test_forward_eps self.assertEqual(self.loss(x, y), expected_loss) AssertionError: tensor(1.1670) != tensor(0.3162)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - Thanks for this terrific paper and thank you for sharing the code!
Just wanted to point out that the tests in
tests/test_asl.py
are not valid, and they all fail, e.g.The text was updated successfully, but these errors were encountered: