ConvNorm = Conv1d 加上transpose,以一組三維數據(EX:shape(1,2,2)) 而言pytorch 的操作維度是axis = 1,TF 是axis = 2 class ConvNorm(torch.nn.
確定! 回上一頁