Initial check in of Python training code

This commit is contained in:
Michael Hansen
2022-11-11 11:01:59 -06:00
parent 344b483904
commit a6b2d2e69c
46 changed files with 27024 additions and 3 deletions

11
src/python/mypy.ini Normal file
View File

@@ -0,0 +1,11 @@
[mypy]
[mypy-setuptools.*]
ignore_missing_imports = True
[mypy-librosa.*]
ignore_missing_imports = True
[mypy-onnxruntime.*]
ignore_missing_imports = True