cderinbogaz / inpredo

Inpredo is a Deep Learning tool which looks into financial charts and predicts stock movements.
https://towardsdatascience.com/making-a-i-that-looks-into-trade-charts-62e7d51edcba
MIT License
159 stars 93 forks source link

How to use predict-binary.py? #6

Closed lmcasam closed 4 years ago

lmcasam commented 4 years ago

When I run the script for predict-binary.py

I get the following 2019-12-18 16:19:48.785719: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2019-12-18 16:19:48.801218: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7fc8d0371a90 initialized for platform Host (this does not guarantee that XLA will be used). Devices: 2019-12-18 16:19:48.801253: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version

but nothing else... How do you use this script to predict based on the initial training? Can you please give me an example.

cderinbogaz commented 4 years ago

@lmcasam sorry for the confusion. I actually realised that script I wrote was for predicting multiple models. I will commit a simpler version of it soon.

cderinbogaz commented 4 years ago

@lmcasam check out the code. It should be working now.