Add a seal of approval for papers-related implementation ? #3395
QuanticDisaster
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is an interesting idea, although probably hard to realize in practice as we need to reach out to authors and authors need to find time to review. It's also hard to always guarantee full reproducibility due to minor differences in dataset processing, implementation, etc. In the end, we are trying to reproduce models and layers in a unified way and in a single example file, which sometimes trade performance for simplicity of the example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Behind the pompuous title, what I am thinking is to propose an addition to documentations such as "validated/reviewed by original author". This could appear on convolutions (torch.nn.conv), or entire models (PyG examples on classif/segmentation) and (optionally) training and preprocessing parameters for datasets.
The idea is to have additional guarantees on different elements and to have authors actively participate in PyG without taking too much of their time. I think it would be also be beneficial in making PyG more popular, especially when most models are stuck with a fixed number of points in PyTorch, or with sampling strategies herited from PointNet which are now realized in few lines thanks to PyG utils elements
Beta Was this translation helpful? Give feedback.
All reactions