-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The loading of dataset consists of the following sequence steps - loading parameters, loading properties and loading data - LOADING_STAGES dict in dataset.py defines a state for each of these steps - By passing the keyword load with value of one of those stages, the dataset only loads up to the chosen points - This allows for instance to load 2dseq dataset only using visu_pars file, in case, you only want to access parameters of the dataset
- Loading branch information
1 parent
ad0b512
commit 3fb1724
Showing
1 changed file
with
27 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters