suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
569 stars 270 forks source link

metadata.pkl #14

Closed nicks165 closed 7 years ago

nicks165 commented 7 years ago

Hi, I am a newbie in using TF. But after reading your examples many things got clear. I also used your previous post easy_seq2seq. Here i am trying to use the inference for twitterchat bot. However when i downloaded the dataset and now facing problem in running the file python 03-Twitter-chatbot.py

In "datasets/twitter/data.py" ValueError: unsupported pickle protocol: 3 The metadata.pkl file may be not correct. I am using python 2.7

nicks165 commented 7 years ago

I have found a similar closed issue.