Skip to content

ccchengff/HetuML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HetuML

An Efficient Machine Learning Library for Hetu.

Installation

  1. Clone the respository.

  2. Requirements: HetuML requires you to have the following tools prepared

  • CMake >= 3.11
  • Protobuf >= 3.0.0
  • OpenMP
  1. Configuration: Before compilation, please refer to your configuration by cp cmake/config.cmake.template cmake/config.cmake. Modify the configuration as needed.

  2. Compile HetuML via the following commands

mkdir build && cd build
cmake ..
make -j 8
  1. Set environment variables by running source env.exp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages