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

load pretrained model error #34

Open
fycfycfyc opened this issue Aug 9, 2021 · 1 comment
Open

load pretrained model error #34

fycfycfyc opened this issue Aug 9, 2021 · 1 comment

Comments

@fycfycfyc
Copy link

Hello, I encountered another problem when loading the pre-trained model, as shown in the following figure:
微信图片_20210809205306
微信图片_20210809205256

When calling the python svhn_train.py --model_prefix provided by you, the responding model file cannot always be found, but I switched the directory to this directory and found that there is a responding model file in this directory, so it is strange.
The only difference between me and you is that my mxnet version is 1.0.0 instead of 0.9.3, but I think the functions of the two versions of the model load should be the same, and it will not cause the error.
In addition, I would like to ask you, is there a difference between see-ocr and stn-ocr? Are the two models exactly the same? What is the difference between the two?

Looking forward to your reply!

@Bartzi
Copy link
Owner

Bartzi commented Aug 13, 2021

think you have to provide the full name of the params file. Did you try that already?

The main difference between SEE and STN-OCR is that SEE is written in Chainer (which is simpler to use) and has some different code. However, all in all they are quite similar, I think. I wrote that code about 4 years ago 😅.

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

2 participants