-
Hello
Please, I have a problem concerning the optimization of YOLOX model by Pytorch Pruning (Global & Local)
I got the same inference time after the optimization, I don't understand why ?
…
-
Hi @VainF ! Thank you for your work, but I have some strange problems:
After pruning on my own model, the weight of the model does not match any more.
(RuntimeError: Given groups=1, weight of size […
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi,
I'm curious to know whether the quantized version of networks are supported, as today I tried that and faced this issue :
```python
QuantizedResnet18 took 35.105 ms [min/max: 35.1/35.1] ms for…
-
Hi @VainF,
After pruning, conv -> linear, shouldn't the shape for the linear be (8,12) instead of (8, 15) ? Here is a minimal working example to reproduce:
```python=
import sys, os
sys.path.a…
-
Hello there!
I was trying Model Angelo's refine module with my .mrc and pdb file. I am getting error:
File "/home/******/.conda/envs/model_angelo/lib/python3.10/site-packages/model_angelo-1.0.1-py…
-
In my model, I check for shape during the forward function with something like:
```
if x.shape[1] % 4 != 0:
raise ValueError(
"Cannot use sin/cos positional encoding with "
…
-
**Describe the bug**
Prune Low Magnitude seems not to update the weights to 0 (I am using Constant Sparsity), when using a small dataset for training (1000 Images).
**System information**
Tenso…
-
hello, I want to prune vit_b_16 model with torchvision, but i got this error:
File "test.py", line 39, in prune
ignored_layers=ignored_layers,
File ".../torch_pruning/pruner/algorithms/me…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
2.9.1 (v2.9.0-18-gd8ce9f9c301)
### Custom Code
No
### OS Platform and Distribution
Ubuntu 18.04.5 LTS
### Mob…