From 5a1f93aff2a22f3791f8e78e298610326cbdba74 Mon Sep 17 00:00:00 2001 From: Bala venkatesh Date: Fri, 17 Jul 2020 10:45:52 +0800 Subject: [PATCH] file altered --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5d7b86..6b6899b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ For example, if you want to build a self learning car. You can spend years to bu * [Caffe](#caffe) * [MXNet](#mxnet) +### Model visualization +You can see visualizations of each model's network architecture by using [Netron](https://github.com/lutzroeder/Netron). + ### Tensorflow | Model Name | Description | Framework | @@ -129,8 +132,6 @@ For example, if you want to build a self learning car. You can spend years to bu | [FastPhotoStyle]( https://github.com/NVIDIA/FastPhotoStyle) | A Closed-form Solution to Photorealistic Image Stylization. | `MXNet` | [FastPhotoStyle]( https://github.com/NVIDIA/FastPhotoStyle) | A Closed-form Solution to Photorealistic Image Stylization. | `MXNet` -### Model visualization -You can see visualizations of each model's network architecture by using [Netron](https://github.com/lutzroeder/Netron). ## Contributions Contributions are also very welcom.