Create new interface for MTMS CSD and standard CSD that use Ray properly · Issue #3503 · dipy/dipy · GitHub
More Web Proxy on the site http://driver.im/
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
We really recommend not to use dask. In that experiments we have done, we found that Dask does not handle this parallelization very well, because it is so data intensive. Maybe we should deprecate that functionality?
I understand that. Even my first choice is ray but it is giving me tripwire error which I cant seem to figure out why. Reported the problem to Serge, will have to look why ray doesn't work
I had it installed previously through pip. It works for my other project too. I reinstalled ray , upgraded to the latest version, downgraded 2 versions down. Nothing helped
Enabling fit parallelization parameters such n_jobs=6, engine="ray", "verbose" and "vox_per_chunk", if you want
Also there is a typo at
SMS/MT CSD
It should be MS/MT...
The text was updated successfully, but these errors were encountered: