Commit e4f918de by 20220418012

Upload New File

parent 5aac183c
#!/usr/bin/env bash
python3 -m torch.distributed.launch --nproc_per_node=2 \
--master_port=8899 \
infer_beam.py \
--config infer_config.json \
--out_file infer_out.txt \
--gpu '2,7' \
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment