Closed tla93 closed 3 months ago
In the example file examples/loss/unsupervised/cac.py, the following error will be raised.
examples/loss/unsupervised/cac.py
line 68, in test acc = Accuracy(num_classes=10) ^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Accuracy.__new__() missing 1 required positional argument: 'task'
In the example file
examples/loss/unsupervised/cac.py
, the following error will be raised.