Augmentation¶
- class metatrain.utils.augmentation.RotationalAugmenter(target_info_dict: Dict[str, TargetInfo])[source]¶
Bases:
object
A class to apply random rotations and inversions to a set of systems and their targets.
- Parameters:
target_info_dict (Dict[str, TargetInfo]) – A dictionary mapping target names to their corresponding
TargetInfo
objects. This is used to determine the type of targets and how to apply the augmentations.