-
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.
-
https://github.com/deepforge-dev/deepforge-keras/pull/180 adds support for tensorflow2.0 in deepforge-keras. It might be nice to test the example projects here with the branch as well as update the pr…
-
Hello, thank you for this great work!
As I understand, RecSim is made for use with TF 1, because, if I'm not mistaken, we must provide a session to an agent. Do you plan to adapt interface for the…
-
The examples in https://github.com/tensorflow/probability/tree/master/tensorflow_probability/examples do not run with TensorFlow 2, but it's been a while the stable TF2 is available. So, any plans to …
-
[tensorflow lite minimal example](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/examples/minimal)
```
wasm_cc_binary(
name = "wasm-minimal",
cc_target = ":minimal"…
-
### System Info
```
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
None of PyTorch,…
-
**Is your feature request related to a problem? Please describe.**
When analyzing hundreds or thousands of binary traits, it becomes time-consuming to manually classify and identify relevant patterns…
-
Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of each technique. …
-
### What happened + What you expected to happen
I was trying to run this example from the documentation however it results in an error. I've tested this on 2 different clusters, one with CPU only and…
-
Example:
```python
from tensorflow_probability.substrates import jax as tfp
tfp.distributions.TruncatedNormal(
0.5382424, 0.05, 0.80921564, 0.86921564
).sample(seed=jax.random.PRNGKey(2))
``…