We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: