Skip to content

Releases: hughperkins/pytorch

v2.4.0

03 Mar 23:51

Choose a tag to compare

Changes:

  • added rpath, so runs more reliably on Mac OS X now
  • @patricksnape improved the build, so that it can run using torch locations other than ~/torch

v2.3.1

01 Mar 20:53

Choose a tag to compare

Bug fixes:

  • Fix bugs in shell scripts for Mac

v2.3.0

01 Mar 17:43

Choose a tag to compare

Changes:

  • no longer needs Cython or jinja2 for installation

v2.2.0

29 Feb 21:16

Choose a tag to compare

Changes:

v2.1.0

26 Feb 05:46

Choose a tag to compare

  • added .asNumpyTensor() method to torch tensors, within python

v2.0.0

26 Feb 03:05

Choose a tag to compare

First release created! v1.0.0 didnt last long, because the division was implemented in a non-standard way, and had to be tweaked slightly

  • you can create torch tensors in python
  • you can create torch tensors from numpy tensors
  • you can create nn modules in python, and run those
  • you can create your own lua class, and load it in python, call methods on it