Experiment parsing and testing
This release introduces the following change:
- All
federated
anddata_parallel
experiment parsers now load all their respective parameters. - The loss function can now be any of the functions that inherit from
torch.nn.modules.loss._Loss
base class, using their CamelCase name. - A series of test cases was added to test the parsing of default values with configured values for testing.
Issues closed
This version resolves the following issues. For more information read the changelog above.