addons
                                
                                 addons copied to clipboard
                                
                                    addons copied to clipboard
                            
                            
                            
                        tensorflow_addons tutorial
System information
- macOS 11.5.1 (Big Sur) Macbook Air M1 2020
Hi! Would you help with a tutorial for installing Tensorflow and tensorflow_addons in this system?
System information
- macOS 11.5.1 (Big Sur) Macbook Air M1 2020
Hi! Would you help with a tutorial for installing Tensorflow and tensorflow_addons in this system?
https://github.com/tensorflow/addons/issues/2503
--参考上面这个链接。--Refer to the link above.
The newest tfa-nightly release ships with prebuilt Python 3.8 and 3.9 wheels for M1 Macs. So the next stable release should have full support. @bhack Do you think it would be good to trigger a 0.13.1 release? For 0.14.1 I guess it makes sense to wait until tensorflow-macos 2.6.0 is released.
Ok /cc @seanpmorgan what do you think?
Generally in support of 0.13.1 release on tensorflow-macos 2.5 but will hold off a day or two to see if we can settle our strategy on this: https://github.com/tensorflow/addons/pull/2559#issuecomment-918738096
Sorry, but I still didn't quite understand how to install tensorflow and tensorflow-addons on M1 macos big sur 11+.
@rosas-github : I had the same problem as you, and found instructions to building the proper wheel with bazel here: https://github.com/tensorflow/addons/issues/2503.
Nevertheless, I'm still having problems as I can't run tfa-related code on GPU. I tried with tfa-nightly but I'm still unable to use tf-addons. Always getting errors during model.fit if not explicitly select CPU ("with tf.device('/cpu:0')). I'm using tensorflow-deps 2.5.0, tensorflow-macos 2.5.0 and tensorflow-metal 0.1.2. I'd also appreciate some guidance from the developers.
TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: TensorFlow Addons Wind Down
Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: Keras Keras-CV Keras-NLP