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?
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?