با سلام و احترام
من با ورژن CPU کفی کار می کنم، مشخصات سیستمم:
CPU: Kaby lake core i7 7700k
525 GB ssd hard
8 GB Ram
anaconda3
python 3.5
visual studio 2015
cmake 3.6.3
برای فاین تیون از مدل پیش آموزش دیده ی Places205-AlexNet
که در سایت :
http://places.csail.mit.edu/downloadCNN.html
قرار دارد استفاده کردم . ولی caffe نمی تواند مدل پیش آموزش دیده را باز کند و خطا ی زیر را نشان می دهد:
I0303 03:21:42.217674 408 net.cpp:255] Network initialization done.
I0303 03:21:42.217674 408 solver.cpp:56] Solver scaffolding done.
I0303 03:21:42.217674 408 caffe.cpp:155] Finetuning from
C:/Users/mahtab/Desktop/finetune_mitindoor67/places205CNN_iter_300000_upgraded.caffemodel
HDF5-DIAG: Error detected in HDF5 (1.8.16) thread 0:
#000: C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\sr
c\hdf5_download\hdf5-1.8.16\src\H5F.c line 439 in H5Fis_hdf5(): unable open file
major: File accessibilty
minor: Not an HDF5 file
#001: C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\sr
c\hdf5_download\hdf5-1.8.16\src\H5Fint.c line 554 in H5F_is_hdf5(): unable to open file
major: Low-level I/O
minor: Unable to initialize object
#002: C:\Users\guillaume\work\caffe-builder\build_v140_x64\pac
kages\hdf5\hdf5_download-prefix\src\hdf5_download\hdf5-1.8.16\src\H5FD.c line 993 in H5FD_open():
open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\sr
c\hdf5_download\hdf5-1.8.16\src\H5FDsec2.c line 339 in H5FD_sec2_open(): unable to open file:
name =
'C:/Users/mahtab/Desktop/finetune_mitindoor67/places205CNN_iter_300000_upgraded.caffemodel',
errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0
major: File accessibilty
minor: Unable to open file
HDF5-DIAG: Error detected in HDF5 (1.8.16) thread 0:
#000: C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\sr
c\hdf5_download\hdf5-1.8.16\src\H5F.c line 604 in H5Fopen(): unable to open file
major: File accessibilty
minor: Unable to open file
#001: C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\sr
c\hdf5_download\hdf5-1.8.16\src\H5Fint.c line 992 in H5F_open(): unable to open file: time = Sat
Mar 3 03:21:42 2018
, name =
'C:/Users/mahtab/Desktop/finetune_mitindoor67/places205CNN_iter_300000_upgraded.caffemodel',
tent_flags = 0
major: File accessibilty
minor: Unable to open file
#002:
C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\src\hdf5_d
ownload\hdf5-1.8.16\src\H5FD.c line 993 in H5FD_open(): open failed
major: Virtual File Layer
minor: Unable to initialize object
#003: C:\Users\guillaume\work\caffe-builder\build_v140_x64\packages\hdf5\hdf5_download-prefix\sr
c\hdf5_download\hdf5-1.8.16\src\H5FDsec2.c line 339 in H5FD_sec2_open(): unable to open file:
name =
'C:/Users/mahtab/Desktop/finetune_mitindoor67/places205CNN_iter_300000_upgraded.caffemodel',
errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0
major: File accessibilty
minor: Unable to open file
F0303 03:21:42.217674 408 net.cpp:791] Check failed: file_hid >= 0 (-1 vs. 0) Couldn't open
C:/Users/mahtab/Desktop/finetune_mitindoor67/places205CNN_iter_300000_upgraded.caffemodel
برای حل مشکلم راهنمایی می خواهم.
باسپاس