stanford-tensorflow-tutorials icon indicating copy to clipboard operation
stanford-tensorflow-tutorials copied to clipboard

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

Open bobstheman opened this issue 6 years ago • 1 comments

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'

bobstheman avatar Dec 07 '18 03:12 bobstheman

run python data.py first

aarnphm avatar May 20 '19 00:05 aarnphm