Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fake pull request #63

Open
wants to merge 31 commits into
base: version_that_worked_to_make_paper_figures
Choose a base branch
from

Conversation

dalessioluca
Copy link
Collaborator

No description provided.

Copy link
Collaborator Author

@dalessioluca dalessioluca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modify


reg_av = regularizations.total()
sparsity_av = geco_fgfraction_detached * f_sparsity + geco_ncell_detached * f_cell
loss_vae = sparsity_av + geco_mse_detached * (mse_av + reg_av) + one_minus_geco_mse_detached * kl_av
loss_vae = kl_av + geco_mse_detached * (f_mse + reg_av + sparsity_av)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GECO_MSE_DETACHED should not multiply the SPARSITY_AV

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant