rong-dai / DisPFL

[ICML 2022] "DisPFL: Towards Communication-Efficient Personalized Federated learning via Decentralized Sparse Training"
MIT License
72 stars 14 forks source link

您好,小白想请教一下运行报错的问题 #2

Open ffwd2013 opened 1 year ago

ffwd2013 commented 1 year ago

main_dispfl文件中,第12行、33行、209行均出现了 '/gdata/dairong/... '这个路径,但是程序包中并没有。并且209行会导致运行程序报错: FileNotFoundError: [Errno 2] No such file or directory: 'E:\gdata\dairong\DisPFL\fedml_experiments\standalone\DisPFL\LOG\cifar10\DisPFL-cifar10-dir0.3-mdlresnet18-csv0-ERK_init-same_init-DST-cm10-total_clnt100-neighbor10-dr0.5-active1.0-seed1024.log'

修改了代码中的路径依然没有解决,请问这是什么问题,为何会找不到.log文件。

谢谢

L1-M1ng commented 1 year ago

需要自己在LOG路径下新建cifar10文件夹,作者代码中没有写自动新建文件夹

L1-M1ng commented 1 year ago

至于你说的/gdata/dairong/... 那个是作者服务器对应的路径,你修改为你自己的工程路径就可以了

SUNLup commented 8 months ago

至于你说的/gdata/dairong/... 那个是作者服务器对应的路径,你修改为你自己的工程路径就可以了 为什么修改路径之后 No such file or directory: 'F:\Article_code_workerspace\DisPFL-master\DisPFL-master\fedml_experiments\standalone\DisPFLcifar10\DisPFL-cifar10-dir0.3-mdlresnet18-csrandom-ERK_init-diff_init-DST-cm500-total_clnt100-neighbor10-dr0.5-active1.0-seed2022.log' 总是报这个错误,无法运行