Skip to content

noahmbenjamin/mrvi-reproducibility

 
 

Repository files navigation

Conda setup

conda create --name myenv python=3.11
conda activate myenv

pip install scvi-tools
pip install ipykernel
python -m ipykernel install --user --name myenv --display-name "Kernel Name"

Activate your kernel in the jupyter notebook and run it

About

MRVI fork for Deep Generative Models (CS274E) project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 98.0%
  • Python 1.9%
  • Other 0.1%