Sfoglia il codice sorgente

Update .gitattributes

nagadomi 6 anni fa
parent
commit
ef3658bf1d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 2
      .gitattributes
  2. 1 0
      .gitignore

+ 1 - 2
.gitattributes

@@ -1,3 +1,2 @@
-models/vgg_7/*/*.json binary
-models/upconv_7/*/*.json binary
+models/**/*.json binary
 *.t7 binary

+ 1 - 0
.gitignore

@@ -14,6 +14,7 @@ models/*
 !models/upconv_7l
 !models/srresnet_12l
 !models/vgg_7
+!models/cunet
 models/*/*.png
 models/*/*/*.png