Hi Anand and all, As weighting of samples, `weight` should be detached from the current computational graph for the expected optimization objective, right? See https://github.com/AntixK/PyTorch-VAE/blob/8700d245a9735640dda458db4cf40708caf2e77f/models/iwae.py#L155
Hi Anand and all,
As weighting of samples,
weightshould be detached from the current computational graph for the expected optimization objective, right? SeePyTorch-VAE/models/iwae.py
Line 155 in 8700d24