Skip to content

0.7.0

Compare
Choose a tag to compare
@justadudewhohacks justadudewhohacks released this 06 Jul 09:45
· 335 commits to master since this release

features:

  • parameters of the neural nets can now be retrieved, manipulated and disposed
  • neural nets are now trainable, e.g. make params variable: net.variable(), freeze weights: net.freeze()

fixes:

  • fixed minor memory leaks arising from loading the parameters