Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No file or directory: dictionaries/data_dict.npy #5

Closed
DoubleA11 opened this issue Sep 1, 2020 · 1 comment
Closed

No file or directory: dictionaries/data_dict.npy #5

DoubleA11 opened this issue Sep 1, 2020 · 1 comment

Comments

@DoubleA11
Copy link

DoubleA11 commented Sep 1, 2020

Those who encounter this error, change the first command from this:
python detection_engine.py --top_n 25 --min_volume 5000 --data_granularity_minutes 60 --history_to_use 14 --is_load_from_dictionary 0 --data_dictionary_path 'dictionaries/data_dict.npy' --is_save_dictionary 1 --is_test 0 --future_bars 0

And change this to:
python detection_engine.py --top_n 25 --min_volume 5000 --data_granularity_minutes 60 --history_to_use 14 --is_load_from_dictionary 0 --data_dictionary_path dictionaries/data_dict.npy --is_save_dictionary 1 --is_test 0 --future_bars 0

@tradytics
Copy link
Owner

Excellent information. I will close this issue now. Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants