run_experiments_real.py [76:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    beta=1000.0,
    c_max=36.0,
    z_dim=30,
    batch_size=16,
    n_epochs=10,
    learning_rate=0.0005,
    seed=0,
    folder=None,
    n_classes=300,
    proportion=0.01,
    architecture=None,
    n_rotations=9,
    n_x_translations=0,
    n_y_translations=0,
    distribution="gaussian",
):
    """Runs CCI VAE and variants on MNIST. Note architecture kwarg is not used"""
    if folder is None:
        raise ValueError("Please provide an experiment folder")
    print("saving results to ", folder)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



run_experiments_real.py [114:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    beta=1000.0,
    c_max=36.0,
    z_dim=30,
    batch_size=16,
    n_epochs=10,
    learning_rate=0.0005,
    seed=0,
    folder=None,
    n_classes=300,
    proportion=0.01,
    architecture=None,
    n_rotations=9,
    n_x_translations=0,
    n_y_translations=0,
    distribution="gaussian",
):
    """Runs CCI VAE and variants on MNIST. Note architecture kwarg is not used"""
    if folder is None:
        raise ValueError("Please provide an experiment folder")
    print("saving results to ", folder)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



