Commit Graph

3000 Commits

Author SHA1 Message Date
i-robot b021a58caa !22323 gpu for squeezenet
Merge pull request !22323 from 郑彬/squeezenet_gpu
2021-08-31 08:37:39 +00:00
i-robot 033b4706f2 !21235 Add pass TransformOpOptimizer
Merge pull request !21235 from DeshiChen/0719_elim_transform
2021-08-31 08:36:25 +00:00
i-robot e631f26f06 !22527 【轻量级 PR】:solve issue #I47N3U
Merge pull request !22527 from 郭睿明/N/A
2021-08-31 07:51:58 +00:00
i-robot 570363c2a3 !22120 Transformer API For Rewring the PanGU model
Merge pull request !22120 from huangxinjing/transformer_example
2021-08-31 07:17:16 +00:00
ziquan a0ca43b7cf add yolov5 2021-08-31 11:20:23 +08:00
huangxinjing dfcc407b04 initializer the pangu
fix error

fix dtype

fix
2021-08-31 10:12:11 +08:00
maijianqiang 4ae6d2740a add network demo 2021-08-31 10:02:49 +08:00
郑彬 1c44d8500f gpu for squeezenet 2021-08-30 20:49:00 +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
i-robot 74dfd46856 !22513 add ncf gpu
Merge pull request !22513 from 张晓晓/master
2021-08-30 09:38:50 +00: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
chenweitao_295 3546987288 solve deeptext centerface issues 2021-08-28 17:18:58 +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
郭睿明 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
i-robot 16437722fd !22465 Adam op performance optimization
Merge pull request !22465 from zhaosida/zsd_pangu
2021-08-28 02:26:05 +00:00
sl_wang 4c302c0c5b bert script for thor generalization 2021-08-27 18:06:35 +08: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
谭华林 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
zhaojichen 557fb312d8 fix posenet 2021-08-26 17:34:07 +08: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
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 e06e83607e !22236 clean code in cpu operater
Merge pull request !22236 from liangxhao/master_cleancode
2021-08-24 11:22:32 +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 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
chenzhuo 53442e9ac0 add post training quantization of yolov3_resnet18 2021-08-24 10:10:09 +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
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 7faee3bffe !17183 添加east网络到master
Merge pull request !17183 from ziquan/master
2021-08-23 10:02:13 +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 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
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
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
huchunmei ad8ecbc3af add print 2021-08-21 18:30:22 +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 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 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
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
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
osbo a39ad3f696 README- 2021-08-17 15:45:37 +08: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
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
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
lvmingfu 483d8e1ba9 modify error links in modelzoo files for master 2021-08-16 10:47:12 +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 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
yao_yf 5b0f5cf862 add model.build interface 2021-08-13 14:37:08 +08:00