1
0
Fork 0

Dataloaders and datasets

main
Nigel Barink 2023-03-30 19:41:46 +02:00
parent f9fbfae1c1
commit 23a0591630
3 changed files with 270 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
data
venv
.venv
.vscode

267
data.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@ -4,4 +4,5 @@ torch
torchvision
--index-url https://download.pytorch.org/whl/cu117
torchaudio
numpy
numpy
pandas