Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 637 Bytes

pytorch_utils

This is a utils package with essential functions that can help avoid boilerplate when using pytorch

Until proper documentation is ready, please refer to this repo for an example of how to use this package.

Installation

  • git clone https://github.com/rishiswethan/pytorch_utils.git
  • cd pytorch_utils
  • Checkout the latest release, or stick to the version that worked best with your project
    • git checkout tags/v1.1.1
  • Install requirements.txt
    • pip install -r requirements.txt
  • Install pytorch 2.0 from here