-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
INVALID_ARGUMENT: Input to reshape is a tensor with X values, but the requested shape requires a multiple of Y #1177
Comments
Here's the output of
|
Use
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm training
EfficientDet3
on a custom dataset with COCO annotations having585 categories
and 125 images (as a test, although there are more images), as follows:with the following
config.yaml
file:But then when I try to do inference as follows
I get the error:
Although the following works:
(The difference is in the
ckpt_path
.)What's going on?
The text was updated successfully, but these errors were encountered: