Skip to content

Commit ba89f58

Browse files
Create CONTRIBUTING.md
1 parent 571e845 commit ba89f58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Each new model added should come with:
2+
- ability to measure accuracy on a representable dataset containing real data (no accuracy measuring through feeding input tensors with noise and comparing to expected output tensor musters)
3+
- ability to use AIO by the means of at least one of the Ampere optimized frameworks available
4+
- unittest added to a respective file under tests/ directory testing model's functioning and accuracy
5+
6+
### Each merge to main should:
7+
- ensure all .py files have the Ampere Computing ... copyright header in the top two lines
8+
- ensure licensing compliance regarding all re-used / modified code, git submodules added, files linked, ... - see files in /licensing directory, you should also update LICENSE file with Copyright shoutout to the licensor
9+
- pass CI test, including lint - max 120 chars per line (exception allowed in cases where wrapping will hurt readability rather than enhance it, put # noqa at the end of your line), adherence to most of the Python stylistic guidelines, no non-sense like unnecessary imports and variable initializations
10+
- IMPROVE NOT DEGRADE
11+
12+
### Thanks for contributing and keeping up the good work!

0 commit comments

Comments
 (0)