We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, all: I'm doubt -save_checkpoint_steps doesn't work, nothing to save, the command as fellows:
python train.py -data data/demo -save_model demo_model -train_steps 10000 -save_checkpoint_steps 1000 -valid_steps 1000 -world_size -gpu_ranks 1 -batch_size 128 -optim adam learning_rate 0.001
What's the problem for this?
The text was updated successfully, but these errors were encountered:
Hi,
If you have a single GPU you should use -gpu_ranks 0.
-gpu_ranks 0
Sorry, something went wrong.
@guillaumekln I have 4 GPUs
See here: http://forum.opennmt.net/t/unable-to-use-save-checkpoint-steps-with-gpu-enabled/2451
No branches or pull requests
hi, all:
I'm doubt -save_checkpoint_steps doesn't work, nothing to save, the command as fellows:
python train.py -data data/demo -save_model demo_model -train_steps 10000 -save_checkpoint_steps 1000 -valid_steps 1000 -world_size -gpu_ranks 1 -batch_size 128 -optim adam learning_rate 0.001
What's the problem for this?
The text was updated successfully, but these errors were encountered: