-
Notifications
You must be signed in to change notification settings - Fork 216
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: Unable to configure handler 'stderr': bad argument type for built-in operation #27
Comments
Can you try changing this line from I fear this is a windows-problem with the colored logger; the workaround would disable colors in output, but I really would prefer if someone could help us finding a fix. It's probably a wrong argument type being passed into a ctypes function somewhere in the What version of Python are you using? |
@celticssssss judging from your screenshot you trained on Market-1501 for which your scores, when you compare them to our results, are obviously pretty bad. Without any details about your exact setup we can't judge if it is "right", but we also never did exhaustive experiments w.r.t. far smaller batch sizes. In any case your scores are no where near where they should be on Market-1501, however since your GPU only has 3GB of memory you probably decreased your batch size by at least a factor of 3 which could very well be a reason why you get low scores. |
Also, please be more specific if you expect help. "I decrease the batch_size" can mean anything. But yes, with too small of a batch size, you are basically not mining semi-hard samples anymore and I would expect the score to become worse. |
I follow the README.md,but i can't run the train.py and
the error is ValueError: Unable to configure handler 'stderr': bad argument type for built-in operation
can you tell me how to use it? thank
The text was updated successfully, but these errors were encountered: