Hey guys,
I’m about to take my Tensorflow Certification Exam, and when practising, I got this mistake:
ImportError: cannot import name ‘LayerNormalization’ from ‘tensorflow.python.keras.layers.normalization’ (/home/…/anaconda3/envs/tf_certification/lib/python3.8/site-packages/tensorflow/python/keras/layers/normalization/init.py)
I’m installing the same version’s libraries as this document indicate: https://www.tensorflow.org/extras/cert/Setting_Up_TF_Developer_Certificate_Exam.pdf, but, even by complying with it, this error appears.
Is there anyone who could help me to solve it?
Best regards,
Nicolas