Add TF and TFLite models to `.gitignore` (#4747)
This commit is contained in:
parent
a144536f88
commit
6c554b75ea
|
|
@ -45,9 +45,13 @@ VOC/
|
||||||
# Neural Network weights -----------------------------------------------------------------------------------------------
|
# Neural Network weights -----------------------------------------------------------------------------------------------
|
||||||
*.weights
|
*.weights
|
||||||
*.pt
|
*.pt
|
||||||
|
*.pb
|
||||||
*.onnx
|
*.onnx
|
||||||
*.mlmodel
|
*.mlmodel
|
||||||
*.torchscript
|
*.torchscript
|
||||||
|
*.tflite
|
||||||
|
*.h5
|
||||||
|
*_saved_model/
|
||||||
darknet53.conv.74
|
darknet53.conv.74
|
||||||
yolov3-tiny.conv.15
|
yolov3-tiny.conv.15
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue