You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have two doubts reading your code. 1. what is the variable WU in the VAE code? I noticed that it is assigned by warmup and will increase from 0 to 1 as the epoch increases. Means that the weight of the likelihood gradually decreases with training? Is there any consideration behind this?
Hello, I have two doubts reading your code. 1. what is the variable
WU
in the VAE code? I noticed that it is assigned bywarmup
and will increase from 0 to 1 as the epoch increases. Means that the weight of the likelihood gradually decreases with training? Is there any consideration behind this?SIVI/SIVAE.py
Line 126 in c457d09
2.One more question about this loss, I noticed that there is a batch count multiplier missing. Is that right?
Thanks!
The text was updated successfully, but these errors were encountered: