awslabs / handwritten-text-recognition-for-apache-mxnet

This repository lets you train neural networks models for performing end-to-end full-page handwriting recognition using the Apache MXNet deep learning frameworks on the IAM Dataset.
Apache License 2.0
488 stars 189 forks source link

MXNetError: [17:38:24] C:\Jenkins\workspace\mxnet-tag\mxnet\3rdparty\dmlc-core\src\io\local_filesys.cc:209: Check failed: #11

Closed LauraOrozco closed 5 years ago

LauraOrozco commented 5 years ago

When executing the code in the handwriting notebook I get an error in the segmentation, which I show below: LocalFileSystem :: Open "models / paragraph_segmentation2.params": No such file or directory

however, when I check the address I have the file resnet34_v1-48216ba9.params but in the same way I get the same error

could someone help me understand this mistake?

NidhiSultan commented 5 years ago

@LauraOrozco, This only happens when the path defined in get_models and handwriting notebook is different. Please check that once, it'll be resolved.

LauraOrozco commented 5 years ago

Thanks, it worked perfect, now I have problems in the part in "We use a language model in order to rank the propositions from the denoiser" and I get this error "MXNetError: [08:59:28] C: \ Jenkins \ workspace \ mxnet-tag \ mxnet \ src \ ndarray \ ndarray.cc: 1285: GPU is not enabled "can you help me?

jonomon commented 5 years ago

Did you install the gpu version of mxnet?

On Fri, Oct 4, 2019 at 7:06 AM, LauraOrozco notifications@github.com wrote:

Thanks, it worked perfect, now I have problems in the part in "We use a language model in order to rank the propositions from the denoiser" and I get this error "MXNetError: [08:59:28] C: \ Jenkins \ workspace \ mxnet-tag \ mxnet \ src \ ndarray \ ndarray.cc: 1285: GPU is not enabled "can you help me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/awslabs/handwritten-text-recognition-for-apache-mxnet/issues/11?email_source=notifications&email_token=AALQP6LNG7SHSCDKPADSL7LQM5EX5A5CNFSM4I5JDGJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEALYIGQ#issuecomment-538412058, or mute the thread https://github.com/notifications/unsubscribe-auth/AALQP6L446XOF4RWQCJPRZLQM5EX5ANCNFSM4I5JDGJA .

LauraOrozco commented 5 years ago

yes, it's installed, he was downloading some compressed files and he stopped, I don't know which script he called to validate the files he was downloading in gluon

danielmapar commented 4 years ago

For anyone interested in the file it self: https://s3.us-east-2.amazonaws.com/gluon-ocr/models/paragraph_segmentation2.params

samar-smida commented 2 years ago

please , can you help me how to install gpu of mxnet on windows ??