• Stars
    star
    183
  • Rank 205,690 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tool box for PyTorch

Pytorch-Tools

Tool box for PyTorch for fast prototyping.

Overview

Installation

Requires GPU drivers and CUDA already installed.

pip install git+https://github.com/bonlime/pytorch-tools.git@master

It is also recommended to install NVIDIA Apex to allow usage of additional optimizers

pip install ---upgrade -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" git+https://github.com/NVIDIA/apex.git

Designed and maintained by @bonlime and @zakajd

Star the project if you like it!