Deep-SVDD-PyTorch
Deep-SVDD-PyTorch copied to clipboard
Training error - ValueError: 'default' must be a list when 'multiple' is true.
Traceback (most recent call last):
File "d:\gitdownload\TS\Anomaly_detection\Deep-SVDD-PyTorch\src\main.py", line 56, in
will you please help on this?
I have the same error! Do you know why it appears? It would be very helpful!
instead of default=0 you should use default = [0], the error will be fixed!