-
I needed to do the following changes in order to make it work for `tensorflow1.15` / `python3.6`:
1. In `/home/user/venv/tensorflow1.15/lib/python3.6/site-packages/onnx2keras/operation_layers.py`:
…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
![Snipaste_2024-08-17_22-06-50](https://github.com/user-attachments/assets/d2d3bb03-1e98-486a-976b-461605ccd44f)
Does anyone know why parameters of C8C1I increases?
I try to mainly modify the confi…
-
Hello! I've been trying to make this library work for quite some time, but there's a tiny issue preventing me from using it.
## Symptoms
In general, the errors I've been facing appear somewhat e…
-
The following code raises a memory error with frac_bilinear_upsampling
```
X = T.tensor4()
Y = T.nnet.abstract_conv.bilinear_upsampling(X, 2)
Z = T.nnet.abstract_conv.frac_bilinear_ups…
-
Hi @JWFanggit ,
very nice project. I'm running into issues when testing the model with the uploaded weights. Are the links pointing to the right places? Thanks in advance! This would be very helpfu…
naxty updated
9 months ago
-
## CLI integration tests
Some of the CLI test scripts take quite long and should be sped up (by using a smaller test case, or by improving the routines if possible):
* `compression_and_verificat…
-
Hi,
I am just trying to do super-resolution on an image with only downsampling along the columns. The height is same as the HR image while the width is got squeezed. How could I change the code for…
-
Justification: Should be faster than mmap, see for example https://qdrant.tech/articles/io_uring/ or generally the absence of synchronization.
Usage requires to roll your own synchronization, if ne…
-
Hi, it is not long since I started to learn about image low-level task, and your work has brought me a lot of help and inspiration. Now I am still confused about the structure of the decoder. Some wor…