jingedawang / StockPredictor

Predict the stock price with AI models.
http://stockprediction.org/
MIT License
20 stars 6 forks source link

Fix the progressbar. #33

Closed jingedawang closed 1 year ago

jingedawang commented 1 year ago

Since we can't determine the length of a generator, the progressbar was disabled due to the batch operation. We instead use a length-fixed progressbar and update it manually.