We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c86a13 commit 8eb0884Copy full SHA for 8eb0884
docs/conf.py
@@ -57,6 +57,7 @@
57
'JAX_examples_image_segmentation.md',
58
'JAX_Vision_transformer.md',
59
'JAX_machine_translation.md',
60
+ 'data_loaders_for_multi_device_setups_with_jax.md',
61
]
62
63
suppress_warnings = [
@@ -88,4 +89,5 @@
88
89
'JAX_examples_image_segmentation.ipynb',
90
'JAX_Vision_transformer.ipynb',
91
'JAX_machine_translation.ipynb',
92
+ 'data_loaders_for_multi_device_setups_with_jax.ipynb',
93
docs/tutorials.md
@@ -17,6 +17,7 @@ JAX_basic_text_classification
17
JAX_examples_image_segmentation
18
JAX_Vision_transformer
19
JAX_machine_translation
20
+data_loaders_for_multi_device_setups_with_jax
21
```
22
23
Once you've gone through this content, you can refer to package-specific
0 commit comments