DeepRNN / image_captioning

Tensorflow implementation of "Show, Attend and Tell: Neural Image Caption Generation with Visual Attention"
MIT License
785 stars 354 forks source link

no such file or directory:'./models/config.pickle' #20

Open PandaGuang opened 6 years ago

PandaGuang commented 6 years ago

I ran into this problem, after vocabulary biult, dataset built, cnn built, rnn built, the problem occurs, no such file or directory:'./models/config.pickle' nosuchfiles

PandaGuang commented 6 years ago

btw, I am using windows cmd, does it affect something?

ChengFu0118 commented 6 years ago

same issue

JockWang commented 6 years ago

same issue

jjneojiajun commented 6 years ago

any solution?

PandaGuang commented 6 years ago

Cheng Fu notifications@github.com于2018年6月23日 周六下午9:58写道:

same issue

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DeepRNN/image_captioning/issues/20#issuecomment-399723021, or mute the thread https://github.com/notifications/unsubscribe-auth/AjZjYgpRJXALUCLPYVeeWKZh28G5OdNhks5t_vJNgaJpZM4THrn5 .

Try this:

'.//models/config.pickle' instead of './models/config.pickle'

PandaGuang commented 6 years ago

Jockwang notifications@github.com于2018年9月21日 周五上午1:50写道:

same issue

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DeepRNN/image_captioning/issues/20#issuecomment-423421054, or mute the thread https://github.com/notifications/unsubscribe-auth/AjZjYsV_NMlx5-KL4WHGaDNutP88b2vFks5udH4fgaJpZM4THrn5 .

Try this:

'.//models/config.pickle' instead of './models/config.pickle'

PandaGuang commented 6 years ago

jjneojiajun notifications@github.com于2018年9月25日 周二上午1:59写道:

any solution?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DeepRNN/image_captioning/issues/20#issuecomment-424216958, or mute the thread https://github.com/notifications/unsubscribe-auth/AjZjYgfTNpcsK-GVV3LXi3WNnqzl8pYlks5uecZJgaJpZM4THrn5 .

Try this:

'.//models/config.pickle' instead of './models/config.pickle'

HarrySong123 commented 5 years ago

same issue

shadoking commented 5 years ago

You did not specify model_file.This command: --model_file='./models/xxxxxx.npy'