nlintz / TensorFlow-Tutorials

Simple tutorials using Google's TensorFlow Framework
6k stars 1.52k forks source link

04_modern_net.py has no bias parameters #91

Open junoon53 opened 6 years ago

junoon53 commented 6 years ago

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

hunkim commented 6 years ago

Feel free to add the bias.

Sung

On Sat, 12 Aug 2017 at 3:23 AM, Vikram Pawar notifications@github.com wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nlintz/TensorFlow-Tutorials/issues/91, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3DV6XbVNukQ-CeIUdOadcsACq4sc4Gks5sXJwWgaJpZM4O0-wS .

junoon53 commented 6 years ago

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