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

Issues with Training Coco dataset #47

Open
rads96 opened this issue Apr 18, 2023 · 0 comments
Open

Issues with Training Coco dataset #47

rads96 opened this issue Apr 18, 2023 · 0 comments

Comments

@rads96
Copy link

rads96 commented Apr 18, 2023

I'm getting the following error
"[[{{node PyFunc}}]] 0 successful operations. 0 derived errors ignored. [Op:__inference_run_val_step_37449]"

on lines

m_outputs, total_loss, log = run_val_step(model, images, t_bbox, t_class, config)
and
m_outputs, total_loss, log, gradient_steps = run_train_step(model, images, t_bbox, t_class, optimizers,

in the training.py file when i try to train my coco dataset and pass it through

training.eval(detr, valid_dt, config, coco_class_names, evaluation_step=200)
training.fit(detr, train_dt, optimzers, config, epoch_nb=0, class_names=coco_class_names)

Does anyone have an idea about this?

Screenshot 2023-04-18 at 6 34 39 PM

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