10000 Tags · hughperkins/pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hughperkins/pytorch

Tags

v4.1.0

Toggle v4.1.0's commit message
set setup.py to 4.1.0

v4.0.0

Toggle v4.0.0's commit message
version to 4.0.0

v3.1.0

Toggle v3.1.0's commit message
3.1.0

v3.0.0

Toggle v3.0.0's commit message
backward incompatible change:

- nn modules now in `PyTorchAug.nn`, rather than in `PyTorchAug` directly

new functionality:
- anything in `nn` can now be used, without having to explicitly add to the program
- this also paves the way for being able to easily (and perhaps automatically) handle other types, like nnx etc

v2.9.0

Toggle v2.9.0's commit message
- lua functions can return tables to python now

v2.8.1

Toggle v2.8.1's commit message
fix bug in pushing talbe

v2.8.0

Toggle v2.8.0's commit message
Can pass tables to lua functions now ,from python

v2.7.0

Toggle v2.7.0's commit message
Can pass parameters to lua class constructors now

v2.6.0

Toggle v2.6.0's commit message
Simplify loading lua classes: add `PyTorchHelpers.load_lua_class(lua_…

…filename, lua_classname)`

v2.5.0

Toggle v2.5.0's commit message
add incremental build option to build.sh

0