Closed mghuibregtse closed 10 months ago
n_layers tested once ( as it takes an hour per run ). Conclusion: n_layers = 3 was optimal, assuming that closer to zero is the best for elbo and reconstruction loss
n_layers tested once ( as it takes an hour per run ). Conclusion: n_layers = 3 was optimal, assuming that closer to zero is the best for elbo and reconstruction loss
Update: the elbo and reconstruction loss are different for each run, a seed is needed. If unavailable, ignore it.
Tried multiple seeds: seed = 0 np.random.seed(seed) torch.manual_seed(seed) random.seed(seed) torch.cuda.manual_seed_all(seed)
however they were still different each time, also the n_latent number that changed was different
Only change n_layers. Source: https://docs.scarches.org/en/latest/training_tips.html as source.