-
### What happened + What you expected to happen
Ran batch inference with a TensorFlow model. Got a cloudpickle error:
```
2024-03-25 13:15:46.882449: I tensorflow/core/util/port.cc:110] oneDNN cust…
-
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…
-
Hello,
Can someone confirm if this will work with Python 3.10, noting that it needs Tensorflow 2.8 or higher?
If so, how can we change the requirements.txt when doing a pip install moodlemlbackend
…
-
Some bindings went missing going from tensorflow-lite-gpu 2.4.0 to 2.5.0:
GpuDelegate
CompatibilityList.BestOptionsForThisDevice
(and possibly others?)
-
Port all the functions to TensorFlow 2.3.1
-
pip install tensorflow==2.0
import numpy as np
import tensorflow as tf
from tffm import TFFMClassifier
gives error:
---------------------------------------------------------------------------…