You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IOError: Unable to create file (unable to open file: name = './model/kitti_frcnn_last.hdf5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 602)
#8
Open
kawshik8 opened this issue
Nov 29, 2017
· 2 comments
I am getting this error...
IOError: Unable to create file (unable to open file: name = './model/kitti_frcnn_last.hdf5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 602)
The text was updated successfully, but these errors were encountered:
I got also this error during the training phase. You can either create the ./model folder within your project's folder or change the path of your output to ./kitti_frcnn_last.hdf5
Where is the model saved as .hd5 file?
I am getting this error...
IOError: Unable to create file (unable to open file: name = './model/kitti_frcnn_last.hdf5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 602)
The text was updated successfully, but these errors were encountered: