Browse Source

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

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
6c554b75ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore 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


Loading…
Cancel
Save