Skip to content

AVCT433/prac2

Repository files navigation

Python Boilerplate with Pytorch GPU support

GitHub License: MIT GitHub stars GitHub forks

GitHub last commit GitHub last commit

GitHub issues GitHub pull requests

📙 Introduction

  • PyTorch GPU boilerplate for deep learning projects.
  • Also includes Ruff, Pre-commit, and Poetry set-up for a complete development environment.
  • [Branch: devcontainer] Provides a devcontainer set-up for GitHub Codespaces and Visual Studio Code Remote Development.
PyTorch Poetry Python Jupyter
Ruff Pytest Pre-commit Pyright

🚀 Quick Start

1. Open Visual Studio Code with Remote Development

2. Create your repository using template with the devcontainer branch

  • Click the Use this template button on the top-right of this repository.
  • Select the include all branches option to include the devcontainer branch.
  • Click the Create repository button.

3. Open the repository in Visual Studio Code

  • Open the repository in Remote Server or Codespaces.
  • Click the Reopen in Container button to open the repository in the devcontainer.
    • You may need to install Docker if you are using a local machine.
  • A new container will be created and the repository will be opened in the new container. (It may take a few minutes to build the container for the first time.)

4. Install additional dependencies

Done! 🎉

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published