Home > Blockchain >  Tensorflow chatbot
Tensorflow chatbot

Time:12-27

So I'm trying to code a chat bot using tensorflow and I am getting an error that I'm not sure what to do about I will link it below so you can see it. Thanks for any help in advance.

error thrown in the terminal

CodePudding user response:

The error code says ValueError: The passed save_path is not a valid checkpoint: C:\Users\wstok\OneDrive\Desktop\Projects\Lucius 4\Lucius 4.1\LuciusBot(Text)\model.tflearn. Check your saved model path.

  • Related