You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pip install talos forces to downgrade TF to 2.14. This happens especially when using google colab, which by default has TF 2.17.
It's not technically a bug, yet, but it is pushing Talos toward senescence. For example, I used to suggest using Talos in my courses on deep learning, but it's becoming harder to use it, since downgrading TF takes time, requires to restart the colab instance, and it gives a hacky feeling.
The text was updated successfully, but these errors were encountered:
Yes, this is not acceptable behaviour. We have to make it so that Talos does not take opinion on the TF version, at least not in terms of "greater than x version". Thanks for flagging this.
Currently
pip install talos
forces to downgrade TF to 2.14. This happens especially when using google colab, which by default has TF 2.17.It's not technically a bug, yet, but it is pushing Talos toward senescence. For example, I used to suggest using Talos in my courses on deep learning, but it's becoming harder to use it, since downgrading TF takes time, requires to restart the colab instance, and it gives a hacky feeling.
The text was updated successfully, but these errors were encountered: