datasets/datasets.py [146:157]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        batch_size,
        n_rotations=4,
        n_x_translations=0,
        n_y_translations=0,
        scaling_factors=(1.0,),
        train_set_proportion=0.1,
        valid_set_proportion=1.0,
        test_set_proportion=1.0,
        seed=0,
        pairs=True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



datasets/datasets.py [263:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        batch_size,
        n_rotations=4,
        n_x_translations=0,
        n_y_translations=0,
        scaling_factors=(1.0,),
        train_set_proportion=0.1,
        valid_set_proportion=1.0,
        test_set_proportion=1.0,
        seed=0,
        pairs=True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



