Model weights not being updated - PyTorch Forums
discuss.pytorch.org › t › model-weights-not-beingApr 13, 2017 · Hey again, I’m currently developing a transversal machine learning tool that is able to support multiple ML frameworks and therefore I’m doing things a little differently when compared to the regular pytorch workflow. My model inherits from nn.Module and has the regular init and forward methods. However, to fit the framework, I had to add an update method that calls the forward, computes ...
Weights not properly updating - PyTorch Forums
discuss.pytorch.org › t › weights-not-properlyJul 20, 2018 · I am trying to train a few different types of multilayer networks. In each of these networks the weights and biases for each of the layers are not updating except for the weights and biases of the final layer and the normalization of the final ltsm layer. I printed out the gradients for each layer and although for some layers its really small (10^-8 or 0), for other layers its only 10^-2 or 10 ...