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

3 Classes #13

Closed hars-singh closed 3 years ago

hars-singh commented 4 years ago

After Creating Data, It is showing there are 3 classes instead of 2 when I run train-binary.py

Found 2056 images belonging to 3 classes. Found 448 images belonging to 3 classes.

cderinbogaz commented 3 years ago

It is automatically counted by the keras library. Did you had 3 folders within your training folder?

cderinbogaz commented 3 years ago

Closing this since behaviour caused by the enumeration of the folders by keras.