45 Commits (b2827cb1b187f0028156f6813dae02e34bafd4cd)

Author SHA1 Message Date
  Megvii Engine Team 74cbc10d82 feat(opr): let batchnorm support empty IO 3 years ago
  Megvii Engine Team e5217db9f9 feat(traced_module): move traced_module out of the experimental folder 3 years ago
  Megvii Engine Team 442b4f6c26 test(traced_module): add some testcases for traced module 4 years ago
  Megvii Engine Team a7a3bf2d6c test(subgraph): simple test for subgraph 3 years ago
  Megvii Engine Team 3eb0505f9b feat(imperative): add support for quantized conv transpose2d 3 years ago
  Megvii Engine Team 3f3a256e0f fix(mge/functional): fix conv* dtype promotion 3 years ago
  Megvii Engine Team 207a346351 chore(mge): run get_device_count("gpu") in subprocess 4 years ago
  Xinda Huang c90fa087ea test(mge): delete test_external.py 3 years ago
  Megvii Engine Team b2944559a8 fix(imperative/module): remove ``__getattribute__`` method in module 4 years ago
  Megvii Engine Team 1bf18252c4 feat(mge/amp): add mix precision autocast support 4 years ago
  Megvii Engine Team 427113088b fix(module/normalization): fix bug of LayerNorm and support input of any shape 4 years ago
  Megvii Engine Team e275dfeca1 feat(imperative/python): support pooling mode "average" for avg pool2d module 4 years ago
  Megvii Engine Team 7f9d441cbb docs(mge/module): add note about weight shape in conv 4 years ago
  Megvii Engine Team e18afa0b05 feat(mge/module): python wrapper for conv_transpose3d 4 years ago
  Megvii Engine Team c992afa960 test(mge/module): add module reset attribute test 4 years ago
  Megvii Engine Team 65af9cfcdc refactor(mge): use lower case for default string parameters in functional and module 4 years ago
  Megvii Engine Team e6b06914f7 feat(mge/tensor): support non-Tensor value in `_reset` and remove depreciated tests 4 years ago
  Megvii Engine Team 5a38ad3920 feat(mge/utils): add get/set_expand_structure to deal with complex key 4 years ago
  Megvii Engine Team 2763846168 fix(mge/module): support list/dict/tuple in module __repr__ 4 years ago
  Megvii Engine Team 02df634da2 fix(mge/quantization): set ``q_dict`` as an instance property 4 years ago
  Megvii Engine Team 91a3580f75 refactor(mge/cgtools): remove load_and_inference and use GraphInference 4 years ago
  Megvii Engine Team ff05667b48 test(dist): refactor distributed test with fixtures 4 years ago
  Megvii Engine Team 364afec033 chore(mge): update copyright years 4 years ago
  Megvii Engine Team abe3c165ba feat(mge): tensorrt runtime opr 4 years ago
  Megvii Engine Team 9d928e7f83 refactor(mge/distributed): sync interpreter for distribtued launcher 4 years ago
  Megvii Engine Team ee4ea7fdc8 test(distributed/test): make distributed test more stronger 4 years ago
  Megvii Engine Team 7167fdbd49 feat(mge/module): add normalization module includes group_norm, instance_norm and layer_norm 4 years ago
  Megvii Engine Team 442058aead feat(mge/quantize): add batch matmul activation module for inference 4 years ago
  Megvii Engine Team 33e8879af4 feat(mge/quantization): support distributed qat 4 years ago
  Megvii Engine Team 9cb3c07cd4 feat(mge/functional): add elemwise mode support string input 4 years ago
  Megvii Engine Team 8fad00a158 feat(mge/functional/nn): add conv1d padding 4 years ago
  Megvii Engine Team 2627e1f7df fix(mge/grad_manager): allow multiple calls of `release` 4 years ago
  Megvii Engine Team dfc3935d06 fix(pytest/windows/impertive): fix windows wrong test skip 4 years ago
  Megvii Engine Team 9748aebeea refactor(mge): tensor_shape -> symbolic_shape 4 years ago
  Megvii Engine Team 20e93630f2 feat(mge): rename batch_norm2d -> batch_norm 4 years ago
  Megvii Engine Team 2efba9a3a3 fix(mgb/test): use both rtol and atol for stable test result 4 years ago
  Megvii Engine Team 0e3037105c feat(mge/module): add group_local_conv 4 years ago
  Megvii Engine Team 6ce796aec4 test(mge): replace `assertTensorClose` with `np.testing.assert_allclose` 4 years ago
  Megvii Engine Team 477820fe5d refactor(mge): apply python-module changes 4 years ago
  Megvii Engine Team bd7f885a2b fix(mge/pytest): remove __init__ in py-test 4 years ago
  Megvii Engine Team 66f2dbd753 feat(mge/imperative): add module __repr__ for imperative 4 years ago
  Megvii Engine Team 10e942d952 refactor(mge): polish api 4 years ago
  Megvii Engine Team 2beb65b19d fix(mge/module): tensor shape will not work when constructing numpy array 4 years ago
  Megvii Engine Team a226f02e7a fix(mge/imperative): fix syncbn in symbolic mode 4 years ago
  Megvii Engine Team 0067dcf068 test(mge/imperative): add module test to imperative 4 years ago