We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b3c52 commit 3722211Copy full SHA for 3722211
scgen/hyperoptim.py
@@ -45,14 +45,6 @@ def create_model(x_train):
45
print("Best performing model chosen hyper-parameters:")
46
print(best_run)
47
48
-"""
49
- best run for MMD-CVAE:
50
- alpha = 0.01,
51
- beta = 1,
52
- kernel = rbf,
53
- n_epochs = 1500,
54
- z_dim = 100
55
56
57
"""
58
best run for VAE Arithmetic:
0 commit comments