Skip to content

gudiandian/pytorch

 
 

Repository files navigation

This repository contains the source code implementation of Pytorch modified to profile runtime statistics for pytorch models.

Setup

You will need to compile the modified PyTorch code in this repositiry. Note that torchvision should be installed before compiling PyTorch if you want to train a model from torchvision:

pip install torchvision
git submodule update --init --recursive
python setup.py install

About

Tensors and Dynamic neural networks in Python with strong GPU acceleration

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.5%
  • Python 32.1%
  • Cuda 6.9%
  • C 4.3%
  • CMake 1.6%
  • Shell 0.6%
  • Other 2.0%