Ver código fonte

Update to 1.5.5

Lutz Roeder 8 anos atrás
pai
commit
bbf5406c67
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 0
      README.md
  2. 1 1
      package.json

+ 2 - 0
README.md

@@ -46,6 +46,8 @@ Sample model files you can download and open:
 
 **Keras Models**
 
+* [resnet](https://github.com/Hyperparticle/one-pixel-attack-keras/raw/master/networks/models/resnet.h5)
+* [densenet](https://github.com/Hyperparticle/one-pixel-attack-keras/raw/master/networks/models/densenet.h5)
 * [tiny-yolo-voc](https://github.com/hollance/YOLO-CoreML-MPSNNGraph/raw/master/Convert/yad2k/model_data/tiny-yolo-voc.h5)
 
 **TensorFlow Lite Models**

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
         "email": "[email protected]",
         "url": "lutzroeder.com"
     },
-    "version": "1.5.4",
+    "version": "1.5.5",
     "description": "Viewer neural network models",
     "license": "MIT",
     "repository": "lutzroeder/Netron",