facebookarchive/caffe2

MKL-DNN integration does not support backward pass

Open

#2,376 建立於 2018年3月22日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Shell (1,954 fork)batch import
help wanted

倉庫指標

Star
 (8,424 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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).

貢獻者指南