Add TF and TFLite models to `.gitignore` (#4747)

pull/4748/head
Glenn Jocher 2021-09-10 17:51:22 +02:00 committed by GitHub
parent a144536f88
commit 6c554b75ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -45,9 +45,13 @@ VOC/
# Neural Network weights -----------------------------------------------------------------------------------------------
*.weights
*.pt
*.pb
*.onnx
*.mlmodel
*.torchscript
*.tflite
*.h5
*_saved_model/
darknet53.conv.74
yolov3-tiny.conv.15