deel-ai / oodeel

Simple, compact, and hackable post-hoc deep OOD detection for already trained tensorflow or pytorch image classifiers.
https://deel-ai.github.io/oodeel/
MIT License
52 stars 2 forks source link

Fixed docstrings with docsig tool #28

Closed cofri closed 1 year ago

cofri commented 1 year ago

Inconsistent docstrings have been fixed using docsig tool. To run docsig: docsig -c -D -o -P -p oodeel/ See docsig documentation

Note that docstrings of all operators were left unchanged (operator.py, tf_operator.py and torch_operator.py). It seems that it does not bring much value to document all these atomic operators.

paulnovello commented 1 year ago

docsig seems so powerful! Maybe we might want to add a github action?