Hasnain Raza

Results 3 comments of Hasnain Raza

Thanks for that, should be fixed now. Please pull again and try.

What version of tensorflow are you using? because tensorflow 2 is required.

It's a bug when crop_percent argument is not specified, I will push a fix for it. In the meantime you can try with: ```python train_dl = DataLoader(image_paths=train_image_paths, mask_paths=train_mask_paths, image_size=(256,256), channels=(3,3),...