ExplainableAI.jl
ExplainableAI.jl copied to clipboard
Use multithreading in batch gradient computation
Add the Threads.@threads macro to the for-loop in gradients_wrt_batch:
https://github.com/adrhill/ExplainableAI.jl/blob/f1b89ab9c784ff2a86de9997efa904580b2af6dd/src/gradient.jl#L5-L16