Releases: hughperkins/pytorch
Releases · hughperkins/pytorch
v2.4.0
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
Bug fixes:
- Fix bugs in shell scripts for Mac
v2.3.0
Changes:
- no longer needs Cython or jinja2 for installation
v2.2.0
Changes:
- Builds ok on mac os x now, in travis, ie https://travis-ci.org/hughperkins/pytorch/builds/112293882
v2.1.0
- added
.asNumpyTensor()method to torch tensors, within python
v2.0.0
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