TensorLayer 1.8.1
We highly recommend users to update to 1.8.1:
Updates
- Implement unit tests for layers (by @zsdonghao)
- Update basic layer for tracking parameters, layer outputs and drop probabilities of previous layer (by @zsdonghao @luomai @lgarithm )
- Fix bug for RNN layer with
n_layer>1
(by @nebulaV) - Remove the use of global variables and fix critical bugs (by @luomai @zsdonghao)