p-lambda / wilds

A machine learning benchmark of in-the-wild distribution shifts, with data loaders, evaluators, and default models.
https://wilds.stanford.edu
MIT License
551 stars 128 forks source link

Document pytorch-scatter dependency #83

Closed rsokl closed 3 years ago

kohpangwei commented 3 years ago

Thanks, Ryan! I believe torch-scatter is already documented on line 51 on the README; could you double check if that suffices please?

rsokl commented 3 years ago

Ah, so sorry about that! I ctrl-F'd for pytorch-scatter, which turned up nothing. I should have searched for torch-scatter.

Thanks for the polite response to a dumb PR :)

kohpangwei commented 3 years ago

No worries at all! The torch-scatter instalIation has been a bit of a pain point, and looking into this made me learn that they now have a conda install for pytorch-scatter, which is neat. :)