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
In the ray_example/ray_example.py file, even though Ray is used as the distributed processing tool, why is remote still added to the download function? Moreover, in the execution method below, why is it main(args) instead of main.remote(args)?
The text was updated successfully, but these errors were encountered:
In the ray_example/ray_example.py file, even though Ray is used as the distributed processing tool, why is remote still added to the download function? Moreover, in the execution method below, why is it main(args) instead of main.remote(args)?
The text was updated successfully, but these errors were encountered: