Deep-Learning-Financial-News-Stock-Movement-Prediction icon indicating copy to clipboard operation
Deep-Learning-Financial-News-Stock-Movement-Prediction copied to clipboard

How can I get the files: vars_epoch_{}.p ?

Open angkai opened this issue 6 years ago • 0 comments

There is an error when I run the code:

File "Documents/GitHub/Deep-Time-Series/michael_zhao_embeddings_and classifier/event_embedding.py", line 376, in main with open('checkpoints/vars_epoch_0.p', 'r') as f:

IOError: [Errno 2] No such file or directory: 'checkpoints/vars_epoch_0.p'

angkai avatar Mar 10 '18 07:03 angkai