when running cell IN [16] I recived the following warning:
/home/anorak/anaconda3/lib/python3.9/site-packages/tensorflow/python/keras/optimizer_v2/optimizer_v2.py:374: UserWarning: The lr argument is deprecated, use learning_rate instead.
warnings.warn(
Followed by this error:
AttributeError: 'Sequential' object has no attribute '_compile_time_distribution_strategy'
I am using tensorflow==2.5.0 because it fails to find tensorflow==2.3.0