-
#1354 introduce API break change, we need to check in a suppression file to overpass the API compatibility check and bump the version
![image](https://github.com/user-attachments/assets/8064ba3a-b3…
-
调用torch.jit.script(self.net).save("model.pt"),程序一直报错TypeError: cannot create weak reference to 'numpy.ufunc' object
调用toch.jit.trace(self.net,torch.rand(1,3,256,320)).save("model.pt")可以正常导出模型,但是测试结果和…
-
There is currently support for most of the common (and some less common) ML algorithms in Sharp Learning. However, there does appear to be a lack in the area of Reinforcement Leaning and some might ob…
-
I have a fully working tensorflow model and I litterally just need the last step of having C# run my model, but I am stuck on a null exception.
I have a very simple setup, and I've locked down both…
-
I try to use Faster rcnn for object detection, training and inference.
Is it possible to implement faster rcnn?
How much work is required?
-
cc: @tannergooding @richlander @jkotas
This is yet another issue regarding how to best author native library nuget packages and define, build, test, publish deploy applications that consume these.…
-
The [L1Loss](https://pytorch.org/docs/stable/generated/torch.nn.L1Loss.html) should create a criterion that measures the MAE error, but in TorchSharp it measures the MSE.
I believe that this is inc…
-
-----------------------------------------
If you have a question about the RDKit please use the Discussions tab above (https://github.com/rdkit/rdkit/discussions) instead of posting it here.
If …
-
-
**Is your feature request related to a problem? Please describe.**
I'm desktop environment is an iMac with M1 chip. I have been looking on how to build TensorFlow v2.3 so I could use it for image cla…