# YCDL **Repository Path**: wendiayu/YCDL ## Basic Information - **Project Name**: YCDL - **Description**: 基于ps-lite实现的分布式DNN框架(YCDL) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-27 - **Last Updated**: 2023-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.基于pslite 的DNN框架 2.依赖的库有: boost Eigen ps-lite generator:https://github.com/TheLartians/Generator json: https://github.com/nlohmann/json.git 3. 依赖库安装 ./run_build.sh 4. 编译 ./run.sh build 5. test ./run.sh test 6. 运行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