Describe the bug
config_weight is a key in the info dictionary of a configuration in xyz files that denotes the weight assigned to the particular configuration for training. This parameter is correctly loaded as the 'weight' parameter in the AtomicData class. However, the same is not taken into account when constructing losses like UniversalLoss.
Expected behavior
UniversalLoss and other losses should be weighted by AtomicData.weight.
Describe the bug
config_weight is a key in the info dictionary of a configuration in xyz files that denotes the weight assigned to the particular configuration for training. This parameter is correctly loaded as the 'weight' parameter in the AtomicData class. However, the same is not taken into account when constructing losses like UniversalLoss.
Expected behavior
UniversalLoss and other losses should be weighted by AtomicData.weight.