wakanawakana / CNTK_CSTest

Use CNTK from C #

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNTK_CSTest

Use CNTK from C #

This code is for checking whether various DeepLearning can be executed with CNTK CPU and GPU version

Build Staps

  • nuget CNTK.CPUONLY
  • nuget CNTK.GPU
  • select target x64
  • build

Execute Staps

  • run CNTKAccess.Test() <- foward
  • run CNTKAccess.TrainTest() <- training

Pretraind data

If you need pretraining data for resnet download from here

https://github.com/Microsoft/CNTK/blob/master/PretrainedModels/Image.md#resnet

How to use the training side is unknown

About

Use CNTK from C #

License:MIT License


Languages

Language:C# 100.0%