for step in range(start_step+1,opt.steps+1):
为什么要把numpy转成tensor
“因为tensor是专门为GPU加速设计的矩阵,而numpy却不行。其实就相当于一个为GPU设计的数据结构。
添加链接描述
2023-12-05 15:04:28
for step in range(start_step+1,opt.steps+1):
为什么要把numpy转成tensor
“因为tensor是专门为GPU加速设计的矩阵,而numpy却不行。其实就相当于一个为GPU设计的数据结构。
添加链接描述