help="device type to use, cpu and gpu are supported.")
parser.add_argument("--nprocs",type=int,default=1,help="number of parallel processes to use.")
# overwrite extra config and default config
#parser.add_argument("--opts", nargs=argparse.REMAINDER, help="options to overwrite --config file and the default config, passing in KEY VALUE pairs")
parser.add_argument("--opts",type=str,default=[],nargs='+',help="options to overwrite --config file and the default config, passing in KEY VALUE pairs")