pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

outdated tensor flow version #50

Closed veenachowdaryayyannagari closed 2 months ago

veenachowdaryayyannagari commented 2 months ago

tensor flow version 2.10 is not available on pip

pythonlessons commented 2 months ago

Check what version is available with your Python version; I made this tutorial with TensorFlow 2.10, that's why I made this requirement. You may install older Python (for example 3.10) to make it available. You can try to use the newer version, but I am not responsible if it won't work for you.