-
### Project URL
https://pypi.org/project/ai-edge-model-explorer-adapter/
### Does this project already exist?
- [x] Yes
### New Limit
120
### Update issue title
- [x] I have updated the title.
…
-
### 🥰 需求描述
支持腾讯云 EdgeOne:Open Edge AI ,类似cloudflare AI
### 🧐 解决方案
https://cloud.tencent.com/developer/article/2416035
![7f9437da295ba5d17704754970d9398f](https://github.com/user-attachments/asse…
-
:red_circle: **Real time object detection using edge ai**
:red_circle: **Robust but light weight real time object detection**
:red_circle: **I believe object detection should be an essential in this J…
-
This tracks related backlogs and epics.
- [ ] A. pub/sub stream support / maintainer: @jaeyun-jung
- [x] A-1. zeromq src(sub) & sink(pub) with ANY: avaiable in opensource (gst-zmq) #3077
…
-
### Description of the bug:
I tried running the example.py script given for quantization example, but for Llama. Wherever the reference to Gemma was made, I made appropriate references to Llama. The…
-
### Description of the bug:
I'm trying to convert the following (quantized) model:
```python
# Disable GPU for model conversion to tflite.
# Fix for https://github.com/google-ai-edge/ai-edge…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11
- TensorFlow installation (pip package or built from source): pip
- TensorFlow library (version, if…
-
Format the SD Card and set MBR, using https://learn.microsoft.com/en-us/windows-server/storage/disk-management/change-a-gpt-disk-into-an-mbr-disk
-
### Description of the bug:
I am trying to run an exported TFLite model, specifically the Gemma TFLite model. After downloading both tokenizer.model and gemma-1.1-2b-it-cpu-int8.bin from Hugging …
-
### Description of the bug:
``` python
import torch
import torch.nn as nn
class Fold(nn.Module):
def __init__(self):
super(Fold, self).__init__()
self.fold = nn.Fold(output…