pender / chatbot-rnn

A toy chatbot powered by deep learning and trained on data from Reddit
MIT License
900 stars 371 forks source link

Even the checkpont file is in the correct directory it is not identifying it #62

Open stijojoseph opened 4 years ago

stijojoseph commented 4 years ago

Traceback (most recent call last):

File "", line 339, in main()

File "", line 40, in main sample_main(args)

File "", line 62, in sample_main model_path, config_path, vocab_path = get_paths(args.save_dir)

File "", line 55, in get_paths raise ValueError('Checkpoint not found in {}.'.format(save_dir))

ValueError: Checkpoint not found in models/reddit.

@julien-c @julien-c

saran-gangster commented 4 years ago

do you train it

boboyoyo7 commented 4 years ago

up @stijojoseph ! Did you solve this issue ? @saran-gangster the model is pre-trained

boboyoyo7 commented 4 years ago

up @stijojoseph ! Did you solve this issue ? @saran-gangster the model is pre-trained

saran-gangster commented 4 years ago

I solved the issue

saran-gangster commented 4 years ago

You should just download the weights and keep it into the models directory