maskrcnn_train_tensorflow_colab
maskrcnn_train_tensorflow_colab copied to clipboard
AttributeError: module 'keras.engine' has no attribute 'Layer'
Hi, downgrade tf, keras, and h5py. Just add the following:
!pip install tensorflow==1.13.1 !pip install keras==2.0.8 !pip install h5py==2.10.0