Hi again,
I think I may have figured this out by experimentation (tinkering). The
following command succeeds:
lstmtraining --stop_training \
--continue_from /data/output/meme0.512_97818.checkpoint \
--traineddata /data/starter/eng/eng.traineddata \
--model_output /data/output/mem.traineddata
where meme0.512_97818.checkpoint is the most recent checkpoint other
than the one that (I presume) is currently being modified by the main
lstmtraining process.
So am I right in guessing that while lstmtraining is running, the
meme_checkpoint file is not only susceptible to being changed, but is
missing some kind of "completion" that is required to use the
stop_training subcommand to generate the model?
Thanks,
Adam