putshua / SNN_conversion_QCFS

48 stars 16 forks source link

test --mode snn #3

Open s274913 opened 2 years ago

s274913 commented 2 years ago

I am not able to perform the conversion. When I pass the argument "test" to main.py, I find always the same error related to folder "./saved_models/' + args.id + '.pth'": FileNotFoundError: [Errno 2] No such file or directory: './saved_models/None.pth'

This happens both in case I pass an ID argument, and not.

Thanks!