put this back
This commit is contained in:
parent
8140c2312d
commit
2852dddf0f
@ -8,7 +8,7 @@ type Model
|
|||||||
end
|
end
|
||||||
|
|
||||||
function tf(model)
|
function tf(model)
|
||||||
sess = Session()
|
sess = Session(Graph())
|
||||||
input = placeholder(Float32)
|
input = placeholder(Float32)
|
||||||
params, output = tograph(model, input)
|
params, output = tograph(model, input)
|
||||||
run(sess, initialize_all_variables())
|
run(sess, initialize_all_variables())
|
||||||
|
Loading…
Reference in New Issue
Block a user