Results 2 comments of Pablo

I am having the same problem. Also this one: AttributeError: module 'tensorflow' has no attribute 'to_int32' ``` AttributeError: in user code: /home/ec2-user/anaconda3/envs/python3/lib/python3.6/site-packages/keras/engine/training.py:853 train_function * return step_function(self, iterator) :4 mean_iou *...

> Hello I have imported and created unet using below code : - model = Unet(input_shape=(128,128,3),classes=256) but when i run it it gives me error AttributeError: module 'keras.utils' has no...