fgnt / padertorch

A collection of common functionality to simplify the design, training and evaluation of machine learning models based on pytorch with an emphasis on speech processing.
MIT License
71 stars 16 forks source link

add freeze method in Conv and Normalization Modules #135

Closed JanekEbb closed 2 years ago

JanekEbb commented 2 years ago

(and use clamping in normalization.py to prevent division by zero)