58 Commits (dbd94839937de569455f74da819567db28dc5f8d)

Author SHA1 Message Date
  Megvii Engine Team dbd9483993 feat(dnn,src,imperative): add groupnorm op 2 years ago
  Megvii Engine Team c2e9860feb chore(license): remove all license in file header 3 years ago
  Megvii Engine Team 597a1e791b refactor(imperative): add interface to clear algorithm cache 3 years ago
  Megvii Engine Team ab6d12caff feat(mge): add conv padding mode 3 years ago
  Megvii Engine Team 406115dba0 fix(imperative): syncbn fp16 support 3 years ago
  Megvii Engine Team 6157d9cfef fix(traced_module): fix Module compatible issue and traced module getattr check 3 years ago
  Megvii Engine Team 3159eecadd fix(init): fix fan_in and fan_out for group conv2d 3 years ago
  Megvii Engine Team 20b42a8c3b fix(dnn): add naive lstm kernel 3 years ago
  Megvii Engine Team 2faa6ea5a9 Merge pull request #213 from kxz18:rnn 3 years ago
  kxz@thumt102-1 8f48da7ffe feat(mgb/opr): add cell level rnn/lstm and sequence level rnn/lstm 3 years ago
  Megvii Engine Team 5c94db16f2 feat(mge/functional): add groups support for conv_transpose2d & 3d 3 years ago
  Megvii Engine Team ac86d64474 fix(mge/module): fix prelu error when use_symbolic_shape is true 3 years ago
  Megvii Engine Team f7d05db7d6 fix(mge/module): fix named_tensors 3 years ago
  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