In this PR I completed the training_datasets/init.py where i make all the different DataLoaders for each set in the powerset of domains. I also had to change the run_training function a little bit to match the data_format, but no functionality was changed.
Testing
Tested some functions and listcomprehensions locally
Making DataLoader for model
In this PR I completed the training_datasets/init.py where i make all the different DataLoaders for each set in the powerset of domains. I also had to change the run_training function a little bit to match the data_format, but no functionality was changed.
Testing