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.
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!