FedML-AI / FedML

FEDML - The unified and scalable ML library for large-scale distributed training, model serving, and federated learning. FEDML Launch, a cross-cloud scheduler, further enables running any AI jobs on any GPU cloud or on-premise cluster. Built on this library, TensorOpera AI (https://TensorOpera.ai) is your generative AI platform at scale.
https://TensorOpera.ai
Apache License 2.0
4.16k stars 783 forks source link

fix the data file existence check #2066

Closed bhargav191098 closed 5 months ago

bhargav191098 commented 5 months ago

Scope of changes :

In the def _check_data_path(data_path), the condition was wrong in the previous commit. This is to fix it.