-
## ❓Question
I have a keras model that contains some dilated convolutions and whose input shape contains a variable component. When trying to convert the model using `coremltools.convert()`, I get th…
-
Hi,
I've been trying to make the TF-Agents examples work on my machine and I keep getting this error which I can't seem to find a solution for (went on Tensorflow's github repo to search for issues…
-
I tried to deploy `examples/v1/tensorflow-benchmarks.yaml`, but no new pod was created.
What I did
```bash
$ kubectl create -f deploy/v1/mpi-operator.yaml
$ kubectl create -f examples/v1/tensorf…
-
Python version 3.8.0
Tensorflow version 2.5.0
Tensorflow-probability version 0.13.0
Histogram of sampled data probabilites for n=2
![gp_2_points_data_hist](https://user-images.githubusercontent.co…
-
The following code implements the original @ylecun [LeCun's CNN architecture.](http://yann.lecun.com/exdb/publis/pdf/lecun-01a.pdf), with `Dropout` comment out due to an [issue](https://github.com/app…
-
-
### Description of the problem
**Workloads are executing 2x-5x taking to execute on Ubuntu 22.04, centos and rhel systems**
For most of the workloads, we have increased the timeout, as well as s…
-
Hi,
Thank you for providing `mixed_large_24_model.bin`.
I was trying to convert this model using `scripts/convert_bert_from_uer_to_google.py`.
Everything goes fine without any alerts.
However, wh…
-
Hi,
- **Have I written custom code (as opposed to running examples on an unmodified clone of the repository)**: yes, but just add the wrapper to call streaming related API
- **OS Platform and Dist…
-
I have been trying to run the example by following,
```
python tf_agents/agents/categorical_dqn/examples/train_eval_atari.py \
--root_dir=$HOME/atari/pong \
--alsologtostderr
```
However…