huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
7.95k stars 2.81k forks source link

Can you please upgrade all your models to Tensorflow V2? #92

Closed shivamtawari closed 3 years ago

oboehme89 commented 3 years ago

Hello, maybe this can help you: https://www.tensorflow.org/guide/upgrade

It worked for me in Model 16 "attention is all you need". Additionally I added the following two lines at the top of my code:

That made it work for me (Tensorflow Version 2-1-0)

Best regards Oliver

huseinzol05 commented 3 years ago

Will do, right now I am pretty busy with my company and projects, hopefully I can get back to this repo ASAP, thanks!