Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Naghipourfar committed Jul 29, 2019
1 parent 44b3c52 commit 3722211
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scgen/hyperoptim.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ def create_model(x_train):
print("Best performing model chosen hyper-parameters:")
print(best_run)

"""
best run for MMD-CVAE:
alpha = 0.01,
beta = 1,
kernel = rbf,
n_epochs = 1500,
z_dim = 100
"""

"""
best run for VAE Arithmetic:
Expand Down

0 comments on commit 3722211

Please sign in to comment.