nouman-10 / Image-Captioning

11 stars 5 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'encoded_files/encoded_train_images.pkl' #1

Open jiajunhua opened 3 years ago

jiajunhua commented 3 years ago

Save the bottleneck train features to disk

with open("encoded_files/encoded_train_images.pkl", "wb") as encoded_pickle: pickle.dump(encoding_train, encoded_pickle)

where is encoded_train_images.pkl

aa-oo commented 2 years ago

将瓶颈训练特征保存到磁盘

使用 open("encoded_files/encoded_train_images.pkl", "wb") 作为 encoded_pickle: pickle.dump(encoding_train, encoded_pickle)

编码训练图像.pkl 在哪里

do you find it