-
Hello @adam-benjellounSG, I am encountering a bug while doing the following command: I get the following error: AttributeError: module 'tensorflow.python.training.experimental.mixed_precision' has no attribute '_register_wrapper_optimizer_cls' I am working with python 3.7 as python 3.6 support will be discontinued for next version. I have keras 2.8.0 and tensorflow 2.80. Couldn't install tf-nightly. Thank you in advance for your feedback. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved: I solved it with the following solution but it is not optimum as we have to modify manually a tensorflow script. Solution extracted from stackoverflow |
Beta Was this translation helpful? Give feedback.
Solved:
I solved it with the following solution but it is not optimum as we have to modify manually a tensorflow script.
Solution extracted from stackoverflow