Closed nunomrm closed 11 months ago
Hi, the command shown in the README is different from yours, you are missing the --mode train option.
Thank you, you're right, the model is now training. When I removed the "--fast" flag i removed accidentally the train mode.
Hello Harald,
I was looking to train the model from scratch and tried to download the IAM dataset which is mentioned in your readme file ,website link:- http://www.fki.inf.unibe.ch/databases/iam-handwriting-database
But the website you have mentioned is not opening, So i checked in kaggle it has dataset but contains only words.tgz which is a png dataset.
The another one ASCII/words.txt is not in kaggle.
Can you please tell from where shall I download the dataset.
I think you can only get it from their website. Are you maybe blocked, and if so, try with a VPN.
I am trying to train this HTR model from scratch with IAM data. I run into an error when I run this:
python main.py --data_dir ../data/iam_handwriting_database/ --batch_size 250 --early_stopping 10
The error is:
This does not make sense to me as in the instructions on "Train model on IAM dataset" on the main
README.md
say that I should "Delete files from model directory if you want to train from scratch".I am using the python modules in
requirements.txt
, and running with Tensorflow on CPUs. I can confirm the IAM data is properly setup.Python and GCC info: