You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Torch and it's extension is very good for design, train and test models, It is convenient and fast, but after all this procedure, I need to put my models into services, how could I communicate between torch and some other languages, like java, python, C#, etc.
The text was updated successfully, but these errors were encountered:
I hope there could be a package that can easily communicate between torch and another popular language like python or Java, It is easy to communicate between python or Java with the other language.
I try to use json and socket to communicate torch with C# and python, but both get into trouble, because I can not deal with multi-thread in a proper way with luasocket, I'm trying to use luasocketevent now.
Torch and it's extension is very good for design, train and test models, It is convenient and fast, but after all this procedure, I need to put my models into services, how could I communicate between torch and some other languages, like java, python, C#, etc.
The text was updated successfully, but these errors were encountered: