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,
I train transformer model in 2 GPUs and I translate WMT data in one GPU.
I find the computation is 100% in CPU rather than GPU, I need to compare between marian version and my old tensorflow version in one GPU.
How to run it in one GPU while I trained the model in 2 GPUs?
The text was updated successfully, but these errors were encountered:
It seems that works when I change the GPU setting both in command params and yml file
Sorry, something went wrong.
No branches or pull requests
Hi,
I train transformer model in 2 GPUs and I translate WMT data in one GPU.
I find the computation is 100% in CPU rather than GPU, I need to compare between marian version and my old tensorflow version in one GPU.
How to run it in one GPU while I trained the model in 2 GPUs?
The text was updated successfully, but these errors were encountered: