Lightning-AI / deep-learning-project-template

Pytorch Lightning code guideline for conferences
Apache License 2.0
1.23k stars 269 forks source link

promote unit testing in open research #7

Closed edgarriba closed 4 years ago

edgarriba commented 4 years ago

should we promote from here to provide minimal unitests ?

it's the first thing I check in research repos and usually none of them provide minimum testing, which makes me doubt about the reliability of showed results in the paper.

Borda commented 4 years ago

I will add tests from our Sandbox

Borda commented 4 years ago

implemented in #11