Megvii Engine Team
0c54f2dc13
docs(mge/core): refine the docstring of several apis
GitOrigin-RevId: c03fecfa6a
5 years ago
Megvii Engine Team
80d9e56b38
fix(mge/tensor): where support x or y is empty
GitOrigin-RevId: 2b69ee2e79
5 years ago
Megvii Engine Team
8cf7150df0
feat(dnn/mge): add compnode multithread in python
GitOrigin-RevId: 47373d291d
5 years ago
Megvii Engine Team
4997270156
docs(mge/module): refine the docstring of several apis
GitOrigin-RevId: ea04e05be4
5 years ago
Megvii Engine Team
4c5d01fa34
refactor(mge/examples): add example to use modified sublinear API
GitOrigin-RevId: c6f6c65d0b
5 years ago
Megvii Engine Team
396653df5f
feat(mge/api): expose sublinear related parameters at mge api level
GitOrigin-RevId: 7a47f5d0d5
5 years ago
Megvii Engine Team
d8d3f405bb
fix(mge/data): fix an nan bug in coco dataset
GitOrigin-RevId: 689fbaafa5
5 years ago
Megvii Engine Team
41464e1818
feat(mge/data): voc dataset supports detection
GitOrigin-RevId: f78bef3cd2
5 years ago
Megvii Engine Team
26738d99eb
feat(mge/data): add objects365 dataset
GitOrigin-RevId: 8eccebfc1d
5 years ago
Megvii Engine Team
aa2bfd2d85
fix(mge/data): create dir automatically when download=True
GitOrigin-RevId: f3cb1b7d50
5 years ago
Megvii Engine Team
b8cbd4510b
fix(mgb/mm_server): return -1 when create_mm_server failed
GitOrigin-RevId: 117bb80c06
5 years ago
Megvii Engine Team
abf82cfb50
feat(mge/dtype): export `_metadata_dict` for consistent dtype property
GitOrigin-RevId: 6840c0b6b4
5 years ago
Megvii Engine Team
dd962a4700
fix(mge/module): add negative slope attribute for LeakyReLU module
GitOrigin-RevId: 67e1967b56
5 years ago
Megvii Engine Team
554ce352c8
feat(mgb/gopt): add nchw44 optpass
GitOrigin-RevId: dc38724558
5 years ago
Megvii Engine Team
5507a29bd3
feat(mge/functional): add normalize opr
GitOrigin-RevId: 572a32f563
5 years ago
Megvii Engine Team
000663c30c
feat(mge/functional): add isnan and isinf oprs
GitOrigin-RevId: b4a347751c
5 years ago
Megvii Engine Team
9b41321926
fix(mge/functional): support negative axis in math.py
GitOrigin-RevId: 75143a7309
5 years ago
Megvii Engine Team
207527d108
fix(mge/clamp): fix `F.clamp`
GitOrigin-RevId: 1efac8add6
5 years ago
Megvii Engine Team
6ffcfb4ce2
refactor(mge/dataloader): make plasma_store starting more robust
GitOrigin-RevId: e1f78db99a
5 years ago
Megvii Engine Team
86a3445e8e
build(python_module): use consistent flag declaration in SWIG and c++
Include cmake generated megbrain_build_config.h in SWIG in order to remove usage of MGB_DEF.
GitOrigin-RevId: d3e841eaf6
5 years ago
Megvii Engine Team
e729006f8e
docs(mge/python): add doc for zero_grad
GitOrigin-RevId: bb5154c0e7
5 years ago
Megvii Engine Team
bb92ee26e3
fix(mge/functional): refine doc and add test for linspace
GitOrigin-RevId: d6c7eea2c2
5 years ago
Megvii Engine Team
ce30d045ee
feat(mge/functional): add arange in tensor.py
GitOrigin-RevId: ad88a4c18e
5 years ago
Megvii Engine Team
cec7fd3c5f
fix(mgb/build): fix multi-machine macro and add test_distributed
GitOrigin-RevId: cb1bfe8742
5 years ago
Megvii Engine Team
3fce8544ec
refactor(mgb/parampacksplit): remove input offsets on device
GitOrigin-RevId: b2bf3bf155
5 years ago
Megvii Engine Team
5121626e98
refactor(dnn/parampack): remove parampacksplit
GitOrigin-RevId: ed00341d58
5 years ago
Megvii Engine Team
b708f15d39
refactor(mgb/param_pack): use shared mem for param pack
GitOrigin-RevId: bc56f09037
5 years ago
Megvii Engine Team
f18259d73a
refactor(mge/zmqrpc): zmqrpc return real port or -1
GitOrigin-RevId: 878b63c601
5 years ago
Megvii Engine Team
99fae95e02
feat(mge/parampack): add user-defined key to pack params
GitOrigin-RevId: 7d51dcae23
5 years ago
Megvii Engine Team
9a42c63641
fix(mge/module): add the more warnings in load_state_dict
In the before, the information of miss matching and unused operators won't be printed in the non-trict mode, this commit add the information.
GitOrigin-RevId: b2543eb832
5 years ago
Megvii Engine Team
9b74e6fc88
fix(mge/random): add one assert in distribution.py
low must be less than high in uniform sampling
GitOrigin-RevId: 34c33a1ac9
5 years ago
Megvii Engine Team
fc4dedc0bc
fix(mge/random): add lower bound and higher bound for uniform sampling
GitOrigin-RevId: 2a2c56fd17
5 years ago
Megvii Engine Team
712b87c8c1
feat(mgb/core): add comp node for cambricon
add testcase for cambricon comp node
GitOrigin-RevId: 7794faa47f
5 years ago
Megvii Engine Team
d74a4ee931
fix(mge/build): use consistent genfiles/megbrain_build_config.h
Modify get_dynamic_info to work with cmake changes
Also rename get_dynamic_info as get_mem_allocation_info
GitOrigin-RevId: 383affe388
5 years ago
Megvii Engine Team
720b6b49d6
build(mge): copy file required by setup.py to build directory
GitOrigin-RevId: 0b853e809f
5 years ago
Megvii Engine Team
e8494f729b
fix(unittest): remove the torch dependency in test_conv
GitOrigin-RevId: 36dcab2b95
5 years ago
Megvii Engine Team
779ed45d74
docs(mge/parampack): refine parampack doc
GitOrigin-RevId: 1cff83c308
5 years ago
Megvii Engine Team
8e8794040d
chore(release): bump version.
GitOrigin-RevId: 979d8c247b
5 years ago
Megvii Engine Team
7ed98dd50a
feat(mge/functional): add conv_transpose2d support
GitOrigin-RevId: 9ad87a4ea9
5 years ago
Megvii Engine Team
20332705d3
docs(mge/functional): refine tensor transpose doc
GitOrigin-RevId: 763d74d61e
5 years ago
Megvii Engine Team
044695aa2a
feat(mgb/plugin): add profiler for dynamic graph
GitOrigin-RevId: 10a6cccff9
5 years ago
Megvii Engine Team
b588d93eb0
fix(mge): fix fast-run cache mismatch
GitOrigin-RevId: a41150f71a
5 years ago
Megvii Engine Team
0bdb64c5f9
ci(test): dump test time result to json file
GitOrigin-RevId: 0ed092a0e8
5 years ago
Megvii Engine Team
dbe2b89331
fix(midout): fix brain opr midout 2/2 (also see a6aa1574)
fix extern_c_opr midout
GitOrigin-RevId: 7de4f650d1
5 years ago
Megvii Engine Team
888895e971
refactor(mge/test): make test_parampack more stable
GitOrigin-RevId: d82230ea07
5 years ago
Megvii Engine Team
da52256891
fix(mge/data): process mnist without generate new files
GitOrigin-RevId: 44a697c3fe
5 years ago
Megvii Engine Team
5178648422
fix(mge/doc): fix batch_norm2d doc
GitOrigin-RevId: 769ddd367b
5 years ago
Megvii Engine Team
f077a5292c
fix(mge/param_pack): release old parameters
GitOrigin-RevId: 40a1f044e9
5 years ago
Megvii Engine Team
48822557b8
docs(mge/bn): fix docs and tests of batchnorm
GitOrigin-RevId: 8a96aa5fc2
5 years ago
Megvii Engine Team
2c4d1afe14
test(mge): move `NUMBER` config to pytest.init
GitOrigin-RevId: 1d82209c40
5 years ago