Skip to content

Stable v1.1

Latest
Compare
Choose a tag to compare
@luna983 luna983 released this 31 Aug 23:26
· 1 commit to master since this release
40ebedb

Two bug fixes from v1.0 for the docker environment

  1. src/optim.py: a float32 tensor was parsed as a float64 tensor in the docker environment
  2. src/graph.py: graph building relies on tuple indices; this is fixed by adding a new method that is agnostic to index types