Data loader intuition with numbers (#132)

* data loader intuition with numbers

* fix link

* fix tests
This commit is contained in:
Sebastian Raschka
2024-04-27 07:56:41 -05:00
committed by GitHub
parent 4adb96d7ee
commit fc3d70f72f
5 changed files with 337 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: "3.10"
- name: Install dependencies
run: |
@@ -39,4 +39,5 @@ jobs:
- name: Validate Selected Jupyter Notebooks
run: |
pytest --nbval ch02/01_main-chapter-code/dataloader.ipynb
pytest --nbval ch03/01_main-chapter-code/multihead-attention.ipynb
pytest --nbval ch03/01_main-chapter-code/multihead-attention.ipynb
pytest --nbval ch02/04_bonus_dataloader-intuition/dataloader-intuition.ipynb