Skip to content

Commit

Permalink
Add TF and TFLite models to .gitignore (ultralytics#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored and CesarBazanAV committed Sep 29, 2021
1 parent b40e8b8 commit 072315d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 072315d

Please sign in to comment.