Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-Chen-hub committed May 23, 2024
1 parent cc95c90 commit b0719e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tools/preprocess/synbody_preprocess_mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@


def process_npz_one(seq):
cmd = f'srun -p Zoetrope --gres=gpu:0 --cpus-per-task=4 -x SH-IDC1-10-198-8-[51,56,68,72,78,100,116,123] -N 1 ' \
f'python tools/preprocess/synbody_preprocess.py --seq {seq} ' \
# cmd = f'srun -p Zoetrope --gres=gpu:0 --cpus-per-task=4 -x SH-IDC1-10-198-8-[51,56,68,72,78,100,116,123] -N 1 ' \
# f'python tools/preprocess/synbody_preprocess.py --seq {seq} ' \
# f'--output_path {output_path} ' \
# f'--prefix {prefix}'

cmd = f'python tools/preprocess/synbody_preprocess.py --seq {seq} ' \
f'--output_path {output_path} ' \
f'--prefix {prefix}'

Expand Down Expand Up @@ -88,7 +92,7 @@ def parse_args():
'--num_proc',
required=False,
type=int,
default=1,
default=4,
help='num of processes')

# parser.add_argument(
Expand Down

0 comments on commit b0719e0

Please sign in to comment.