We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Training with image size = 128 and ISIC dataset fails.
Failing occurs when values are going through FFParser.
I assume this is related to hardcoded values in the instantiation of FFParser modules (unet.py file):
unet.py
Do you have the same issue and what would be a smart fix?
The text was updated successfully, but these errors were encountered:
you can train it with image size = 256 first, I will fix it soon.
Sorry, something went wrong.
Hi, I also met the same issue.
No branches or pull requests
Training with image size = 128 and ISIC dataset fails.
Failing occurs when values are going through FFParser.

I assume this is related to hardcoded values in the instantiation of FFParser modules (

unet.py
file):Do you have the same issue and what would be a smart fix?
The text was updated successfully, but these errors were encountered: