This commit is contained in:
Glenn Jocher 2018-12-23 13:54:12 +01:00
parent c4222cc7f7
commit 38fbc1e383
1 changed files with 7 additions and 3 deletions

10
.gitignore vendored
View File

@ -8,9 +8,6 @@
*.PNG
*.TIF
*.HEIC
*.weights
*.pt
darknet53.conv.74
!zidane_result.jpg
!coco_training_loss.png
!coco_augmentation_examples.jpg
@ -24,6 +21,13 @@ temp-plot.html
*.mat
!targets*.mat
# Neural Network weights -----------------------------------------------------------------------------------------------
*.weights
*.pt
*.onnx
*.mlmodel
darknet53.conv.74
# GitHub Python GitIgnore ----------------------------------------------------------------------------------------------
# Byte-compiled / optimized / DLL files
__pycache__/