-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Random;y occur this error:
======================================================================
FAIL: test_cutmixd (tests.test_regularization.TestCutMix)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/MONAI/MONAI/tests/test_regularization.py", line 88, in test_cutmixd
self.assertTrue(not torch.allclose(output["a"], output["b"]))
AssertionError: False is not true
----------------------------------------------------------------------