-
Kullanici GitHub linki'ni yukledikten sonra asagidaki seceneklerden birini secer:
1) Yanit anahtari / master dosya'ya gore geribildirim: Projenin cozumu yuklenir onunla kiyaslayip geribildirim veri…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
Hi 👋
My application uses the apply_saved_models api within tf-transform to run inference on tensorflow models.
For a TF2 model from tf-hub, when running apply_saved_models I get the following err…
-
To set layout for custom_layout plugin in tensorflow 1.x you should use method add_summary in FileWriter class. So the code should look like this:
```python
with tf.summary.FileWriter(LOGDIR) as w…
-
Could you provide an example for Resnet50 model using Horovod Tensorflow 2.X? TF2.X is more concise than TF 1.X. Looking forward for your response.
-
I have tried to pickle some objects of Tensorflow 2.0.0 using cloudpickle I get exception.
1. First, I have tried to pickle the Conv2D class (as described in https://www.tensorflow.org/api_docs/pyt…
-
Ensure that your tensorflow version must be 1.x.x, otherwise it will report an error that No module named tensorflow.contrib.
-
Hello, I made the code work for myself using Tensorflow v 1.4 and Python 2.
Maybe it works for you too.
**board.py (complete file):**
```
# Import MNIST data
import input_data
mnist = inpu…
-
### Issue type
Feature Request
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
binary
### TensorFlow version
unknown 2.12.0
### Custom code
No
### …
-
**Is your feature request related to a problem? Please describe.**
Ran into a problem trying to train latest tensorflow research models on Rosie because Rosie only has support for Cuda 10.1 and 10.2 …