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
Here, many people use torchsharp. The main reason is that they don't want to leave the C# environment, but they don't understand C, C++, either (even simple compilation is beyond them, such as me). If torchsharp could release the compiled libtorch dll for everyone like other components or libraries, I think more people would be willing to participate. For example, I want the cuda.empty() method (I have looked at the cuda dll and it seems not too difficult to implement. Just declaring it in C# can make it callable).