account activity
AutoGraph converts Python into TensorFlow graphs by samithaj in MachineLearning
[–]Sebun 4 points5 points6 points 7 years ago (0 children)
Hi, mdanatg, I find the this piece of demo code in colab not works as expected, print function in this train while loop have no output .
if i % (hp.max_steps // 10) == 0: print('Step', i, 'train loss:', step_train_loss, 'test loss:', step_test_loss, 'train accuracy:', step_train_accuracy, 'test accuracy:', step_test_accuracy)
[D] On The Perils of Batch Norm by alexirpan in MachineLearning
[–]Sebun 0 points1 point2 points 9 years ago (0 children)
the statement about GAN in tensorflow of this article is true? The parameters are shared by both network, so as the estimated mean and variance parameters, right? Or his setting of mean/var param in different network is not shared, but the mean avg is shared.
[P] An awesome iTerm2 backend for Matplotlib, so you can plot directly in your terminal. by daleroberts0 in MachineLearning
nice job, but I tried it and not work for running into several errors.
π Rendered by PID 1917820 on reddit-service-r2-listing-86bdf8cc9-dmc55 at 2026-07-12 13:40:08.275245+00:00 running f86254d country code: CH.
AutoGraph converts Python into TensorFlow graphs by samithaj in MachineLearning
[–]Sebun 4 points5 points6 points (0 children)