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
It purpose is to provide efficient parallel implementations that can run both on CPU and GPU (AMD or CUDA). At the moment, only CPU parallelism is supported but GPU will come soon.
For now, the implementation works with the MNIST dataset only. In the futur, more tests will be performed with the CIFAR dataset and others. Furthemore, code will be released soon to convert images of any format to the right format for the network.