Skip to content

TensorLayer 1.8.3

Choose a tag to compare

@zsdonghao zsdonghao released this 22 Mar 17:10
· 1490 commits to master since this release
9f756b7

This release focuses on model compression and acceleration, feel free to discuss here.

New APIs

  • TenaryDenseLayer, TenaryConv2d, DorefaDenseLayer, DorefaConv2d for Tenary Weight Net and DoReFa-Net (by @XJTUWYD)
  • BinaryDenseLayer, BinaryConv2d, SignLayer, ScaleLayer for BinaryNet (by @zsdonghao)
  • tl.act.htanh for BinaryNet (by @zsdonghao)
  • GlobalMeanPool3d, GlobalMaxPool3d (by @zsdonghao)
  • ZeroPad1d, ZeroPad2d, ZeroPad3d (by @zsdonghao)

New Updates

New Examples

New Discussion