neural-api
neural-api copied to clipboard
Enabling OpenCl
Hi,
Is it useful to enable OpenCL in both Network and Fit?
Thank you.
B->
Actually when you enabling it in the fitting class it is propagated to the networks (e.g. the TNNetDataParallelism object) when fit is called. So no.. you just need it to enable it in the fitting object.
Thank you very much.
B->