Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix transposed convolution in CPU w/o MKLDNN. #14031

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9fe0589
replace with im2col/col2im functions
apeforest Jan 30, 2019
19dfcb5
fixed padding problem in transpose conv forward
apeforest Jan 30, 2019
747df6c
fix backward deconvolution
apeforest Jan 30, 2019
854cff2
refactor
apeforest Jan 31, 2019
da75280
Merge branch 'master' into bugfix/conv2dtran
apeforest Jan 31, 2019
20ae427
fix lint
apeforest Jan 31, 2019
926cfd7
fix unit test, remove step in deconv
apeforest Jan 31, 2019
c49dbe1
add unit test
apeforest Jan 31, 2019
afd75d1
refactor
apeforest Jan 31, 2019
5b59097
fix build error
apeforest Jan 31, 2019
d1554c1
Revert "Aggregate SGD (#13346)"
apeforest Jan 28, 2019
a9da95e
Merge remote-tracking branch 'upstream/master' into bugfix/conv2dtran
apeforest Jan 31, 2019
1268457
Merge remote-tracking branch 'upstream/master'
apeforest Feb 5, 2019
953dd95
Merge remote-tracking branch 'upstream/master'
apeforest Feb 12, 2019
fabc318
Revert "Aggregate SGD (#13346)"
apeforest Jan 28, 2019
6322da9
Merge branch 'master' of https://github.com/apeforest/incubator-mxnet
apeforest Feb 13, 2019
4b36009
Merge branch 'master' into bugfix/conv2dtran
Feb 13, 2019
01e371e
Merge remote-tracking branch 'upstream/master' into bugfix/conv2dtran
apeforest Feb 13, 2019
51ed635
Merge remote-tracking branch 'upstream/master' into bugfix/conv2dtran
apeforest Feb 14, 2019
a649f67
Revert "Revert "Aggregate SGD (#13346)""
apeforest Feb 14, 2019
a6b0b9e
add comments
apeforest Feb 16, 2019
3240833
fix lint
apeforest Feb 16, 2019
27f2033
Merge remote-tracking branch 'upstream/master' into bugfix/conv2dtran
apeforest Mar 15, 2019
88892d2
fix lint error
apeforest Mar 15, 2019
aa3c4dd
Merge remote-tracking branch 'upstream/master' into bugfix/conv2dtran
apeforest Mar 20, 2019
1580ba0
Merge branch 'master' into bugfix/conv2dtran
apeforest Apr 24, 2019
0675b3b
fix a bug in calling im2col (col_shape should be 3)
apeforest Apr 29, 2019
f403b9c
fix im2col parameter mismatch
apeforest May 3, 2019
bdbf81d
add debug
apeforest May 6, 2019
2c92980
set col_buffer_shape
apeforest May 10, 2019
0c44ec8
dump data from gpu to cpu to debug
apeforest May 10, 2019
2c868fd
debug
apeforest May 10, 2019
5dacddc
debug
apeforest May 10, 2019
29c4488
update function call to col2im
apeforest May 13, 2019
5f3c881
fix backward pass
apeforest May 13, 2019
db3aaef
comment out debug message
apeforest May 13, 2019
2181f80
Merge remote-tracking branch 'upstream/master' into bugfix/conv2dtran
apeforest May 13, 2019
424f36d
fix bug in backward
apeforest May 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading