Skip to content

Commit 566beb9

Browse files
committed
Merge branch 'generator-doc'
2 parents 402d95c + 300c38f commit 566beb9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ License](https://img.shields.io/github/license/BirkhoffG/jax-dataloader.svg)
1212
<a href="https://static.pepy.tech/badge/jax-dataloader"><img src="https://static.pepy.tech/badge/jax-dataloader" alt="Downloads"></a>
1313

1414
[**Overview**](#overview) \| [**Installation**](#installation) \|
15+
[**Usage**](#usage) \|
1516
[**Documentation**](https://birkhoffg.github.io/jax-dataloader)
1617

1718
## Overview

nbs/examples/random.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
"id": "6c46413e",
66
"metadata": {},
77
"source": [
8-
"# Controlling Randomness\n",
9-
"\n",
8+
"# Controlling Randomness"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "94c8c005",
14+
"metadata": {},
15+
"source": [
1016
"`jax-dataloader` provides flexible mechanisms to manage the pseudo-random number generation used during data loading, which is essential for reproducibility, especially when shuffling data. This tutorial outlines the two primary ways to control randomness: \n",
1117
"\n",
1218
"* Setting a global seed \n",

nbs/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"![GitHub License](https://img.shields.io/github/license/BirkhoffG/jax-dataloader.svg)\n",
2121
"<a href=\"https://static.pepy.tech/badge/jax-dataloader\"><img src=\"https://static.pepy.tech/badge/jax-dataloader\" alt=\"Downloads\"></a>\n",
2222
"\n",
23-
"[**Overview**](#overview) \\| [**Installation**](#installation) \\|\n",
23+
"[**Overview**](#overview) \\| [**Installation**](#installation) \\| [**Usage**](#usage) \\|\n",
2424
"[**Documentation**](https://birkhoffg.github.io/jax-dataloader)\n"
2525
]
2626
},

0 commit comments

Comments
 (0)