Open amblee0306 opened 1 year ago
Hi there,
I ran the command python regression.py -d FreeSolv -mo MPNN -f attentivefp and python regression.py -d FreeSolv -mo MPNN -f canonical in examples/property_prediction/moleculenet. However, the results mentioned in the table is not reproducible.
python regression.py -d FreeSolv -mo MPNN -f attentivefp
python regression.py -d FreeSolv -mo MPNN -f canonical
The performance I obtained is as follows
Hi there,
I ran the command
python regression.py -d FreeSolv -mo MPNN -f attentivefp
andpython regression.py -d FreeSolv -mo MPNN -f canonical
in examples/property_prediction/moleculenet. However, the results mentioned in the table is not reproducible.The performance I obtained is as follows
model | featurizer | Val RMSE | Test RMSE -- | -- | -- | -- MPNN | attentivefp | 2.614 +/- 0.891 | 2.476 +/- 0.412 MPNN | canonical | 5.673 +/- 1.096 | 3.716 +/- 0.723