Traceback most recent call last File train_velodyne_td3py line 652 in module networksaves file_name directory=models File train_velodyne_td3py line 286 in save torchsaveselfactorstate_dict ss
The error message indicates that the program is unable to find the specified directory or file. Specifically, it is looking for the file "./models/TD3_velodyne_actor.pth" but is unable to find it.
There are a few potential causes for this error:
-
The directory "./models" does not exist. Make sure that the directory exists before running the program.
-
The file name or path is incorrect. Double-check that the file name and path are correct and match the actual file location.
-
The program does not have permission to access the file or directory. Make sure that the program has the necessary permissions to access the specified file or directory
原文地址: https://www.cveoy.top/t/topic/hpws 著作权归作者所有。请勿转载和采集!