chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

Got a different huber_loss result #129

Open KylinA1 opened 6 years ago

KylinA1 commented 6 years ago

when I just use the huber loss in file "03_linreg_placeholder" in line 36, I get different results from the notes. w=-4.2249994 b=78.485054

malciin commented 5 years ago

I get exactly the same result, w=-4.2249994 b=78.485054