QinbinLi / MOON

Model-Contrastive Federated Learning (CVPR 2021)
MIT License
263 stars 56 forks source link

Why does the program keep showing“Files already downloaded and verified” #17

Closed xuan240 closed 2 years ago

xuan240 commented 2 years ago

![Uploading 微信图片_20220926171046.jpg…]()

xuan240 commented 2 years ago

微信图片_20220926171046

QinbinLi commented 2 years ago

Hi @xuan240 ,

It's just logging information output by pytorch. The program is successfully running. You should be able to see the log file under "logs/" directory. You can specify the logging directory by parameter logdir.

xuan240 commented 2 years ago

thank you!

Xiaodiudiudiu commented 2 years ago

hi! I meet the same problem right now, and I wonder where is the "logs/" dir?

QinbinLi commented 2 years ago

Hi @Xiaodiudiudiu ,

By default, it is under "MOON" directory if you did not specify it in the parameters.

Xiaodiudiudiu commented 2 years ago

thank you!