You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using my own machine with 4 card , and set the cmd.sh as:
export train_cmd="run.pl --mem 8G"
export cuda_cmd="run.pl --mem 8G --gpu 4"
export decode_cmd="run.pl --mem 8G"
But now it's just using card 0. what should I do?
The text was updated successfully, but these errors were encountered:
The model seems just using 1 cuda device.
I'm using my own machine with 4 card , and set the cmd.sh as:
export train_cmd="run.pl --mem 8G"
export cuda_cmd="run.pl --mem 8G --gpu 4"
export decode_cmd="run.pl --mem 8G"
But now it's just using card 0. what should I do?
The text was updated successfully, but these errors were encountered: