We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafb18d commit f0f5e60Copy full SHA for f0f5e60
scarches/models/trvae/trvae.py
@@ -36,7 +36,7 @@ class trVAE(nn.Module):
36
recon_loss: String
37
Definition of Reconstruction-Loss-Method, 'mse', 'nb' or 'zinb'.
38
beta: Float
39
- Scaling Factor for MMD loss
+ Scaling Factor for MMD loss. Higher beta values results in stonger batch-correction at a cost of lossing bilogical varation.
40
use_bn: Boolean
41
If `True` batch normalization will be applied to layers.
42
use_ln: Boolean
0 commit comments