-
when I pruner https://github.com/chenjun2hao/DDRNet.pytorch
I meet the error
`
def prune_model(model):
model.cpu()
DG = tp.DependencyGraph().build_dependency(model, torch.randn((1…
-
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f2.0.1v1.10.1-previous-335-g4751d664
Commit hash: 4751d6646d3889c4f0acb24d3b5a868a8208fb3a
Launching…
-
### 🐛 Describe the bug
The following code has low precision, when computed on GPU (error in 1e-3, compare to CPU).
This seems to be unexpected.
```python
import torch
import torch.nn.functio…
-
```
Loading Model: {'checkpoint_info': {'filename': 'E:\\Storage\\Apps\\AI_Geneartor\\stable-diffusion-webui-amdgpu-forge\\models\\Stable-diffusion\\flux1-schnell-Q4_1.gguf', 'hash': '00ccfa75'}, 'ad…
-
There are several hardcoded paths in this repository:
- https://github.com/hossein1387/BARVINN/blob/master/barvinn.core#L136
- https://github.com/hossein1387/BARVINN/blob/master/barvinn.core#L140
-…
-
模型转换报错,实际推理同样报错
Paddle Lite 版本 2.13
Host ubuntu20.04
SOC imx8qxp
模型为yolov8s-seg.onnx、yolov5m-seg.onnx均测试过,都有该报错
使用
```
x2paddle --framework=onnx --model=yolov5m-seg.onnx --save_dir=yolov5m-seg…
-
creating build/temp.linux-x86_64-cpython-38
gcc -pthread -B /home/han/anaconda3/envs/py38/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /home/han/ana…
-
After a training job (**Amazon SageMaker built-in algorithm - Object detection - VGG-16**) I ended up with a model artifact in a compressed archive model.tar.gz.
Inside there are what I suppose to be…
-
Unexpected key(s) in state_dict: "encoder_level1.0.attn.ta.sharedMLP.0.weight", "encoder_level1.0.attn.ta.sharedMLP.2.weight", "encoder_level1.0.attn.ca.sharedMLP.0.weight", "encoder_level1.0.attn.ca.…
-
Hi,
I have implemented Rocket64b1gem16 on my FPGA with default configs and 8GiB DDR3.
The ONNX Resnet18 Model sometimes can run with command '-O 99' and I can get the right result. But sometimes it …