Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tanh output is [-1,1], so if you shrink it by half you have [-0.5,0.5] and then add 1 you have [0.5,1.5] which gives nothing good in my viewer. So to make it [0,1] we need to add 0.5 instead of 1
- Loading branch information