Skip to content

Commit 776df65

Browse files
authored
Adding tutorial for data loaders on cpu with jax (#108)
1 parent 1998729 commit 776df65

File tree

4 files changed

+4258
-0
lines changed

4 files changed

+4258
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
'JAX_image_captioning.md',
6262
'JAX_time_series_classification.md',
6363
'JAX_transformer_text_classification.md',
64+
'data_loaders_on_cpu_with_jax.md',
6465
]
6566

6667
suppress_warnings = [
@@ -96,4 +97,5 @@
9697
'JAX_image_captioning.ipynb',
9798
'JAX_time_series_classification.ipynb',
9899
'JAX_transformer_text_classification.ipynb',
100+
'data_loaders_on_cpu_with_jax.ipynb',
99101
]

0 commit comments

Comments
 (0)