Skip to content

Commit 3722211

Browse files
author
Mohsen Naghipourfar
committed
remove unnecessary comments
1 parent 44b3c52 commit 3722211

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scgen/hyperoptim.py

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ def create_model(x_train):
4545
print("Best performing model chosen hyper-parameters:")
4646
print(best_run)
4747

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-
"""
5648

5749
"""
5850
best run for VAE Arithmetic:

0 commit comments

Comments
 (0)