AlexMili / torch-dataframe

Utility class to manipulate dataset from CSV file
MIT License
67 stars 8 forks source link

Adds the load batch enhancement - issue #7 #13

Closed gforge closed 8 years ago

gforge commented 8 years ago

Adds 2 core functionalities init_batch() and load_batch() that can be used for initializing a data-split and then loading subsequent batches of data.

The core changes are:

Note - sorry about the size of this PR but just ignore it until you've had time reviewing the previous ones.