**目标版本** main **功能描述** python的nn.Module中添加 to函数: 实现将model权重to到gpu上的操作 model.to("cuda")
目标版本
main
功能描述
python的nn.Module中添加 to函数:
实现将model权重to到gpu上的操作
model.to("cuda")