import torch as t class Net_1(t.nn.Module): def __init__(self): super(Net_1, self).__init__() self.conv3d = t.nn.Conv3d(3, 8, (2, 3, ...
確定! 回上一頁