Skip to content

pauladkisson/spike-psvae

 
 

Repository files navigation

spike-psvae

Getting started. Install node without conda, can't figure out how to avoid an environment conflict. Then,

conda create -n psvae python=3.8 numpy seaborn scikit-image scikit-learn scipy h5py tqdm
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

For jupyter lab, the way I'm doing it for now is:

pip install jupyterlab jupytext
jupyter lab build

Then serve:

mkdir -p .jupter/lab/workspaces
JUPYTERLAB_WORKSPACES_DIR=.jupyter/lab/workspaces jupyter lab --no-browser --ip=0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.4%
  • Jupyter Notebook 7.0%
  • TeX 1.5%
  • Cython 0.1%