# tf-fed-demo **Repository Path**: baolingyan/tf-fed-demo ## Basic Information - **Project Name**: tf-fed-demo - **Description**: cifiar10 联邦学习 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-07-28 - **Last Updated**: 2022-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tf-fed-demo A federated learning demo for AlexNet on CIFAR-10 dataset, basing on Tensorflow. ## Dependence 1. Python 3.7 2. Tensorflow v1.14.x 3. tqdm ## Usage ```bash cd ./src python Server.py ``` ## Blog My CSDN Blog: [https://blog.csdn.net/Mr_Zing/article/details/101938334](https://blog.csdn.net/Mr_Zing/article/details/101938334)