You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plor4hs9e 4ab95aa6a4
ADD file via upload
10 months ago
LG.xlsx ADD file via upload 10 months ago
client0.py ADD file via upload 10 months ago
client1.py ADD file via upload 10 months ago
data3.py ADD file via upload 10 months ago
readme.txt ADD file via upload 10 months ago
server.py ADD file via upload 10 months ago
testdata.zip ADD file via upload 10 months ago
traindata.zip ADD file via upload 10 months ago
use.py ADD file via upload 10 months ago
vision.py ADD file via upload 10 months ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

2200320144张汉

#一、启动server
conda activate pytorch_GPU
python server.py

#二、启动client
#client_0
conda activate pytorch_GPU
python client0.py --partition-id 0

#client_1
conda activate pytorch_GPU
python client1.py --partition-id 1

#使用模型
python use.py