Open manjunathsc24 opened 2 years ago
Hi @owulveryck
in the below code of Run() , everytime it calls newmachine, is it required to be called everytime ? i guess its should work only when g.m is nil?
//if g.m == nil { g.m = xvm.NewMachine(g.exprgraph) defer g.m.Close() //g.m = gorgonia.NewTapeMachine(g.exprgraph) //}
thanks Manjunath
Hello,
It’s been a while since I touched this code. You seems to be right. If it works for you, can you submit a PR?
Thanks
Hi @owulveryck
in the below code of Run() , everytime it calls newmachine, is it required to be called everytime ? i guess its should work only when g.m is nil?
//if g.m == nil { g.m = xvm.NewMachine(g.exprgraph) defer g.m.Close() //g.m = gorgonia.NewTapeMachine(g.exprgraph) //}
thanks Manjunath