You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that your source code includes a file called benchmark.py, where the distribution learning benchmark by GuacaMol is utilized. However, in train.py, the model is benchmarked using the model.benchmark(train_path=paths.train_path) method, which seems to take longer than the approach in benchmark.py. Could you explain the main differences between these two benchmarking methods?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi MiCaM team,
I noticed that your source code includes a file called benchmark.py, where the distribution learning benchmark by GuacaMol is utilized. However, in train.py, the model is benchmarked using the model.benchmark(train_path=paths.train_path) method, which seems to take longer than the approach in benchmark.py. Could you explain the main differences between these two benchmarking methods?
Thank you!
The text was updated successfully, but these errors were encountered: