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
481 stars 189 forks source link

Invalid NDArray file format #47

Open nkyadati opened 4 years ago

nkyadati commented 4 years ago

I get this error while running the 0_handwriting_ocr notebook: "src/ndarray/ndarray.cc:1851: Check failed: fi->Read(data): Invalid NDArray file format" while loading the handwriting_line8.params file. Could you please help me with this issue? I have mxnet 1.6.0 and gluonnlp 0.9.1. Thank you in advance.