Skip to content

Commit

Permalink
cited jax dataloader
Browse files Browse the repository at this point in the history
  • Loading branch information
HMUNACHI committed Feb 21, 2024
1 parent bde09a4 commit 18c7f8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nanodl/__src/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
from typing import Iterator
from dataclasses import dataclass

# This script modifies the JAX DataLoader from the following repository:
# JAX DataLoader by Birkhoff G. (https://birkhoffg.github.io/jax-dataloader/)
# Accessed on [Date you accessed the repository, e.g., February 4, 2024]
# This DataLoader implementation is used for efficient data loading in JAX-based machine learning projects.

class Dataset:
"""
A PyTorch-like Dataset class for JAX.
Expand Down

0 comments on commit 18c7f8e

Please sign in to comment.