Skip to content

fengbingchun/MXNet_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MXNet_Test

The main role of the project: MXNet's usage
Note: Clone this repository to E:/GitCode/ in windows

  • open source library version:
  • test code include:
    • C++(windows and linux)
      • MXNet's third library usage: dmlc-core、OpenBLAS、mshadow
      • MNIST train
    • python(windows and linux)

The project support platform:

  • windows7/10 64 bits: It can be directly build with VS2017 in windows7/10 64bits.
  • Linux
    • ThirdPartyLibrary_Test support cmake build(file position: prj/linux_cmake_ThirdPartyLibrary_Test)
    • MXNet_Test support cmake build(file position: prj/linux_cmake_MXNet_Test)

Windows VS Screenshot:

Blog: fengbingchun