liecn / PyramidFL

[ACM MobiCom 2022] "PyramidFL: Fine-grained Data and System Heterogeneity-aware Client Selection for Efficient Federated Learning" by Chenning Li, Xiao Zeng, Mi Zhang, and Zhichao Cao.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For the openimage dataset, what is the `classTags` file?

li1553770945 opened this issue · comments

I am trying to reproduce this paper in the openimage dataset, but am getting the error FileNotFoundError: [Errno 2] No such file or directory: 'xxx/dataset/data/openImg/classTags' . I downloaded the dataset using the latest version of fedscale and I confirmed that there is no classTags folder. It's not clear to me if this is due to a mismatched version of the dataset

image

image

Please download the file through this link. Thanks.
https://drive.google.com/file/d/1ngabu9gzipaSY9UJRYZd0BagMF2iokjV/view?usp=sharing

Fixed the access issue.

I noticed that for the google_speech dataset, the clientDataMap file changed, which you replied and provided. For open_images dataset, I am experiencing the same issue, is it possible to provide the clientDataMap file for open_image dataset?