awslabs / dgl-lifesci

Python package for graph neural networks in chemistry and biology
Apache License 2.0
714 stars 147 forks source link

Updating trial_path to use main value #192

Open marcossilva opened 2 years ago

marcossilva commented 2 years ago

The trial_path output wasn't being used and was mannualy filled to always get from the /1 folder. This patch changes it to use the main value and get the last execution correctly. Avoiding errors when the execution is not completed in the first execution and always copying the latest model on the subsequent executions.

mufeili commented 2 years ago

Sorry I did not get the point. Did you encounter any errors without this PR?