add lbfgs walkthrough and small cleanups (#229)

This commit is contained in:
Robert Nishihara
2016-07-08 12:32:48 -07:00
committed by Philipp Moritz
parent 82ab6d68f1
commit d8a621e5cb
5 changed files with 186 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import ray
import numpy as np
import tensorflow as tf
image_dimension = 784