Hiroshi Kajino
Results
2
issues of
Hiroshi Kajino
This pull request fixes the issue reported in #109. In specific, - the output of `predict` method is unstandardized, and - `_standard_predict` method is newly introduced for training. The code...
As far as I understand, `PropertyPrediction` task trains a predictor against the standardized target values (for example, the loss is computed against the standardized target values at this [line](https://github.com/DeepGraphLearning/torchdrug/blob/b0bd1c6428a74d0cd49c6015f201a7eef545390f/torchdrug/tasks/property_prediction.py#L86)), and...