You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No such file or directory: 'cache_dir/distilbert_distilbert-base-uncased_cached_256_ClassificationModel_20news_niid_label_clients=100_alpha=5.0_-1'
#16
Open
ayanflow opened this issue
Jun 11, 2021
· 2 comments
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: