Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 548 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 548 Bytes

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