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
Find your project interresting.
Just wondering if there is a way to generate many instances of a class: c1, c2,...cn (all having different parameters) and send them on the clusters and do individual compute ( c1.compute() ) and get back the results into in the local computer ?
Thanks
The text was updated successfully, but these errors were encountered:
Yes, you can use the __init__ function of your class to give different parameters to each instance.
For example, here giving each instance slightly different random values:
Hello,
Find your project interresting.
Just wondering if there is a way to generate many instances of a class: c1, c2,...cn (all having different parameters) and send them on the clusters and do individual compute ( c1.compute() ) and get back the results into in the local computer ?
Thanks
The text was updated successfully, but these errors were encountered: