Skip to content
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

ValueError while evaluating the model #213

Open
Bhavesh-N opened this issue Apr 18, 2022 · 0 comments
Open

ValueError while evaluating the model #213

Bhavesh-N opened this issue Apr 18, 2022 · 0 comments

Comments

@Bhavesh-N
Copy link

Hello,

I am trying to train the efficientnet model on the coco dataset and it is running through the training process well. However, when it comes to the evaluation phase, I am getting a valueerror in the "compute_on_dataset" method, specifically from line 45. It is trying to unpack the batch list into images, targets, and image_ids, but it only finds 2 elements in the list, the first being a 300x300 image and second being "None". Could I get some help in understanding where the targets and image_ids are supposed to be coming from?

BN

Screenshot from 2022-04-18 16-02-02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant