-
Hello everyone,
I have no problem when I convert to tflite when converting yolov4 models or yolov3 tiny models (with 2 yolo-layers).
However, when I want to convert yolov3 tiny-prn models or yol…
-
Goal: restore the ability for users to opt-in for M3D model support, and be able to load as many available [sample models](https://bztsrc.gitlab.io/model3d/#models) as possible.
- [x] #5835
Ena…
-
### Describe the issue
I do a qat quantization on a cnn model, when a export it to onnx model, and got a slower inference than torchscript qat model.
the result is
torchscript: 4.798517942428589 …
-
**Is your task related to a problem? Please describe.**
Currently we can export a single aspect model to OpenAPI.
Could it be possible if, lets say we have a set of models which are connected to ea…
-
When converting the model I am getting below error.
Command used.
```
bash -c "cd /project && \
convert_model -m \"cardiffnlp/twitter-roberta-base-sentiment\" \
--backend tensorrt onnx \…
-
SINGA has multiple example models at http://singa.apache.org/docs/examples/
Some are implemented from scratch and some are converted from ONNX, which has a bigger model zoo https://github.com/onnx/m…
-
Hello - getting Import failed on a fresh comfy install. I installed manually with git clone and also installed dependencies with pip.
Any help?
G:\WORKSPACE_AI\02_COMFY\COMFY_2024\ComfyUI_window…
-
### Steps to reproduce
```
class User < ApplicationRecord
has_one_attached :logo do |attachable|
attachable.variant :webp, resize_to_limit: [300, 300], preprocessed: true, convert: :webp, fo…
-
**Bug:**
we need to convert V3 swagger to V2 and transform the examples, but examples part in request/responses/components are missing after converting V3 swagger to V2.
**v3 swagger file:** https:…
-
I have retrained MobileNetSSD V1 and V2 models with my own dataset. They both work perfectly with tensorflow and the converted TFLite models work perfect with MLKit. However the same models converte…