通过测试,cpu模式中,用Module的方式比直接在推理中展平平均快1~5ms python from torch import nn import torch import math class Flatten(Module): ...
確定! 回上一頁