yao_yf
d7f0c5064c
adjust dir
5 years ago
unknown
75d77806c0
fix pylint
5 years ago
jinyaohui
a64d3f0d40
sink_graph
5 years ago
yangyongjie
777e0fd1ec
Merge branch 'deeplabv3' of https://gitee.com/zhouyaqiang0/mindspore into deeplabv3
5 years ago
unknown
db7b728d6a
add readme
5 years ago
yangyongjie
2065383e38
pylint fix
5 years ago
liuwenhao4
f87c70a9ab
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
unknown
e66b23b357
add readme
5 years ago
mindspore-ci-bot
9cc955678d
!1649 GPU fix example scripts
...
Merge pull request !1649 from VectorSL/fix-gpu-example-resnet
5 years ago
yangyongjie
ee2efd3589
fix pylint
5 years ago
unknown
eef3c58b5e
modify
5 years ago
Yi Huaijie
d36af3d8e5
seperate auto_parallel and stand_alone when init initializer data
5 years ago
z00478463
563eaad9a8
add the readme
5 years ago
mindspore-ci-bot
57874cd61f
!1372 [Auto parallel] Add a new primitive EmbeddingLookup
...
Merge pull request !1372 from Xiaoda/add-embedinglookup-primitive
5 years ago
lichenever
191d3c05d0
add auto parallel st
5 years ago
VectorSL
47a8d3e5e8
fix gpu resnet script
5 years ago
yangzhenzhang
19bd830539
support forward reduce scatter for matmul
5 years ago
mindspore-ci-bot
63765cf184
!1647 dataset: re-fix some doc format problem in take and split
...
Merge pull request !1647 from ms_yan/doc_format
5 years ago
yangyongjie
52c59900a7
fix pylint problem
5 years ago
jiangjinsheng
cbdc59e861
add SoftmaxGradExt
5 years ago
mindspore-ci-bot
f523a0f83c
!1600 [AutoParallel]Fix GatherV2 bug
...
Merge pull request !1600 from lichen/fix_auto_parallel_gatherv2_bug
5 years ago
chengxianbin
262dce0c4d
modify ssd script for merging backbone
5 years ago
mindspore-ci-bot
0b4de00176
!1625 fix SequentialCell
...
Merge pull request !1625 from liuxiao78/master
5 years ago
Xiaoda Zhang
4154adf196
add embedinglookup primitive
5 years ago
unknown
2d433e6408
modify
5 years ago
yangyongjie
91adbf7e2c
pylint fix
5 years ago
mindspore-ci-bot
bb72c0020b
!1612 add cpu stridedslice
...
Merge pull request !1612 from kisnwang/add-cpu-stridedslice
5 years ago
yangyongjie
4d2b9b10f9
fix pylint problem.
5 years ago
ms_yan
074be8cbbd
repair api format problem
5 years ago
mindspore-ci-bot
e57fbe0900
!1602 Fix codex warning in `ms_context.cc`
...
Merge pull request !1602 from seatea/fix-codex-warning
5 years ago
yoonlee666
230cc2b5f4
add SQuAD task for bert
5 years ago
mindspore-ci-bot
e8b14d70c7
!1542 [pynative] fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
...
Merge pull request !1542 from vlne-v1/I1GZ0B-multitype-funcgraph-bug
5 years ago
mindspore-ci-bot
c6f538a3bd
!1642 fix class HostReduceScatter docstring spell error
...
Merge pull request !1642 from yihuaijie/master
5 years ago
unknown
e04cfdf6d8
modify it
5 years ago
mindspore-ci-bot
a8ab012d7a
!1441 FasterRcnn scripts merge
...
Merge pull request !1441 from linqingke/fasterrcnn
5 years ago
Yi Huaijie
60dc657f67
fix class docstring spell error
5 years ago
mindspore-ci-bot
12098f9e68
!1626 Add DeepFM scripts
...
Merge pull request !1626 from yangyongjie/master
5 years ago
mindspore-ci-bot
4da9fe083b
!1584 Modify the importing path of BERT after its src has been moved.
...
Merge pull request !1584 from lyvette/master
5 years ago
mindspore-ci-bot
618b2c99c2
!1639 Fix lenet hang on windows problem
...
Merge pull request !1639 from xiefangqi/FindMe
5 years ago
unknown
67ef8b7aec
modify
5 years ago
mindspore-ci-bot
9fc8340a01
!1599 add wide&deep net file
...
Merge pull request !1599 from lirongzhen1/wd
5 years ago
mindspore-ci-bot
21d8e4e743
!1595 wide&deep ModeZoo train python file
...
Merge pull request !1595 from yao_yf/WideDeep_ModelZoo
5 years ago
mindspore-ci-bot
ffd2bea87e
!1601 [Auto parallel] Add some wide&deep files
...
Merge pull request !1601 from Xiaoda/some-wide-deep-files
5 years ago
mindspore-ci-bot
7f4c533313
!1607 [AutoParallel]add_wide_deep
...
Merge pull request !1607 from lichen/add_widedeep
5 years ago
Jesse Lee
3550f2c054
gMyTask on Windows
5 years ago
Mahdi
dfc097019b
Added TenCrop test
...
Added unit tests for both testing the functinality of the TenCrop and
its error messages. Due to the similarity of this method to FiveCrop the
test cases are similar to FiveCrop test cases.
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
added error_msg function call in the main method
refactored the test and added visual representation of the results
Separated the two error cases into two different functions and used the
visualize function in util.py to plot the result of TenCrop.
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
Added new test cases
Added new test cases including test case for checking the error message
when the size variable is not a positive integer, test case for
rectangle crop, test case for vertical flip setting, and testing for
similarity of the result of TenCrop for the same input data in different runs.
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
changed visualize in test_five_crop
Changed the visualize function in test_five_crop to use the already
existing function in util.py
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
made generate_golden variable global
5 years ago
unknown
cd22b355f9
modify
5 years ago
unknown
34198540e4
0331
5 years ago
unknown
913b5b03df
modify
5 years ago
unknown
ec7cbb9929
modify deeplabv3
5 years ago