okaris's picture
download
raw
362 Bytes
# SPDX-License-Identifier: MIT
# Adapted from https://github.com/jik876/hifi-gan under the MIT license.
def init_weights(m, mean=0.0, std=0.01):
classname = m.__class__.__name__
if classname.find("Conv") != -1:
m.weight.data.normal_(mean, std)
def get_padding(kernel_size, dilation=1):
return int((kernel_size * dilation - dilation) / 2)

Xet Storage Details

Size:
362 Bytes
·
Xet hash:
470cb33833571f5229876c2a1565f8a2613a236a2c33ac9db98d1632ff986bbf

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.