datasets/datasets.py [282:290]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        super().__init__(
            batch_size,
            n_rotations,
            n_x_translations,
            n_y_translations,
            scaling_factors,
            seed,
            pairs,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



datasets/datasets.py [380:388]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        super().__init__(
            batch_size,
            n_rotations,
            n_x_translations,
            n_y_translations,
            scaling_factors,
            seed,
            pairs,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



