Open sarmadm opened 6 years ago
File "test.py", line 269, in pre_test model.load_weights('Conv3D_101_8l3.h5_92%') File "C:\Users\sarmad\Anaconda3\envs\keras_v\lib\site-packages\keras\engine\network.py", line 1157, in load_weights with h5py.File(filepath, mode='r') as f: File "C:\Users\sarmad\Anaconda3\envs\keras_v\lib\site-packages\h5py\_hl\files.py", line 312, in __init__ fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr) File "C:\Users\sarmad\Anaconda3\envs\keras_v\lib\site-packages\h5py\_hl\files.py", line 142, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py\h5f.pyx", line 78, in h5py.h5f.open OSError: Unable to open file (unable to open file: name = 'Conv3D_101_8l3.h5_92%', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0
请问"data/UCF-101-img"数据集是如何生成的
Hi
In config.py I make
__C.DATA_DIR = '/data/UCF101/'
but it shows me this error :FileNotFoundError: [WinError 3] The system cannot find the path specified: '/data/UCF101/BenchPress/v_BenchPress_g01_c06.avi'