Skip to content

A Template of Python Project in Visual Studio Code with Github Actions CI/CD (Especially for PyTorch based Deeplearning Projects).

License

Notifications You must be signed in to change notification settings

jamesnulliu/VSC-Python-Project-Template

Repository files navigation

VSC-Python-Project-Template

A Template of Python Project in Visual Studio Code with Github Actions CI/CD (Especially for PyTorch based Deeplearning Projects).

How to Build

Create a new conda environment:

conda create -n pytemplate python=3.12
conda activate pytemplate

Install example_package:

pip3 install --no-build-isolation .

torch.ops.example_package.vector_add will be available after installation; See test.py for usage.

How to Test

conda activate pytemplate
python test/test.py

About

A Template of Python Project in Visual Studio Code with Github Actions CI/CD (Especially for PyTorch based Deeplearning Projects).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •