Skip to content

Commit fd1f88a

Browse files
committed
adding tutorial for data loaders on cpu with jax
1 parent 9785678 commit fd1f88a

File tree

4 files changed

+4252
-0
lines changed

4 files changed

+4252
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'JAX_basic_text_classification.md',
5757
'JAX_examples_image_segmentation.md',
5858
'JAX_Vision_transformer.md',
59+
'data_loaders_on_cpu_with_jax.md',
5960
]
6061

6162
suppress_warnings = [
@@ -86,4 +87,5 @@
8687
'JAX_basic_text_classification.ipynb',
8788
'JAX_examples_image_segmentation.ipynb',
8889
'JAX_Vision_transformer.ipynb',
90+
'data_loaders_on_cpu_with_jax.ipynb',
8991
]

0 commit comments

Comments
 (0)