Contractive Loss rising in CAE - discuss.pytorch.org
discuss.pytorch.org › t › contractive-loss-rising-inSep 02, 2020 · Hello, I am builing a Contractive Autoencoder. My MSELoss is decreasing, but unfortunately my Contraction Loss is rising, wheres it should be different. Did anyone encounter similar issues? Here is my Loss Function for the Contractive Loss: I use LeakyReLU as activation and MSE. def loss_function(W, x, predicted, h, lam): mse = loss_crit(predicted, x) dh = torch.where(h >= 0 , torch.ones(1 ...
rising · PyPI
pypi.org › project › risingDec 20, 2021 · What is rising?. Rising is a high-performance data loading and augmentation library for 2D and 3D data completely written in PyTorch. Our goal is to provide a seamless integration into the PyTorch Ecosystem without sacrificing usability or features.