BatchNorm1d (3, eps=0, momentum=0) print(batchnorm(x)). Here is what is printed tensor([[1., 2., 3.], [1., 2., 3.]]) tensor([[0., 0., 0.] ...
確定! 回上一頁