-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add dependencies * dummy collate * initial flax * latent rep * history and jit get_ funcs * updated weight init * add dropout * add rngs in jit * cleaner rngs * module fixes * add batchnorm * more context, fixes * dense init * bound module for inference * fix imports * update batchnorm * no extras for jax depend * add poisson, not implemented * docs * updates * no dropout decoder * eps * use other NB * back to other * jax > numba * better cpu support * release notes * Update v0.15.0.rst * speed up with random choice * speed up with random choice * better outputs from vae * jax config * keyboard interrupt * add level to rich handler * Update scvi/data/_utils.py * Update scvi/data/_utils.py * address comments
- Loading branch information
1 parent
5ca65cc
commit 7ba36b1
Showing
12 changed files
with
570 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ Model | |
model.TOTALVI | ||
model.MULTIVI | ||
model.AmortizedLDA | ||
model.JaxSCVI | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.