Issue description
Taking the training set as an example, the input data at different stages should have agreed names in the framework for easier understanding when people refer to, like train_set (the input ndarray or hdf5 file path), train_dataset (pytorch Dataset class taking train_set in), train_dataloader (pytorch Dataloader class proceesing train_dataset).
Your contribution
PR will come.
Issue description
Taking the training set as an example, the input data at different stages should have agreed names in the framework for easier understanding when people refer to, like
train_set(the input ndarray or hdf5 file path),train_dataset(pytorch Dataset class takingtrain_setin),train_dataloader(pytorch Dataloader class proceesingtrain_dataset).Your contribution
PR will come.