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
I am requesting the addition of parallelization in the pyTEMlib.eds_tools.fit_model function for use on an HPC.
The residuals function may simply need to have spectrum input confirmed as a dask array and then either converted or add .compute() for dask to run it in parallel.
There may be other room for improvement including where some of the mathematic operations could be converted to dask versions such as da.dot, or da.abs, but I am not sure how much speed improvement this would add.
The text was updated successfully, but these errors were encountered:
I am requesting the addition of parallelization in the
pyTEMlib.eds_tools.fit_model
function for use on an HPC.The residuals function may simply need to have spectrum input confirmed as a dask array and then either converted or add
.compute()
for dask to run it in parallel.There may be other room for improvement including where some of the mathematic operations could be converted to dask versions such as da.dot, or da.abs, but I am not sure how much speed improvement this would add.
The text was updated successfully, but these errors were encountered: