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 763b3c8 commit fd8d211Copy full SHA for fd8d211
docs/conf.py
@@ -61,6 +61,7 @@
61
'JAX_image_captioning.md',
62
'JAX_time_series_classification.md',
63
'JAX_transformer_text_classification.md',
64
+ 'data_loaders_on_cpu_with_jax.md',
65
]
66
67
suppress_warnings = [
@@ -96,4 +97,5 @@
96
97
'JAX_image_captioning.ipynb',
98
'JAX_time_series_classification.ipynb',
99
'JAX_transformer_text_classification.ipynb',
100
+ 'data_loaders_on_cpu_with_jax.ipynb',
101
docs/tutorials.md
@@ -21,6 +21,7 @@ JAX_visualizing_models_metrics
21
JAX_image_captioning
22
JAX_time_series_classification
23
JAX_transformer_text_classification
24
+data_loaders_on_cpu_with_jax
25
```
26
27
Once you've gone through this content, you can refer to package-specific
0 commit comments