-
Here is my code.
`import torch
import torch.onnx
from retinanet import model
model= model.resnet50(num_classes=80,)
model.load_state_dict(torch.load('../models/coco_resnet_50_map_0_335_state_di…
-
**I tried to install plugin manually and defaultly but it's not working. Always shows following error:**
Attempting to install required packages...
Making sure pip is installed...
Pip is inst…
-
Hi,
I just found out about this censoring solution and I'm dying to try it out. However I just couldn't make it work. Every step including running betatest.py went without any problem. but when I tr…
-
### Feature Request
The return of `dss.Properties.Value()` is always a string. That leaves it to the higher-level application to attempt to convert the strings to a float or int. A secondary effect…
-
**Describe the bug**
I have a onnx model that works OK with Onnx runtime. When I tried to run inference with ONNX built with openvino support, I get the below error.
```
2021-04-12 14:06:54.34505…
-
The C type system is weak, compared to Java or Rust, but we should use it where possible.
The function `PyTuple_Size()` should be infallible; all tuples have a size.
Yet, it can fail if passed a n…
-
**Describe the bug**
**When I run "rembg --help", it report this error as below:**
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and…
-
### Describe the issue
Hi everyone,
I would like to know if it is possible to define a custom loss function together with custom forward and backward propagation methods to modify the weights t…
-
I have tried a few different tools and a few different transform options, but I can't seem to get the data in the test_case/Lyons.gdb to project into WGS84 anywhere close to Colorado. Instead, it keep…
-
**Bug Report Checklist**
- [x] I have provided code that demonstrates a minimal reproducible example.
- [x] I have confirmed the bug exists on the latest mainline of AutoGluon via a source install…