model_new = nn.DataParallel(model, device_ids) 返回一个新的model
output = nn.parallel.data_parallel(model, input, device_ids) 返回输出的数据