microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.28k forks source link

Sample request : python implementaion of Inception-ResNet-v2 #3324

Open KichangKim opened 6 years ago

KichangKim commented 6 years ago

Hi.

Current Inception Resnet sample of CNTK has only brainscript version of v1 (https://github.com/Microsoft/CNTK/tree/master/Examples/Image/Classification/GoogLeNet/Inception-ResNet-V1)

If the python version of Inception-Resnet-V2 is provided, it will be helpful for many CNTK users.

Here are some links, implemetations of other library: https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_resnet_v2.py https://github.com/yuyang-huang/keras-inception-resnet-v2

delzac commented 6 years ago

Anyway, i have been wondering, whether we should have a cntk.contrib package where people can add in models they have implemented.

KichangKim commented 6 years ago

I wrote CNTK version of Inception-Resnet-V2 by line-by-line translating from the implementation of keras-application. But I can't sure its code is correct :)