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 am working on reproducing the results from the paper using the codebase and default settings in the repository, but I am having difficulty achieving the reported performance levels. Specifically, I used a 1:1000 ratio of negative samples for both molecules and sequences in training. Despite trying different scripts (train.py, train_contra.py, train_rnn.py, and train_tfmr.py), the best Top-1-N accuracy I obtained is only around 0.10-0.20, which is significantly lower than the reported results (~0.3).
For each model, I used the following parameters provided in your repository:
Questions:
Did you try specific hyperparameters for each model (e.g., train.py, train_contra.py, train_rnn.py, train_tfmr.py)?
Could you please provide the detailed hyperparameter settings (e.g., learning rate, batch size, number of epochs, optimizer parameters) that were used to achieve the reported results?
The text was updated successfully, but these errors were encountered:
I am working on reproducing the results from the paper using the codebase and default settings in the repository, but I am having difficulty achieving the reported performance levels. Specifically, I used a 1:1000 ratio of negative samples for both molecules and sequences in training. Despite trying different scripts (
train.py
,train_contra.py
,train_rnn.py
, andtrain_tfmr.py
), the best Top-1-N accuracy I obtained is only around 0.10-0.20, which is significantly lower than the reported results (~0.3).For each model, I used the following parameters provided in your repository:
Questions:
Did you try specific hyperparameters for each model (e.g.,
train.py
,train_contra.py
,train_rnn.py
,train_tfmr.py
)?Could you please provide the detailed hyperparameter settings (e.g., learning rate, batch size, number of epochs, optimizer parameters) that were used to achieve the reported results?
The text was updated successfully, but these errors were encountered: