Quellcode durchsuchen

Update .gitattributes

nagadomi vor 6 Jahren
Ursprung
Commit
ef3658bf1d
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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
 *.t7 binary

+ 1 - 0
.gitignore

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