我正在尝试使用 Oliver Edholm 模型中的vectorize_pretrained.py
模型类型运行InceptionV4
,请参阅https://github.com/OliverEdholm/Image-Retrieval
我收到以下错误:
DataLossError(参见上面的回溯):无法打开表文件./embedding/extraction/inception_v4.py:数据丢失:不是sstable(错误的幻数):也许你的文件采用不同的文件格式,你需要使用不同的还原操作符?
[[节点:save / RestoreV2_475 = RestoreV2 [dtypes = [DT_FLOAT],_ device =“/ job:localhost / replica:0 / task:0 / cpu:0”](_ arg_save / Const_0_0,save / RestoreV2_475 / tensor_names,save / RestoreV2_475 / shape_and_slices)]]
当我使用VGG16
模型类型运行相同的文件时,我得到了相同的错误。
有人有建议吗?