1#!/bin/bash 2python -m torch.distributed.launch --nproc_per_node=2 amp_master_params.py 3 4python compare.py 5 6