YCDL icon indicating copy to clipboard operation
YCDL copied to clipboard

DNN framework based on ps-lite

1.基于pslite 的DNN框架

2.依赖的库有: boost Eigen ps-lite generator:https://github.com/TheLartians/Generator json: https://github.com/nlohmann/json.git

  1. 依赖库安装 ./run_build.sh

  2. 编译 ./run.sh build

  3. test ./run.sh test

  4. 运行demo 单机LR ./bin/output/lr_uci 单机DNN ./bin/output/network 伪分布式LR sh script/local.sh 2 2 ./bin/output/lr_uci_dist 伪分布式DNN sh script/local.sh 2 2 ./bin/output/network_dist