Post

Replies

Boosts

Views

Activity

Reply to Installation of TFDS on apple silicon fails
Please try conda install tensorflow-datasets instead of pip install.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to AttributeError: module 'tensorflow.python.keras.layers' has no attribute 'RandomFlip'
The module doesn't seem right, please check. https://www.tensorflow.org/versions/r2.10/api_docs/python/tf/keras/layers/RandomFlip
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to tensorflow-macos install does not provide 'tensorflow' name to pip list
This hack works for me: Download careless source from GitHub and extract. Change setup.py with "tensorflow-macos>=2.8" instead. Run pip install /path/to/careless.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Error regarding numpy version after installing tensor flow-macos
Please see: https://stackoverflow.com/questions/72964800/what-is-the-proper-way-to-install-tensorflow-on-apple-m1-in-2022 As the required version of numpy is not available from the default conda channel, "conda install -c apple tensorflow-deps" falled back to 2.9.0 instead of 2.10.0.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’23