nlintz/TensorFlow-Tutorials

04_modern_net.py has no bias parameters

junoon53 opened this issue · 2 comments

The 04_modern_net.py network does not have any bias parameters. Is this intentional?

I've added the bias terms and sent a pull request. Thanks!