From 38fbc1e3832982c5922046a01060bd8bae2bb30d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 23 Dec 2018 13:54:12 +0100 Subject: [PATCH] updates --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 20f49732..6389e5cc 100755 --- a/.gitignore +++ b/.gitignore @@ -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__/