Skip to content

Commit f0f5e60

Browse files
authored
Update trvae.py
1 parent aafb18d commit f0f5e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scarches/models/trvae/trvae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class trVAE(nn.Module):
3636
recon_loss: String
3737
Definition of Reconstruction-Loss-Method, 'mse', 'nb' or 'zinb'.
3838
beta: Float
39-
Scaling Factor for MMD loss
39+
Scaling Factor for MMD loss. Higher beta values results in stonger batch-correction at a cost of lossing bilogical varation.
4040
use_bn: Boolean
4141
If `True` batch normalization will be applied to layers.
4242
use_ln: Boolean

0 commit comments

Comments
 (0)