Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 416 Bytes

Pytorch HPX

This Repository is dedicated to make famous PyTorch programs like autograd, MNIST, Regression by adding HPX Backend to it. We have seen good results using this method. The repository for now contains the normal and hpx executed files(including their build folders).

Programs Included:

  • Autograd
  • MNIST
  • Linear Regression
  • custom-dataset
  • DCGAN