Rate this Page
★★★★★
torch.nn.functional.instance_norm#
- torch.nn.functional.instance_norm(input,running_mean=None,running_var=None,weight=None,bias=None,use_input_stats=True,momentum=0.1,eps=1e-05)[source]#
Apply Instance Normalization independently for each channel in every data sample within a batch.
See
InstanceNorm1d,InstanceNorm2d,InstanceNorm3dfor details.- Return type
On this page