facebookarchive/caffe2

MKL-DNN integration does not support backward pass

Open

#2376 aperta il 22 mar 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Shell (1954 fork)batch import
help wanted

Metriche repository

Star
 (8424 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

MKL-DNN integration (in caffe2/mkl) implements only forward pass operators, although MKL-DNN itself provides primitives for both forward and backward pass. Implementation of ConvGradient operator would let Caffe2 use MKL-DNN for training on CPU, and support some models which need backprop (e.g. deep dream).

Guida contributor