swh:1:snp:f50ab94432af916b5fb8b4ad831e8dddded77084
Raw File
Tip revision: 8bd55b3c0c4bd50c3a492f58a64b1c545ba1fc89 authored by Junjie Qian on 09 April 2018, 20:35:26 UTC
Donot abort early if some ranks failed to initial NCCL
Tip revision: 8bd55b3
README.md
# CNTK Tuturial: Image recognition

## Overview

This hands-on lab shows how to implement convolution-based image recognition with CNTK. We will start with a common convolutional image-recognition architecture, add Batch Normalization, and then extend it into a Residual Network (ResNet-20).

## Tutorial

Please find a detailed tutorial that uses the data and configurations in this folder on out website at https://docs.microsoft.com/en-us/cognitive-toolkit/Hands-On-Labs-Image-Recognition
back to top