manvirvirk
manvirvirk
File "C:\Users\virkt\Anaconda3\envs\unet\lib\multiprocessing\reduction.py", line 249, in AbstractReducer dump = dump NameError: name 'dump' is not defined i m getting this error. plz help
Traceback (most recent call last): File "unet.py", line 137, in model = myunet.get_unet() File "unet.py", line 59, in get_unet merge6 = merge([drop4, up6], mode='concat', concat_axis=3) TypeError: 'module' object is not...
how to place dataset? I have database containing 20 rgb images and respective masks. Where to place data?
please help?
How to train model from scratch by building dataset?