Skip to content

Commit

Permalink
Add TF and TFLite models to .gitignore (#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Sep 10, 2021
1 parent a144536 commit 6c554b7
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 6c554b7

Please sign in to comment.