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

[WIP] Make image Resize, CeterCrop, and RandomResizedCrop as operator #13483

Closed
wants to merge 97 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
a9d40c4
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 18, 2018
429684a
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 19, 2018
602b7d0
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 20, 2018
85f9408
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 27, 2018
5a01234
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 28, 2018
8f58746
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Sep 28, 2018
1531594
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 2, 2018
3e799de
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 8, 2018
f690c69
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 8, 2018
a091a97
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 9, 2018
f1359be
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 11, 2018
e360853
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 11, 2018
23199d1
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 12, 2018
166c2b6
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 16, 2018
d01e8cb
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 24, 2018
0454017
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Oct 26, 2018
90f1dd8
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 1, 2018
93b5a10
make resize as a operator
stu1130 Nov 2, 2018
9cb7f8b
change the calculation of ResizeShape
stu1130 Nov 6, 2018
2f019cd
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 6, 2018
2e3aa6f
add uncomplete unit test to debug with VSCode
stu1130 Nov 13, 2018
d4a65ce
use hybrid_forward instead of forward
stu1130 Nov 13, 2018
b0ec3ca
add resize operator
stu1130 Nov 13, 2018
ec075f5
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 13, 2018
297e638
Merge branch 'master' into add_resize_crop_image_operator
stu1130 Nov 13, 2018
d5cdb89
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 21, 2018
1189640
use tuple to fix the python c++ conversion
stu1130 Nov 29, 2018
fc12983
fix the logic error
stu1130 Nov 29, 2018
bc731b0
delete inline function to minimize binary file size
stu1130 Nov 30, 2018
dbca6ae
use hybrid_forward
stu1130 Nov 30, 2018
e7fd910
remove the test case for now and add missing inline
stu1130 Nov 30, 2018
a70dc1d
remove import unittest
stu1130 Nov 30, 2018
d5122d5
fix linter and refactor the include order
stu1130 Nov 30, 2018
5553204
Merge branch 'master' of https://github.com/apache/incubator-mxnet
stu1130 Nov 30, 2018
338a2bb
Merge branch 'master' into add_resize_crop_image_operator
stu1130 Nov 30, 2018
b5ea194
Skip flaky test https://github.com/apache/incubator-mxnet/issues/1344…
ChaiBapchya Nov 30, 2018
883d771
Rewrite dataloader with process pool, improves responsiveness and rel…
zhreshold Nov 30, 2018
068c2c6
Fix errors in docstrings for subgraph op; use code directive (#13463)
aaronmarkham Nov 30, 2018
55acf56
[MXNET-1158] JVM Memory Management Documentation (#13105)
nswamy Nov 30, 2018
eb9c630
only include opencv header if build with opencv
stu1130 Nov 30, 2018
dabd688
Update row_sparse tutorial (#13414)
eric-haibin-lin Nov 30, 2018
b58de74
Add resiliency to onnx export code (#13426)
safrooze Nov 30, 2018
0d480fb
[MXNET-1185] Support large array in several operators (part 1) (#13418)
apeforest Dec 1, 2018
baeada4
[MXNET-1210 ] Gluon Audio - Example (#13325)
gaurav-gireesh Dec 1, 2018
77510d7
ONNX export: Instance normalization, Shape (#12920)
vandanavk Dec 1, 2018
2bc4430
Clarify dependency on OpenCV in CNN Visualization tutorial. (#13495)
vishaalkapoor Dec 1, 2018
6990b7d
clarify ops faq regarding docs strings (#13492)
aaronmarkham Dec 1, 2018
4cd3355
Add graph_compact operator. (#13436)
zheng-da Dec 1, 2018
1f73c5d
Deprecate Jenkinsfile (#13474)
marcoabreu Dec 1, 2018
d91284b
update github location for sampled_block.py (#13508)
srochel Dec 2, 2018
b684c65
#13453 [Clojure] - Add Spec Validations to the Optimizer namespace (#…
hellonico Dec 2, 2018
e16761a
add centercrop operator
stu1130 Dec 2, 2018
7d44deb
ONNX export: Logical operators (#12852)
vandanavk Dec 3, 2018
9979c3c
Fix cmake options parsing in dev_menu (#13458)
larroy Dec 3, 2018
8949989
Revert "Manually track num_max_thread (#12380)" (#13501)
anirudh2290 Dec 3, 2018
65edc95
Feature/mkldnn static 2 (#13503)
azai91 Dec 3, 2018
f2dcd7c
fix toctree Sphinx errors (#13489)
aaronmarkham Dec 4, 2018
3d499cb
Disabled flaky test test_gluon_data.test_recordimage_dataset_with_dat…
jlcontreras Dec 4, 2018
7dde0eb
[MXNET-1234] Fix shape inference problems in Activation backward (#13…
larroy Dec 4, 2018
d60f37b
Docs & website sphinx errors squished 🌦 (#13488)
aaronmarkham Dec 4, 2018
6ae647d
[MXNET-1235] Add a test for AdaMax optimizer (#13467)
D-Roberts Dec 4, 2018
06245b1
Adadelta optimizer test (#13443)
anirudhacharya Dec 4, 2018
f7192b2
Update java setup docs for 1.4.0 (#13536)
andrewfayres Dec 5, 2018
a3eca5f
Revert "Feature/mkldnn static 2 (#13503)" (#13540)
azai91 Dec 5, 2018
0f85f5d
doc fix (#13465)
anirudhacharya Dec 5, 2018
d2102fa
[MXAPPS-1020] Clean up some Sphinx warnings. (#13539)
vishaalkapoor Dec 5, 2018
2f55488
[MXNET-1110] Add header files required by horovod (#13062)
apeforest Dec 5, 2018
40db619
Bumped minor version from 1.4.0 to 1.5.0 on master, updated License f…
srochel Dec 5, 2018
cb0db29
Fixing a 404 in the ubuntu setup doc (#13542)
andrewfayres Dec 5, 2018
1c8972c
[MXNET-1249] Fix Object Detector Performance with GPU (#13522)
lanking520 Dec 5, 2018
bd8e0f8
[MXNET-769] Use MXNET_HOME in a tempdir in windows to prevent access …
larroy Dec 5, 2018
f6f8401
Add a retry to qemu_provision (#13551)
larroy Dec 5, 2018
f6b4665
Fix #13521 (#13537)
zhreshold Dec 5, 2018
8bbac82
Simplifications and some fun stuff for the MNIST Gluon tutorial (#13094)
kohr-h Dec 6, 2018
e82c2d9
add centercrop
stu1130 Dec 6, 2018
e0ff3c3
Updated docs for randint operator (#13541)
ChaiBapchya Dec 6, 2018
cf6e8cb
Chi_square_check for discrete distribution fix (#13543)
ChaiBapchya Dec 6, 2018
29885c5
Revert "Bumped minor version from 1.4.0 to 1.5.0 on master, updated L…
TaoLv Dec 6, 2018
8feb826
#13441 [Clojure] Add Spec Validations for the Random namespace (#13523)
hellonico Dec 6, 2018
a26771d
Merge branch 'master' of https://github.com/stu1130/incubator-mxnet
stu1130 Dec 6, 2018
6a6040e
make resize as a operator
stu1130 Nov 2, 2018
e5e8849
change the calculation of ResizeShape
stu1130 Nov 6, 2018
acbbf96
add uncomplete unit test to debug with VSCode
stu1130 Nov 13, 2018
326843a
use hybrid_forward instead of forward
stu1130 Nov 13, 2018
985bfda
add resize operator
stu1130 Nov 13, 2018
1cfe253
use tuple to fix the python c++ conversion
stu1130 Nov 29, 2018
3b5d3bc
fix the logic error
stu1130 Nov 29, 2018
bc1cddd
delete inline function to minimize binary file size
stu1130 Nov 30, 2018
cc2aa1b
use hybrid_forward
stu1130 Nov 30, 2018
5a4b4d7
remove the test case for now and add missing inline
stu1130 Nov 30, 2018
ed6f982
remove import unittest
stu1130 Nov 30, 2018
b3d2e04
fix linter and refactor the include order
stu1130 Nov 30, 2018
27f3b9c
only include opencv header if build with opencv
stu1130 Nov 30, 2018
d92e85b
add centercrop operator
stu1130 Dec 2, 2018
85102a9
add centercrop
stu1130 Dec 6, 2018
63ea1d3
comment the random_resize_crop
stu1130 Dec 6, 2018
ade591f
Merge branch 'add_resize_crop_image_operator' of https://github.com/s…
stu1130 Dec 6, 2018
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
2 changes: 1 addition & 1 deletion 3rdparty/mkldnn
Loading