Skip to content

Experiment parsing and testing

Compare
Choose a tag to compare
@JMGaljaard JMGaljaard released this 24 May 11:55
· 111 commits to main since this release

This release introduces the following change:

  1. All federated and data_parallel experiment parsers now load all their respective parameters.
  2. The loss function can now be any of the functions that inherit from torch.nn.modules.loss._Loss base class, using their CamelCase name.
  3. 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.