-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Source
source
### Tensorflow Version
2.8.0
### Custom Code
No
### OS Platform and Distributio…
-
Win10
torch:2.0.0
cuda:11.8
cudnn:8.6.0
tensorrt:8.6.1.6
I use ultralytics-master to export engine. The model is yolov8n.pt
def test_export_onnx():
model = YOLO(MODEL)
model.export(f…
-
### 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…
-
### 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…
-
### 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…
-
### 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…
-
### Description
Hi, I have an existing application that I'd like to integrate TPU support with. I already have TF and TFLite support being built through existing libraries not using Bazel. This is ru…
-
Hi, I was wondering which weights you used for computing the image features? So far, I tried with the HF [ones](https://huggingface.co/openai/clip-vit-large-patch14) and the openAI [ones](https://gith…
-
**System information**
Linux Ubuntu 16.04
tf-cpu-1.13.1
I use tensorflow train a crnn+ctc OCR model,the width of textline is Variable,but when I convert pb to tflite,ValueError: None is only su…
-
I'm trying to write SpaghettiNet in tf 2.x. I've imported majority of the code from [here](https://github.com/tensorflow/models/blob/master/research/object_detection/models/ssd_spaghettinet_feature_ex…