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
I tried to train a model on one cifar class. The model was trained, but, after training, an error appeared in the encoder.
python3.7 encoder.py --model checkpoint/encoder_iter_00000000.pth --input ../dset/0/apple_s_000027.png --output ../test --iterations 16
RuntimeError: Given groups=1, weight of size 64 3 3 3, expected input[1, 4, 32, 32] to have 3 channels, but got 4 channels instead
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to train a model on one cifar class. The model was trained, but, after training, an error appeared in the encoder.
The text was updated successfully, but these errors were encountered: