crypto-rnn
crypto-rnn copied to clipboard
Unknown command line flag
Traceback (most recent call last):
File "C:/Users/ML/Downloads/crypto-rnn-master/main.py", line 82, in
how can i solve it?
For this very specific error, I solved it by declaring the two missing flags (past it after line 28):
tf.app.flags.DEFINE_string("meta_dir", "", 'META_DIR')
tf.app.flags.DEFINE_string("save_dir", "", 'META_DIR')
This does the trick