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

scale issue on using pre-trained model #151

Open
a18700 opened this issue Sep 9, 2019 · 0 comments
Open

scale issue on using pre-trained model #151

a18700 opened this issue Sep 9, 2019 · 0 comments

Comments

@a18700
Copy link

a18700 commented Sep 9, 2019

Hello, I'm writing an issue for letting others know about input scaling issue.

I was struggling with nan and memoryerror on training VOC and coco dataset both, and finally figured out that the problem was the difference on input preprocessing to given caffe model and custom models.

On my case, my custom model is trained with image data which is divided by 255, but given caffe-model is not.

I want anyone this article helps others suffering with 'Memoryerror', 'NaN'.

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