-
Notifications
You must be signed in to change notification settings - Fork 30
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
UnboundLocalError: local variable 'batch_outputs' referenced before assignment #66
Comments
By the way, this only happened when num_validation_per_exp is set to 0. |
According to this in ur wiki. |
Maybe this is because of the debug: True in com_config? |
Yes, sorry. It is trying to save the predictions on the validation images when debug: True, but your ims_valid was empty because num_validation_per_exp. |
I ran into the same issue after running several epochs of dannce-train. Would setting debug: False in the config file be sufficient to resolve this? |
Yes, set debug to False.
…On Wed, Sep 15, 2021, 11:37 AM Swathi Sheshadri ***@***.***> wrote:
I ran into the same issue after running several epochs of dannce-train.
Would setting debug: False in the config file be sufficient to resolve this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#66 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAW2P47XTR4QSJWYJDYZOITUCC4SFANCNFSM5CNKEBMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
When I finished training COM-finder, this happened.
How can I fix this?
The text was updated successfully, but these errors were encountered: