Skip to content

wakanawakana/CNTK_CSTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages