Skip to content

e-vissch/debug_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SER

Software Engineering for Research, originally from cvanea's: https://github.com/cvanea/ser/ for the CDT for Health Data Science software engineering module.

Installation

conda create -n ser python=3.9
conda activate ser
pip install -e .

PyTorch dependencies

There are instructions on the PyTorch website how to install the PyTorch versions that are correct for your system...

https://pytorch.org/get-started/locally/

Ideally install using pip.

Startup

conda activate ser

Run SER

ser --help

Use the debugger to find the issues

Run run_cli.py with debug config "run_cli_train" or try "Python Debugger: Current File with Arguments" to define your own entry to cli.py.

You can also try running jupyter_eg.ipynb to try debugging in jupyter.

  • Note usually would add ".vscode" to .gitignore so not uploaded to repoitory as your personal config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published