-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About TypeError #2
Comments
This error occurred because of datasets. I download broken files. So I re-download datasets files. Sorry to have bothered you. |
hi @jangjichang, Traceback (most recent call last): Have you ever seen this problem? Can you tell me your the version of your keras and tensorflow. Thank you . |
i am also facing similar problem i re-downloaded both .yml file and dataset but got this error Traceback (most recent call last): help me |
Hi juliafeec.
first, Thank you for sharing your code.
I re-downloaded ".yml" file but I have error.
Traceback (most recent call last): File "/home/jc/PycharmProjects/isbi2017-part1-master/segment.py", line 170, in <module> rescale_mask=rescale_mask, use_hsv=use_hsv, remove_mean_samplewise=remove_mean_samplewise) File "/home/jc/PycharmProjects/isbi2017-part1-master/ISIC_dataset.py", line 64, in load_images img_mask = get_mask(image_name, mask_folder, rescale_mask) File "/home/jc/PycharmProjects/isbi2017-part1-master/ISIC_dataset.py", line 25, in get_mask img_mask = img_mask/255. TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
have you ever seen this error? plz, let me know. Thank you.
The text was updated successfully, but these errors were encountered: