i-robot
52cd372740
!22522 add dynamic ranker network
...
Merge pull request !22522 from zhangyinxia/master
2021-08-31 01:52:19 +00:00
郑彬
1c44d8500f
gpu for squeezenet
2021-08-30 20:49:00 +08:00
Dai Surong
91bc17477b
const test 3-th
2021-08-30 20:33:38 +08:00
Dai Surong
249c9443db
const test 2-th
2021-08-30 20:28:25 +08:00
i-robot
c81dd04b93
!22445 Add guide about modelscaffolding
...
Merge pull request !22445 from chenhaozhe/code_docs_update_readme
2021-08-30 12:27:36 +00:00
Dai Surong
2f662a1ef2
const test 1-th
2021-08-30 20:22:55 +08:00
Dai Surong
d00ccf0178
9-th modification based on retest info
2021-08-30 20:02:43 +08:00
i-robot
74dfd46856
!22513 add ncf gpu
...
Merge pull request !22513 from 张晓晓/master
2021-08-30 09:38:50 +00:00
Dai Surong
a9de5dd3dd
using namespace test
2021-08-30 17:25:35 +08:00
Dai Surong
86f5d88b05
7-th modification based on retest info
2021-08-30 16:39:29 +08:00
Dai Surong
a24df300db
6-th modification based on retest info
2021-08-30 16:28:46 +08:00
Dai Surong
ef3bd1e1cf
5-th modification based on retest info
2021-08-30 16:22:51 +08:00
Dai Surong
0df2e4096a
5-th modification based on retest info
2021-08-30 16:07:33 +08:00
Dai Surong
9805140507
4-th modification based on retest info
2021-08-30 15:50:00 +08:00
Dai Surong
c3dd03f694
3-th modification based on retest info
2021-08-30 15:17:14 +08:00
Dai Surong
bf41dba0d9
modify again based on retest info
2021-08-30 14:59:16 +08:00
Dai Surong
c3211bb9ef
some modify based on retest info
2021-08-30 14:20:01 +08:00
i-robot
ed2814c3a6
!20630 Update model scaffolding, add envs for gpu_mpi
...
Merge pull request !20630 from chenhaozhe/update-model-scaffolding
2021-08-30 06:10:50 +00:00
zhangyinxia
60b82f684b
add dynamic ranker network
2021-08-30 11:56:25 +08:00
zhangxiaoxiao
8b16418877
add ncf gpu
...
modified: README.md
modified: eval.py
modified: scripts/run_eval_gpu.sh
modified: scripts/run_train_gpu.sh
modified: src/ncf.py
modified: train.py
2021-08-30 11:46:24 +08:00
dayschan
e6b1855174
Completed pass transform_op_optimizer
...
modifications for pass transform_op_optimizer:
1. Changed the maxflow-mincut algorithm to the Dinic's Algorithm,
since bug exists in the original ISAP codes.
if the algorithm is slow, we can apply some optimization for it. (e.g. current-arc optimization)
2. Added the pass TransformOpOptimizer in OptLevel_3.
this pass collects nodes around the specific transform operator (only Transpose now),
and use the mincut algorithm to get a plan, then re-link the original graph and
re-inference the shape and format of graph.
modifications for litegraph:
1. the class Node inherits from std::enable_shared_from_this,so we can get a shared_ptr by a pure pointer.
2. modified the Infer interface. it don't change the node, only inference the infos and return them.
2021-08-30 11:03:10 +08:00
i-robot
b57d26fd9f
!22534 solve deeptext centerface issues
...
Merge pull request !22534 from chenweitao_295/deeptext_centerface_gpu_issues
2021-08-30 01:15:53 +00:00
i-robot
9e13a059d4
!22531 Optimize the Executors routines.
...
Merge pull request !22531 from 张清华/opt0
2021-08-28 11:26:19 +00:00
i-robot
fc746f737c
!22516 AttGAN ascend310 commit
...
Merge pull request !22516 from MR.D/dev
2021-08-28 10:15:25 +00:00
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
...
- Fix the key generating.
- Distinguish the executors.
2021-08-28 17:36:12 +08:00
chenweitao_295
3546987288
solve deeptext centerface issues
2021-08-28 17:18:58 +08:00
chenhaozhe
36382c2672
update model scaffolding
2021-08-28 16:54:28 +08:00
i-robot
619bc60992
!22412 fix posenet gradients overflow problem
...
Merge pull request !22412 from JichenZhao/master
2021-08-28 08:32:53 +00:00
chenhaozhe
88c1183ac8
add guide for modelscaffolding, update some readme
2021-08-28 16:23:48 +08:00
i-robot
c0851e2e68
!22455 [bug][Ascend] Fix post training quantization code format
...
Merge pull request !22455 from chenzhuo/master
2021-08-28 08:21:14 +00:00
i-robot
d0ab539ea2
!22488 bert script adjust for thor generalization
...
Merge pull request !22488 from wangshuangling/master
2021-08-28 07:38:32 +00:00
i-robot
67f6d6220e
!22460 fix bugs in modelzoo
...
Merge pull request !22460 from gengdongjie/code_docs_fix_issues
2021-08-28 07:24:56 +00:00
郭睿明
7f03c5f451
solve issue #I47N3U
2021-08-28 07:10:47 +00:00
i-robot
6fc4e0e737
!22252 Add eval onnx script
...
Merge pull request !22252 from liuyang/eval_onnx_master
2021-08-28 06:30:44 +00:00
lidongsheng
4ac7de6864
AttGAN ascend310 commit
...
Signed-off-by: lidongsheng <2567501064@qq.com>
2021-08-28 11:12:19 +08:00
lvmingfu
7231b123c9
fix error links in model zoo files for master
2021-08-28 11:09:51 +08:00
i-robot
16437722fd
!22465 Adam op performance optimization
...
Merge pull request !22465 from zhaosida/zsd_pangu
2021-08-28 02:26:05 +00:00
gengdongjie
dd160748fa
fix bugs of modelzoo
2021-08-27 19:41:12 +08:00
i-robot
1a181e6f1e
!22463 revert remove_redundant_depend
...
Merge pull request !22463 from huangbingjian/revert_depend
2021-08-27 11:29:26 +00:00
i-robot
dd2b88a163
!16259 efficientnet-b0 master
...
Merge pull request !16259 from Gogery/e3m
2021-08-27 10:59:11 +00:00
sl_wang
4c302c0c5b
bert script for thor generalization
2021-08-27 18:06:35 +08:00
i-robot
ac3ef289d8
!22427 Add SR_EA and ESR_EA to Model_zoo
...
Merge pull request !22427 from hjxcoder/sr_ea_branch4
2021-08-27 08:35:36 +00:00
liuyang_655
deb891f609
add eval onnx
2021-08-27 03:59:44 -04:00
zhaosida
be34ccd29f
Adam op performance optimization
2021-08-27 14:58:07 +08:00
huangbingjian
fbe4c5278a
revert remove_redundant_depend
2021-08-27 14:24:46 +08:00
unknown
5eac26528d
new add of brdnet
2021-08-27 12:18:41 +08:00
谭华林
10eb574da6
new add of fastscnn
2021-08-27 11:47:40 +08:00
chenzhuo
454f290c5d
fix post quant cpp format
2021-08-27 10:43:31 +08:00
hujiaxin
17d1669bcf
add sr_ea and esr_ea
2021-08-27 00:17:11 +08:00
zhaojichen
557fb312d8
fix posenet
2021-08-26 17:34:07 +08:00
i-robot
4ac211c84e
!22312 add relationet
...
Merge pull request !22312 from wanglin/rela_master
2021-08-26 08:04:37 +00:00
Dai Surong
d34392ff06
初次提交
2021-08-26 15:02:11 +08:00
yingchen
95b4aaecd0
fix link errors in mindspore
2021-08-26 11:53:14 +08:00
i-robot
78332cb617
!22379 ICnet eval time
...
Merge pull request !22379 from TuDouNi/icnet_eval
2021-08-26 02:53:37 +00:00
i-robot
4d9e8ff081
!22347 Supporting CRNN in CPU
...
Merge pull request !22347 from huangbo/crnn
2021-08-26 01:45:22 +00:00
i-robot
76a37daa43
!22358 thor generalization code submit
...
Merge pull request !22358 from wangshuangling/master
2021-08-25 13:46:27 +00:00
i-robot
c24dc871e0
!22225 fix midas pynative issue
...
Merge pull request !22225 from JichenZhao/master
2021-08-25 11:25:51 +00:00
ttudu
a24aea5233
IcNet eval time
2021-08-25 18:36:40 +08:00
i-robot
3cf25e3630
!20432 add ascend310_infer for retinanet_resnet101
...
Merge pull request !20432 from sanshenghua2/101_310_master
2021-08-25 09:37:35 +00:00
huangbo77
032d2626cb
adding cpu mode for crnn
2021-08-25 15:53:47 +08:00
sl_wang
222b6684e0
second order optimizer thor generalization
2021-08-25 15:38:01 +08:00
i-robot
fb1a059a20
!22301 add gpu scripts to pix2pix
...
Merge pull request !22301 from ZeyangGAO/pix2pix
2021-08-25 04:55:15 +00:00
wukesong
36351e46b5
add relationnet
2021-08-25 11:36:37 +08:00
i-robot
482f511b86
!22033 [昇腾众智] SE_ResNeXt50网络_r1.3infer
...
Merge pull request !22033 from yexijoe/SE_ResNeXt50_master
2021-08-25 03:06:45 +00:00
i-robot
54743627bc
!20433 add ascend310_infer for retinanet_resnet152
...
Merge pull request !20433 from sanshenghua2/152_310_master
2021-08-25 02:21:45 +00:00
ZeyangGao
d77c327be3
add gpu scripts to pix2pix
2021-08-25 09:20:08 +08:00
zcc
1fbb229321
add ascend310_infer for retinanet_resnet152
2021-08-24 23:35:44 +08:00
zcc
8c2974f138
add ascend310_infer for retinanet_resnet101
2021-08-24 20:39:29 +08:00
i-robot
e06e83607e
!22236 clean code in cpu operater
...
Merge pull request !22236 from liangxhao/master_cleancode
2021-08-24 11:22:32 +00:00
wukesong
41d045e59c
bug fix
2021-08-24 17:37:52 +08:00
i-robot
5ba5128c73
!22258 add deeplabv3plus gpu
...
Merge pull request !22258 from 张晓晓/deeplabv3p
2021-08-24 07:32:21 +00:00
i-robot
45c7bb382b
!22104 [特性][Ascend] Add post training quantization of yolov3_resnet18
...
Merge pull request !22104 from chenzhuo/yolov3_resnet_quant
2021-08-24 06:56:36 +00:00
zhaojichen
c7db8aca18
fix fasterrcnn v1.0&v1.5 default config
2021-08-24 11:55:48 +08:00
lianghao
3bed10b280
clean code in cpu operater
2021-08-24 11:32:55 +08:00
i-robot
d3415537e3
!21255 update yolov3 tiny
...
Merge pull request !21255 from gengdongjie/code_docs_yolov3_tiny
2021-08-24 03:07:49 +00:00
i-robot
69acaa286f
!22278 fix error links in modelzoo files for master at 8-24
...
Merge pull request !22278 from lvmingfu/code_docs_master3
2021-08-24 02:57:27 +00:00
i-robot
b959fe996b
!22208 [ModelArts] Vgg19 can run online and offline
...
Merge pull request !22208 from kingxian/master
2021-08-24 02:52:34 +00:00
chenzhuo
53442e9ac0
add post training quantization of yolov3_resnet18
2021-08-24 10:10:09 +08:00
zhangxiaoxiao
aba56674c6
add deeplabv3plus gpu
...
modified: README_CN.md
2021-08-24 10:03:00 +08:00
i-robot
ac15f3f551
!22174 Add printing information
...
Merge pull request !22174 from huchunmei/master
2021-08-24 02:01:55 +00:00
lvmingfu
cfbe020c0f
fix error links for master
2021-08-24 09:52:12 +08:00
gengdongjie
68ac7cf161
add yolov3 tiny to modelzoo
2021-08-24 09:49:33 +08:00
i-robot
5c90bae35c
!22050 fix dqn mean_reward error
...
Merge pull request !22050 from caojian05/ms_master_bugfix
2021-08-23 15:59:44 +00:00
i-robot
889714ebdc
!22180 fix crnn seq2seq ocr
...
Merge pull request !22180 from panfengfeng/fix_crnn_seq2seq_ocr_master
2021-08-23 13:44:59 +00:00
i-robot
8be2db1254
!19572 add atae_lstm
...
Merge pull request !19572 from liuhonghu/master
2021-08-23 12:21:46 +00:00
i-robot
7faee3bffe
!17183 添加east网络到master
...
Merge pull request !17183 from ziquan/master
2021-08-23 10:02:13 +00:00
i-robot
4c5c526360
!22162 add faceboxes in master
...
Merge pull request !22162 from Shawny/code_docs_faceboxes
2021-08-23 08:47:34 +00:00
i-robot
c97a101931
!22213 Fix error links in modelzoo files for master
...
Merge pull request !22213 from lvmingfu/code_docs_master2
2021-08-23 08:30:57 +00:00
i-robot
1db7bfde62
!21373 Deepspeech2更新
...
Merge pull request !21373 from 懒人谈/deepspeech2
2021-08-23 07:54:12 +00:00
i-robot
5bb7b3b46c
!22220 fix feature_only in yolov3_resnet18
...
Merge pull request !22220 from chenhaozhe/code_docs_fix_yolov3_resnet18
2021-08-23 06:16:31 +00:00
i-robot
84f8739095
!22212 Add depend in crnn_for_train to avoid error from backend.
...
Merge pull request !22212 from chenhaozhe/code_docs_revert_depend_in_crnn
2021-08-23 06:16:03 +00:00
jinxiaoxian
fb491d8d5d
modelarts vgg19
2021-08-23 14:13:51 +08:00
i-robot
0b11b86bd7
!22067 squad add gpu train and eval
...
Merge pull request !22067 from chenweitao_295/bert_squad_gpu
2021-08-23 03:41:09 +00:00
chenhaozhe
3eba658278
fix bugs about in yolov3_resnet18
2021-08-23 11:40:26 +08:00
lvmingfu
1d69dfe9ef
fix error links in modelzoo files for master
2021-08-23 10:58:12 +08:00
chenhaozhe
c2cdef6fb6
Add depend in crnn to avoid internal error
2021-08-23 10:40:43 +08:00
i-robot
4b98f0da6d
!22184 fix attgan pynative mode train failed
...
Merge pull request !22184 from Shawny/code_docs_attgan
2021-08-23 01:44:15 +00:00
changshun
87533c180d
deepsort
...
run on Ascend with 8p
deepsort description
deepsort
run on Ascend with 8p
deepsort description
de
deepsort
de
deepsort
deepsort description
deepsort
remove
deepsort
run on Ascend with 8p
deepsort description
de
deepsort
de
deepsort
deepsort description
deepsort
dele
Deepsort
stgcn
rm
2021-08-23 09:43:10 +08:00
panfengfeng
e80d08e549
fix errors in seq2seq
2021-08-23 09:34:37 +08:00
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
...
This reverts commit b077aa1cab
.
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d
.
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
2021-08-23 01:46:38 +08:00
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
2021-08-22 16:26:45 +08:00
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
2021-08-22 13:39:37 +08:00
i-robot
7c1996ad63
!21915 fix dqn GPU unnecessary ctx set
...
Merge pull request !21915 from caojian05/ms_master_dqn_bugfix
2021-08-21 14:26:18 +00:00
l00486551
72354910db
fix attgan pynative mode train failed
2021-08-21 20:55:06 +08:00
jihaoqin
e3b00ee3b8
FaceBoxes
2021-08-21 20:44:50 +08:00
huchunmei
ad8ecbc3af
add print
2021-08-21 18:30:22 +08:00
l00486551
28a309ec1f
update docs of inception resnet v2 in master
2021-08-21 15:30:34 +08:00
yexijoe
774310effa
add SE_ResNeXt50_r1.3infer
2021-08-21 14:31:01 +08:00
henry_tujia
7cc7074bca
update deepspeech2
2021-08-20 16:38:43 +08:00
chenweitao_295
4f7af69e56
squad add gpu train and eval
2021-08-20 16:32:01 +08:00
i-robot
81c03faeda
!21620 gpu for unet++
...
Merge pull request !21620 from 郑彬/unet++_gpu
2021-08-20 07:33:26 +00:00
i-robot
0f80b15e45
!22039 Add Spnas to Model_zoo
...
Merge pull request !22039 from 185******25/master
2021-08-20 07:14:21 +00:00
i-robot
22de48597d
!22100 Add the download link of vgg19-0-97_5004.ckpt to openpose
...
Merge pull request !22100 from zhanghuiyao/fix_openpose_readme_master
2021-08-20 07:01:35 +00:00
i-robot
ad82c0d93b
!22020 [特性][Ascend] Add post training quantization of yolov4
...
Merge pull request !22020 from chenzhuo/yolov4_quant
2021-08-20 06:36:24 +00:00
i-robot
9a2b0b3b7d
!22059 [特性][Ascend] Add post training quantization of ssd
...
Merge pull request !22059 from chenzhuo/quant
2021-08-20 06:27:37 +00:00
郑彬
a4593ec89f
gpu for unet++
2021-08-20 10:28:24 +08:00
i-robot
f3d6534077
!22080 revert remove_redundant_depend in some network scripts
...
Merge pull request !22080 from zhouneng/code_docs_fix_issue_I46EVQ
2021-08-20 02:12:39 +00:00
zhanghuiyao
bd993e64db
Add vgg download link to openpose readme.md
2021-08-20 09:38:31 +08:00
i-robot
676e302f34
!21991 fix seq2seq percision and fasttext usability issue
...
Merge pull request !21991 from JichenZhao/master
2021-08-20 01:34:05 +00:00
caojian05
543277caa5
fix dqn mean_reward error
2021-08-19 22:28:06 +08:00
zhouneng2
3a3c7c0b91
revert remove_redundant_depend in some network scripts
2021-08-19 19:26:29 +08:00
i-robot
e1c70623a3
!21970 Fix issue: I3ZBQD
...
Merge pull request !21970 from kuntan/master
2021-08-19 10:13:59 +00:00
i-robot
5d6b25b080
!21506 add mcnn
...
Merge pull request !21506 from wukesong/master_mcnn
2021-08-19 09:47:06 +00:00
chenzhuo
9240837adf
add post training quantization of ssd
2021-08-19 15:58:56 +08:00
i-robot
2b51ea87f6
!21986 [BugFix][Ascend310]modify export path
...
Merge pull request !21986 from zhang_sss/modify_310_script
2021-08-19 07:47:00 +00:00
185******25
6d252ad838
update model_zoo/research/cv/Spnas/train.py.
2021-08-19 03:50:42 +00:00
185******25
aab90b91f6
Add Spnas to Model_zoo
2021-08-19 03:32:23 +00:00
i-robot
419de7ba9c
!21615 centernet_resnet101_master
...
Merge pull request !21615 from chenzhehao/master
2021-08-19 02:36:52 +00:00
i-robot
cf7bb217b0
!21956 [特性][Ascend] Add post training quantization of yolov3_darknet53
...
Merge pull request !21956 from chenzhuo/quant
2021-08-19 01:27:17 +00:00
chenzhuo
1f3859939b
add post quantization of yolov4
2021-08-19 09:09:00 +08:00
chenzhuo
98bc1c93a3
add post quant of yolov3
2021-08-18 21:49:40 +08:00
i-robot
d3872a6bd5
!21877 Supporting MaskRcnn-MobilenetV1 in CPU
...
Merge pull request !21877 from huangbo/maskrcnn_mobilenetv1
2021-08-18 06:28:34 +00:00
i-robot
ae24142e05
!21983 revert remove_redundant_depend in some network scripts
...
Merge pull request !21983 from huangbingjian/revert_depend
2021-08-18 06:23:04 +00:00
zhaojichen
11fde3f6cd
fix seq2seq percision problem
2021-08-18 11:37:04 +08:00
czh688
68322c8c8c
add centernet_resnet101
2021-08-18 10:43:20 +08:00
zhang__sss
f480e80804
modify scripts
2021-08-18 10:18:40 +08:00
i-robot
f7ebff8aea
!20749 DeepText GPU version
...
Merge pull request !20749 from Mina/deeptextgpu
2021-08-18 02:03:16 +00:00
huangbingjian
3f2a8ef3b2
revert remove_redundant_depend in some network scripts
2021-08-18 09:23:58 +08:00
minara
49aed69097
adding Deeptext GPU version
2021-08-18 02:55:58 +08:00
i-robot
f6010a4f6c
!21505 fix centerface scripts
...
Merge pull request !21505 from panfengfeng/fix_centerface_scripts
2021-08-17 12:51:16 +00:00
i-robot
c8136b5eb3
!21965 fix bugs on modelzoo
...
Merge pull request !21965 from gengdongjie/code_docs_fix_issues
2021-08-17 12:49:29 +00:00
gengdongjie
d65075d194
fix bugs of modelzoo
2021-08-17 20:28:51 +08:00
kingxian
92ae657d23
update model_zoo/research/cv/vgg19/preprocess.py.
...
Add `create_label` description
2021-08-17 10:38:02 +00:00
liuhonghu
3244c5467b
fix bug
2021-08-17 17:51:38 +08:00
i-robot
276f4914dd
!21953 修改README内容
...
Merge pull request !21953 from 欧士博/dev
2021-08-17 09:17:45 +00:00
osbo
a39ad3f696
README-
2021-08-17 15:45:37 +08:00
i-robot
f919a6f78c
!21077 facerecognition on gpu
...
Merge pull request !21077 from 郑彬/facerecognition_gpu
2021-08-17 07:39:15 +00:00
i-robot
c936fa706e
!21704 update bert readme
...
Merge pull request !21704 from chenhaozhe/code_docs_update_bert_readme
2021-08-17 07:25:43 +00:00
i-robot
f92db4fa09
!21736 Add argument `feature_only` to the backbone of yolov3_resnet18
...
Merge pull request !21736 from chenhaozhe/modify-yolov3-resnet18-backbone
2021-08-17 03:32:51 +00:00
panfengfeng
75da2b0f2a
fix centerface scripts
2021-08-16 22:51:54 +08:00
i-robot
9f42da3d7c
!21896 fix modelzoo scripts bugs on r1.3
...
Merge pull request !21896 from gengdongjie/code_docs_fix_issues
2021-08-16 13:56:00 +00:00
gengdongjie
e2a18ea1c3
fix issues on modelzoo
2021-08-16 21:21:52 +08:00
caojian05
ccda5ab93e
fix dqn GPU unnecessary ctx set
2021-08-16 20:45:27 +08:00
huangbo77
22f2b0e38a
add cpu mode for maskrcnn-mobilenetv1
2021-08-16 17:31:29 +08:00
i-robot
91a84ce0db
!21889 Add per batch size for the GPU training
...
Merge pull request !21889 from huangxinjing/code_docs_fix_per_batch
2021-08-16 08:38:37 +00:00
huangxinjing
fedaadcf9e
Add per batch size for the gpu
2021-08-16 16:27:42 +08:00
i-robot
9eb0fafaa1
!21730 add pix2pix results dir
...
Merge pull request !21730 from TuDouNi/master
2021-08-16 08:11:33 +00:00
chenhaozhe
99f0592926
update bert readme
2021-08-16 14:44:27 +08:00
huangxinjing
74957853b1
Remove raise error for the none-pipeline version
2021-08-16 14:20:26 +08:00
郑彬
328da4c739
facerecognition for gpu
2021-08-16 11:30:31 +08:00
lvmingfu
483d8e1ba9
modify error links in modelzoo files for master
2021-08-16 10:47:12 +08:00
sora-city
de43ed5420
Fix issue: #I3ZBQD. Port vgg19/resnetv2 to MA.
2021-08-15 10:28:34 +08:00
i-robot
962c3f4ae3
!21632 add post training quant of unet,maskrcnn,crnn,deeplabv3
...
Merge pull request !21632 from chenzhuo/quant
2021-08-14 11:27:33 +00:00
i-robot
0c6d157787
!21815 fix dpn accuracy
...
Merge pull request !21815 from 于振华/fix_dpn_accuracy_master
2021-08-14 06:46:56 +00:00
i-robot
3232db907f
!21768 fix issues for ntsnet and dcgan
...
Merge pull request !21768 from gengdongjie/code_docs_fix_issues
2021-08-13 09:45:10 +00:00
gengdongjie
ac58821fb0
fix issues on ntsnet and dcgan
2021-08-13 17:40:12 +08:00
i-robot
1caf6fa5a1
!21724 Add model.build interface
...
Merge pull request !21724 from yao_yf/add_model_build_interface
2021-08-13 09:39:43 +00:00
l00486551
aea0f9f217
fix pynative mode train failed bug
2021-08-13 17:05:53 +08:00
yao_yf
5b0f5cf862
add model.build interface
2021-08-13 14:37:08 +08:00
i-robot
bab40a5de5
!21698 deeplabv3_net
...
Merge pull request !21698 from jiangzhenguang/deeplabv3_net
2021-08-13 06:21:43 +00:00
i-robot
8fdb26fda7
!19261 新增dgu模型310推理
...
Merge pull request !19261 from Huang Ganghong/master
2021-08-13 02:49:45 +00:00
i-robot
d1555e3056
!13395 deeplabv3plus pull requests
...
Merge pull request !13395 from kzx2020/master
2021-08-13 02:09:43 +00:00
i-robot
99bce4aaa3
!18943 dncnn upload
...
Merge pull request !18943 from 梁嘉诚/master
2021-08-13 02:08:45 +00:00
chenzhuo
3d0b6839c1
add post training quant of unet,maskrcnn,crnn,deeplabv3
2021-08-13 09:42:31 +08:00
i-robot
a480d07dd2
!21681 add se-net description
...
Merge pull request !21681 from panfengfeng/add_se-net_description
2021-08-12 13:47:03 +00:00
i-robot
26ecdc1fc4
!15406 dcgan master pr
...
Merge pull request !15406 from 周洪飞/master
2021-08-12 13:22:36 +00:00
i-robot
af59aafc4a
!21754 fixed the invalid links
...
Merge pull request !21754 from oacjiewen/master
2021-08-12 12:51:29 +00:00
caojiewen
c6db576875
fixed the bad links
2021-08-12 20:25:42 +08:00
i-robot
61f60082d5
!21646 modify comment and fix model_zoo psenet bug
...
Merge pull request !21646 from changzherui/modi_comment
2021-08-12 11:16:45 +00:00
Jiayu Guo
9ee915263d
update
2021-08-12 17:19:38 +08:00
i-robot
9b3251f3ce
!18785 Senta模型复现
...
Merge pull request !18785 from 杨羽频/ms_master
2021-08-12 08:47:20 +00:00
i-robot
e25118eb66
!21679 add fat-deepffm master
...
Merge pull request !21679 from four_WW/dffm_master
2021-08-12 08:15:40 +00:00
i-robot
084cd507ec
!19148 新增emotect模型310推理
...
Merge pull request !19148 from 吕昱峰(Nate.River)/master
2021-08-12 08:11:14 +00:00
chenhaozhe
28373bc877
add argument to the backbone of yolo_resnet18
2021-08-12 15:58:26 +08:00
i-robot
6b3aedea1c
!21726 modified readme in yolov3_darknet53
...
Merge pull request !21726 from 吴书全/PR0812
2021-08-12 07:48:34 +00:00
ttudu
ff15a78d8a
add pix2pix results file dir
2021-08-12 15:20:42 +08:00
i-robot
dd7c7dcb83
!21677 fix bug in model_zoo/cv/research/centernet_resnet50_v1
...
Merge pull request !21677 from zhongkaidi/cm_master
2021-08-12 07:09:31 +00:00
i-robot
92205dafbd
!21720 fix pynative mode train failed
...
Merge pull request !21720 from Shawny/code_docs_wideresnet
2021-08-12 07:09:29 +00:00
i-robot
76015f46ac
!21664 fix yolov3_darknet53 310 infer fail bug in master
...
Merge pull request !21664 from zhanghuiyao/master
2021-08-12 07:08:19 +00:00
l00486551
bcd7e00633
fix pynative mode train failed
2021-08-12 14:56:58 +08:00
wsq3
77620043c9
modified readme
2021-08-12 14:49:37 +08:00
changzherui
3b0019b45f
modify comment
2021-08-12 14:49:32 +08:00
jiangzhenguang
09ba6cd3ea
deeplabv3 net
2021-08-12 11:56:34 +08:00
i-robot
3c106399bc
!21645 fcn-4 GPU compatibility
...
Merge pull request !21645 from Maige/code_docs_fcn-4
2021-08-12 03:31:48 +00:00
i-robot
df2547e62f
!16085 添加stgcn网络到master分支
...
Merge pull request !16085 from 常顺/my_master
2021-08-12 01:49:14 +00:00
panfengfeng
b6d9c6f72b
add SE-net description
2021-08-11 21:34:35 +08:00
3236961631@qq.com
697550f4be
fat_deepffm commit
2021-08-11 20:54:09 +08:00
kdbob
be96a13f89
save_checkpoint_path set to default
2021-08-11 19:54:52 +08:00
zhanghuiyao
4a4c955d74
fix yolov3_darknet53 310 eval fail on master
2021-08-11 16:43:39 +08:00
yao_yf
a2c3da08d9
fcn8s gpu config add parallel_mode
2021-08-11 16:04:52 +08:00
i-robot
3e3ced7015
!21423 gnmt_v2 add gpu
...
Merge pull request !21423 from 张晓晓/master
2021-08-11 07:34:35 +00:00
i-robot
74eefbd390
!21559 Add faq in modelzoo
...
Merge pull request !21559 from chenhaozhe/code_docs_add_modelzoo_fqa
2021-08-11 03:59:27 +00:00
i-robot
728224dd9e
!16264 mobilenetV3_small_x1_0 master
...
Merge pull request !16264 from Gogery/mo3m
2021-08-11 02:55:26 +00:00
maijianqiang
2e00d43f45
fcn-4 gpu compatibility
2021-08-11 10:27:42 +08:00
i-robot
e02a7c15d8
!19161 ktnet master
...
Merge pull request !19161 from wangjq/master
2021-08-11 02:14:28 +00:00
yuzhenhua
ccdbcdad48
fix dpn accuarcy
2021-08-11 09:47:00 +08:00
wangjq
971655c953
add ktnet model
2021-08-10 20:45:47 +08:00
l00486551
e91cd800bd
fix resnext152 eval data path and use bash in readme
2021-08-10 19:23:20 +08:00
i-robot
06c2254210
!21531 fix network issue(pynative running problems)
...
Merge pull request !21531 from JichenZhao/master
2021-08-10 08:24:29 +00:00
chenhaozhe
001ba32cae
add faq for modelzoo
2021-08-10 15:14:08 +08:00
i-robot
322bb37070
!21045 pangu_train_and_eval
...
Merge pull request !21045 from yao_yf/pangu_train_and_eval
2021-08-10 06:24:31 +00:00
i-robot
86b93c41c8
!21590 fix model zoo script error
...
Merge pull request !21590 from chujinjin/fix_model_zoo_script_error
2021-08-10 06:20:37 +00:00
i-robot
4a53c14b7a
!21416 siamfc pull request
...
Merge pull request !21416 from jkmopl/master
2021-08-10 06:17:06 +00:00
chujinjin
b25110eb2c
fix model zoo script error
2021-08-10 09:27:28 +08:00
changshun
129234a155
deepsort
...
run on Ascend with 8p
deepsort description
deepsort
run on Ascend with 8p
deepsort description
de
deepsort
de
deepsort
deepsort description
deepsort
remove
deepsort
run on Ascend with 8p
deepsort description
de
deepsort
de
deepsort
deepsort description
deepsort
dele
Deepsort
stgcn
rm
stgcn
2021-08-10 09:20:54 +08:00
i-robot
b8767cfd53
!18850 master_resnext152
...
Merge pull request !18850 from zhanggy/master
2021-08-10 01:09:02 +00:00
zhaojichen
837eb703c4
fix glore_res200
2021-08-09 19:06:38 +08:00
i-robot
1e4797a8f3
!21241 modified hccl_tool.py
...
Merge pull request !21241 from zong_shuai/master
2021-08-09 03:47:41 +00:00
i-robot
6b3ce4c42a
!21408 Fix Issue #I440P1 Script and Sample Code need to update
...
Merge pull request !21408 from ZeyangGAO/code_docs_resnetreadme
2021-08-09 03:40:42 +00:00
i-robot
164f593c73
!21515 fix ctpn BNTrainingUpdateGrad inconsistent data type
...
Merge pull request !21515 from zhouneng/code_docs_fix_issue_I4473A
2021-08-09 03:37:50 +00:00
ZeyangGao
0704216161
fix readme
2021-08-09 10:02:47 +08:00
zhouneng2
2c999fcae5
fix ctpn BNTrainingUpdateGrad inconsistent data type
2021-08-09 09:28:41 +08:00
i-robot
7c2fcfe1ee
!21501 bug fix for protonet
...
Merge pull request !21501 from wukesong/wl_master_protonet
2021-08-09 01:26:03 +00:00
i-robot
1b91c025fe
!21352 add post quantization of vgg16
...
Merge pull request !21352 from chenzhuo/quant
2021-08-09 01:20:21 +00:00
chenzhuo
52daacf947
add vgg16 post training quantization
2021-08-08 20:14:12 +08:00
wukesong
16fe01f2b6
add mcnn
2021-08-08 11:05:00 +08:00
wukesong
d6b43333e9
bug fix for Protonet
2021-08-07 16:49:14 +08:00
i-robot
cdf3bbf267
!21386 deep and cross gpu 提交
...
Merge pull request !21386 from zsw12138/dcn
2021-08-06 09:28:26 +00:00
zhangxiaoxiao
909ccc49e5
gnmt_v2 gpu
...
modified: gnmt_v2/train.py
modified: gnmt_v2/src/gnmt_model/dynamic_rnn.py
new file: gnmt_v2/scripts/run_standalone_train_gpu.sh
new file: gnmt_v2/scripts/run_standalone_eval_gpu.sh
modified: README.md
modified: default_config.yaml
new file: default_config_gpu.yaml
modified: default_test_config.yaml
new file: default_test_config_gpu.yaml
modified: eval.py
new file: scripts/run_distributed_train_gpu.sh
new file: scripts/run_standalone_eval_gpu.sh
new file: scripts/run_standalone_train_gpu.sh
modified: src/gnmt_model/dynamic_rnn.py
modified: src/gnmt_model/gnmt_for_infer.py
modified: train.py
modified: scripts/run_distributed_train_ascend.sh
2021-08-06 16:40:05 +08:00
i-robot
8a8851dc52
!18667 Remove redundant depend
...
Merge pull request !18667 from huangbingjian/remove_redundant_depend
2021-08-06 07:43:53 +00:00
i-robot
d2940df84b
!19230 DQN PR
...
Merge pull request !19230 from blingbling/dqnpr
2021-08-06 06:20:25 +00:00
i-robot
d41e3796c6
!21338 fix doc problem
...
Merge pull request !21338 from JichenZhao/master
2021-08-06 03:09:55 +00:00
i-robot
4583f298b0
!21381 add introduction for the use of preprocess_dataset.py
...
Merge pull request !21381 from 郑彬/unet++_gpu
2021-08-06 01:21:47 +00:00
blingbling
975eb96b8f
new dqn gpu support update
2021-08-06 00:57:33 +08:00
zsw12138
bc9f96c5cb
dcn
2021-08-05 16:29:09 +00:00
huangbingjian
53b31abf12
remove useless depend
2021-08-05 20:21:24 +08:00
yao_yf
1203413d32
pangu train and eval
2021-08-05 17:33:51 +08:00
郑彬
1915ec4ca9
add introduction for the use of preprocess_dataset.py
2021-08-05 16:55:58 +08:00
Ren Wenhao
b0187ba8ff
siamfc
2021-08-05 16:24:18 +08:00
l00486551
ce28476a16
update readme
2021-08-05 11:09:58 +08:00
i-robot
aa20dff477
!21375 fix reamde and use bash
...
Merge pull request !21375 from Shawny/code_docs_wideresnet
2021-08-05 01:46:51 +00:00
zhaojichen
bed9557a28
change arcface save ckpt strategy
2021-08-05 09:17:11 +08:00
i-robot
59d8e30203
!20821 提交GRU模型GPU版本PR,优化Ascend性能与精度,合并GPU/Ascend为同一套代码
...
Merge pull request !20821 from 吕昱峰(Nate.River)/gru
2021-08-04 11:26:51 +00:00
l00486551
ac0b1233ad
fix reamde and use bash
2021-08-04 18:33:07 +08:00
i-robot
71d64e41cf
!21323 fix pretrained model in psenet network
...
Merge pull request !21323 from anzhengqi/psenet-readme-update
2021-08-04 10:19:57 +00:00
i-robot
ca405f1783
!21353 Add faq in bert
...
Merge pull request !21353 from chenhaozhe/code_docs_add_faq_in_bert
2021-08-04 09:03:50 +00:00
i-robot
c7697029a4
!21321 add pre-training scripts
...
Merge pull request !21321 from bigpingping/master
2021-08-04 08:13:19 +00:00
chenhaozhe
092fce4594
add faq in bert
2021-08-04 15:15:30 +08:00
i-robot
01639b95a1
!21034 Add to TB-Net to model_zoo/official/recommend
...
Merge pull request !21034 from lihaoyang/tbnet
2021-08-04 06:06:12 +00:00
lihaoyang
9b9dc5ee94
add tbnet for open source in model_zoo/official/recommend
2021-08-04 11:05:41 +08:00