-
Notifications
You must be signed in to change notification settings - Fork 350
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
TOTALVI.train() Model training has an invalid value error #3028
Comments
Hi, thanks for reporting the issue. Indeed, there's no epsilon on the scale in the decoder and therefore it can get equal to zero. I created a PR with a fix for this. Can you install from this branch and check that it's fixed? https://github.com/scverse/scvi-tools/tree/can_totalvi_decoder_eps |
@canergen .conda/envs/py310/lib/python3.10/site-packages/docrep/decorators.py:43: SyntaxWarning: 'param_categorical_covariate_keys' is not a valid key! |
This looks like an error that was fixed in scVI-tools 1.2.0. can you please confirm that your installation went correct and you get scVI-tools 1.2.0 as version? Happy to have a look at the data. I don’t think it’s about poor quality, but might be sparsity in one protein. |
Versions:
The text was updated successfully, but these errors were encountered: