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 have downloaded the relevant libraries and dependencies. When I run the model by using python3 bin/train_estimator_cifar10.py
The error below will happen: InvalidArgumentError (see above for traceback): Tensor must be 4-D with last dim 1, 3, or 4, not [128,1,1,256,256,1]
What is the error meaning?
The text was updated successfully, but these errors were encountered:
I have the same error. Has anyone figured out what is the problem?
Sorry, something went wrong.
No branches or pull requests
I have downloaded the relevant libraries and dependencies.
When I run the model by using
python3 bin/train_estimator_cifar10.py
The error below will happen:
InvalidArgumentError (see above for traceback): Tensor must be 4-D with last dim 1, 3, or 4, not [128,1,1,256,256,1]
What is the error meaning?
The text was updated successfully, but these errors were encountered: