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
Hi,
I trained a model with the public dataset but the result is strange. Could you please some tips for training.
Thanks.
I have one class and I set the classes param to 2
unet_model = Unet(encoder_name="resnet50", encoder_weights="imagenet", decoder_channels=(256, 128, 64, 32, 16), in_channels=3, classes=2) --width: 512 --height: 512 --epoch: 30 --batchsize: 2
dataset sample: 900 images
Result:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I trained a model with the public dataset but the result is strange. Could you please some tips for training.
Thanks.
I have one class and I set the classes param to 2
dataset sample:
900 images
Result:
The text was updated successfully, but these errors were encountered: