TensorLayer 1.8.3rc0
Pre-release
Pre-release
New Updates
- Fixed bug of
tl.utils.predict#426 56335c5 (by @xionghhcs) - Enable skip biases in
Conv3dLayer, the same as beta and gamma inBatchNormLayer7a5b258 (by @lllcho)
New Examples
- SqueezeNet (ImageNet). AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size, see tutorial_squeezenet.py (by @zsdonghao)
- BinaryNet (MNIST). Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1, see tutorial_binarynet_mnist_cnn.py (by @zsdonghao)