kaist-amsg / LocalRetro

Retrosynthesis prediction for organic molecules with LocalRetro
82 stars 24 forks source link

Code for round-trip accuracy? #20

Closed najwalb closed 8 months ago

najwalb commented 8 months ago

The paper reports both ground-truth and round-trip accuracies. The repo does not provide any information about the round-trip accuracy however. Could you share the parameters you used in MolecularTransformer to get the numbers you reported in the paper? For example, what was your beam_size, n_best, etc?

shuan4638 commented 8 months ago

Hi, thanks for interested in this project. I finished this project quite long time ago, but I think I simply used the default hyperparameters. I trained the Transformer by USPTO-50K dataset instead of USPTO-MIT dataset.

shuan4638 commented 8 months ago

I will close this issue if there is no more discussion on this.

najwalb commented 8 months ago

Hi, thanks a lot for your reply, it's quite helpful :)