chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

could not get it to work, here's my errors: #139

Open bobstheman opened 5 years ago

bobstheman commented 5 years ago

Traceback (most recent call last): File "chatbot.py", line 254, in main() File "chatbot.py", line 249, in main train() File "chatbot.py", line 127, in train test_buckets, data_buckets, train_buckets_scale = _get_buckets() File "chatbot.py", line 85, in _get_buckets test_buckets = data.load_data('test_ids.enc', 'test_ids.dec') File "C:\Users\Olga\Anaconda3\envs\tensorflowbot\data.py", line 193, in load_data encode_file = open(os.path.join(config.PROCESSED_PATH, enc_filename), 'r') FileNotFoundError: [Errno 2] No such file or directory: 'processed\test_ids.enc'

aarnphm commented 5 years ago

run python data.py first