Skip to content
Snippets Groups Projects
Commit f9783600 authored by Mélodie Boillet's avatar Mélodie Boillet Committed by Yoann Schneider
Browse files

Remove training info from DatasetManager

parent 75a2c667
No related branches found
No related tags found
1 merge request!149Remove training info from DatasetManager
......@@ -232,7 +232,6 @@ class GenericDataset(Dataset):
self.params["config"]["padding_value"] = self.padding_value
self.curriculum_config = None
self.training_info = None
def __len__(self):
return len(self.samples)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment