deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

Home Page:https://www.manning.com/books/deep-learning-with-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where to place data?

rosagradilla19 opened this issue · comments

Where am I supposed to put the data files?
would the path be data/subset*/.mhd or data-unversioned/subsets/subset/*.mhd

I don't understand what the puporse of data-unversioned is? When I run the training scripts in ch11 and ch12 data-unversioned is created and inside there's a cache folder

The idea is that data is in git and the large dataset is in data-unversioned, so versioned here is "in version control".