-
I have an issue the model always detects the first label when I use any model it detects the first label even if I use your model and your repo after downloading it what's wrong?
-
Within this issue, we will collect, suggest and check libraries and models that we might want to integrate.
-
@boncheolgu got the following error
```
Finished dev [unoptimized + debuginfo] target(s) in 2m 14s
Running `target/debug/tftest`
ERROR: Op builtin_code out of range: 127. Are you using old TF…
-
Some models (e.g. YAMNet) support variable sized inputs. TensorFlow represents this by having a 1x1 input that gets resized manually at runtime to fit the desired input.
What this will probably req…
-
I see there is no documentation provided for `IsolateInterpreter` , which is very much helpful while performing computationally intensive operations. I tried `IsolateInterpreter` in my application bas…
-
### What happened?
Basic attempt at loading yamnet model results in 403 error
### Relevant code
```python
import tensorflow_hub as hub
yamnet_model = hub.load("https://tfhub.dev/google/ya…
-
### Please verify that you have read and understood the guidelines.
yes
### A clear and concise description of the issue.
just run `bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/…
-
I have some trouble using the plugin. No numbers are showing in the boxes. The query should be correct.
Does the plugin only work for Grafana 3.x.x?
![bilde](https://user-images.githubuserconte…
-
Just a quick question. I want my final model to be full int8 instead of float32 for input and outputs. I want the training to be as accurate as possible. Do I train with quantised input and outputs? B…
-
Logs of issues with our 4G unet internal model.
This model is converted from ONNX.
- part of #12732
tasks
- [x] resolve model conversion with internal `one-import-onnx-ext` tool
- [ ] ...