dsp-uga / ugin-p3

MIT License
0 stars 0 forks source link

Create Dataset File #2

Closed Micky774 closed 3 years ago

Micky774 commented 3 years ago

Create a dataset file dataset.py which will define a PyTorch dataset object. This object should be able to load the data either in memory, if small enough, or read from disk as-needed if the data is large.