When training an existing model and using the options: -pre_word_vecs_enc, -pre_word_vecs_enc, putting a fake path for the embedding files, does not throw ‘no such file or directory’ error, the training continues.
When it’s a new training, the error is thrown when it’s a fake path.
onmt_train -data /data/demo20k -save_model enru20k-model
-train_from /data/enru20k-model_step_100000.pt
-pre_word_vecs_enc /fake_path/embeddings.enc.pt
-pre_word_vecs_dec /fake_path/embeddings.dec.pt
-train_steps 200000