-
How to use multiple gpu for this code ?
-
hello, I'm having a problem with loading premade models (https://www.tensorflow.org/lattice/tutorials/premade_models)
when I save the model as .tf format and load the model I would get
```
KeyEr…
-
## Descriptions
I already build and installed `tensorflow` through pip, and I can build `tensorflow-text`, but when I try to install it, it gave me error:
```
$ pip3 install tensorflow_text-2.12.…
-
## Project Name
GANs Anime Image generation
## Project Description
Create a gans model for generating anime characters.
## Project Type:
- machine learning
- generative networks
- image …
-
**Describe the bug**
Follow along with [MNIST siamese](https://keras.io/examples/mnist_siamese/), where one set of weights is used twice in the same network. Try to make one layer prune, get error: `…
-
is there anyway to save the trained model?
-
Hi,
where can find pre-trained model of Mask-RCNN?
-
I run the tutorial notebooks in a docker as proposed in the ReadMe. Everything works fine, except tutorial no 3.
when running Cell 4
```
# input images, shape (N, 784)
xs = tf.placeholder(tf.fl…
-
Hi team,
Congratulation on the new pipeline. However, I spent a day trying to install desc on my ubuntu server (20.04, amd64) but it failed. Here are my attempts:
1. I created a new conda enviro…
-
How should I try to implement early stopping and avoid overfitting? Looks like eval.py takes the latest model and not the best one. I'm studying [this](https://www.tensorflow.org/versions/r0.10/tutori…