-
### Describe the feature you'd like to request
The AI space is evolving quite fast and there are fantastic models coming out every few months. I would really like to see that this extension starts …
-
### Problem Description
Hello team, I'm not able to run this [example workload](https://github.com/ROCm/k8s-device-plugin/tree/master?tab=readme-ov-file#example-workload) on Kubernetes.
Kubernet…
-
./run.sh
INFO:tensorflow:Building model.
INFO:tensorflow:Initializing vocabulary from file: ./data/word_counts.txt
INFO:tensorflow:Created vocabulary with 11520 words
Reading config from ./stream…
-
I have two DNN-models with the same structure and they are trained independently, but I want to transfer the weights of the first model to the second model at runtime.
```
import tflearn
from tf…
-
This model introduces in [TensorFlow Lite Now Faster with Mobile GPUs (Developer Preview)](https://medium.com/tensorflow/tensorflow-lite-now-faster-with-mobile-gpus-developer-preview-e15797e6dee7) art…
-
While I'm trying to run the the [Convolutional Neural Network](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/3_NeuralNetworks/convolutional_network.py) example, I got the f…
-
I was following the Running Peds detector Quick Start on:
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_pets.md
However i got the issue that the TFRecord…
-
when I run sequential.py,there is a bug as below:
System version: 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0]
Tensorflow version: 1.14.0
start experiment
Traceback (m…
-
Hello,
I have been looking for information but I still am unclear about how to save and load the models obtained through the
[object detection guide ](https://keras.io/guides/keras_cv/object_det…
dwmar updated
3 months ago
-
I tried to export some of the pretrained detection models as a saved_model.
Therefore I am using the official docker image tensorflow/tensorflow:1.15.2-gpu-py3.
Every single export fails with the …