put this back

This commit is contained in:
Mike J Innes 2016-10-28 16:26:06 +01:00
parent 8140c2312d
commit 2852dddf0f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ type Model
end
function tf(model)
sess = Session()
sess = Session(Graph())
input = placeholder(Float32)
params, output = tograph(model, input)
run(sess, initialize_all_variables())