FedNLP
FedNLP copied to clipboard
No such file or directory: 'cache_dir/distilbert_distilbert-base-uncased_cached_256_ClassificationModel_20news_niid_label_clients=100_alpha=5.0_-1'
If I run the script "sh run_text_classification.sh FedAvg "niid_label_clients=100_alpha=5.0" 5e-5 0.1 2 0" it returns an error: File "~/workspace/FedNLP/data_manager/base_data_manager.py", line 198, in load_federated_data_server with open(res, "wb") as handle: FileNotFoundError: [Errno 2] No such file or directory: 'cache_dir/distilbert_distilbert-base-uncased_cached_256_ClassificationModel_20news_niid_label_clients=100_alpha=5.0-1'
Hi @DeviRule Please check this data loading issue.
please add --reprocess_input_data at the end of the bash script