PBS script for a dp-train #1398
Answered
by
njzjz
maverick422
asked this question in
Q&A
-
Thanks for all! `#!/bin/bash cd "$PBS_O_WORKDIR" CUDA_VISIBLE_DEVICES=0,1 horovodrun -np $NPROCS dp train -in input.json >|LOG.dp 2>&1` the log file is as attach file |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Jan 3, 2022
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maverick422
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dp train -in input.json
is not correct. The correct command isdp train input.json
.