An Efficient Machine Learning Library for Hetu.
-
Clone the respository.
-
Requirements: HetuML requires you to have the following tools prepared
- CMake >= 3.11
- Protobuf >= 3.0.0
- OpenMP
-
Configuration: Before compilation, please refer to your configuration by
cp cmake/config.cmake.template cmake/config.cmake
. Modify the configuration as needed. -
Compile HetuML via the following commands
mkdir build && cd build
cmake ..
make -j 8
- Set environment variables by running
source env.exp