409 Commits (1999307015a5035d3d3f0c34bfcf5cb3d7bfac02)

Author SHA1 Message Date
  Megvii Engine Team b2944559a8 fix(imperative/module): remove ``__getattribute__`` method in module 4 years ago
  Megvii Engine Team 070c811732 fix(imperative): remove convert_inputs 4 years ago
  Megvii Engine Team 1040b77843 fix(mge/functional): fix F.topk(kth_only=True) 4 years ago
  Megvii Engine Team 7c9569e4e5 fix(mge/random): fix random seed 3 years ago
  Megvii Engine Team d7b6bfd56c test(mge/fakequant): use fixed input for lsq test to temperarily avoid precision error 3 years ago
  Megvii Engine Team 5cef74a77e feat(mge/amp): add GradScaler support 4 years ago
  Megvii Engine Team 1bf18252c4 feat(mge/amp): add mix precision autocast support 4 years ago
  Megvii Engine Team dedecf6922 fix(imperative/utils): fix logical error of replace var 4 years ago
  Megvii Engine Team 43098fb8f1 feat(mge): add SlidingWindowTranspose opr 4 years ago
  Megvii Engine Team df79334cae feat(mge/distributed): add user_pop function to save device memory 4 years ago
  Megvii Engine Team 7225b0f09f fix(mge/utils): use static infer manager to get value of network.varnode 4 years ago
  Megvii Engine Team 2d42455fa8 fix(mge/utils): fix toposort to get definition order 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 b078dda90b feat(mge/random): add some random op and remove random/distrbution.py 4 years ago
  Megvii Engine Team f30c0e06a6 feat(mgb/opr): add lsq opr 4 years ago
  Megvii Engine Team d6db4fea93 fix(mge/module): set no_cache=true when loading state dict 4 years ago
  Megvii Engine Team fea1bba23e fix(mge/tools): fix module status error 3 years ago
  Megvii Engine Team 6cd01d5a74 feat(imperative/functional): let elemwise support empty IO & add some tests 4 years ago
  Megvii Engine Team 0245594156 test(autograd): test jvp emulated by 2nd grad 4 years ago
  Megvii Engine Team 8480302da8 fix(autograd): make higher order grad experimental 4 years ago
  Megvii Engine Team 72531f2b4a test(autograd): add more tests for higher order grad 4 years ago
  Megvii Engine Team 522e556b83 feat(autodiff): support higher order grad 4 years ago
  Megvii Engine Team 5198b7834c fix(mge/functional): fix expand_dims for scalar 4 years ago
  Megvii Engine Team 933dd9a497 feat(mge/distributed): add cuda env check before forked thread 4 years ago
  Megvii Engine Team a5060a2bfe feat(mgb/opr): add check_has_inf kernel and opr 4 years ago
  Megvii Engine Team c64b1c94cd feat(imperative/functional): add roll in functional 4 years ago
  Megvii Engine Team c78a7848a1 test(profiler): simple tests for profiler 4 years ago
  Megvii Engine Team 1d64792b41 refactor(profiler): detach profiler from interpreter 4 years ago
  Megvii Engine Team 54a4d70eb5 feat(src/serialization): add support of serializing metadata 4 years ago
  Megvii Engine Team 3e4e4c4604 feat(mgb/jit): add graph_opt_config and jit_config interfaces 4 years ago
  Megvii Engine Team 34262d904c fix(imperative): fix the size of blob with offset 4 years ago
  Megvii Engine Team 787f187e7d fix(imperative/src): fix dot backward error 4 years ago
  Megvii Engine Team 71cc814eaf feat(ci): add aarch64 linux ci 4 years ago
  Megvii Engine Team e275dfeca1 feat(imperative/python): support pooling mode "average" for avg pool2d module 4 years ago
  Megvii Engine Team d2673c5abf fix(ci/windows): add windows cuda test 4 years ago
  Megvii Engine Team e417798f9e fix(mge): correct pytype when calling apply from python 4 years ago
  Megvii Engine Team 1525a02530 feat(mge/module): add python wrapper for unfold 4 years ago
  Megvii Engine Team 46d96478a1 feat(mge/tools): optimize statistical tools 4 years ago
  Megvii Engine Team 7f9d441cbb docs(mge/module): add note about weight shape in conv 4 years ago
  Megvii Engine Team 8e5bf94857 fix(mge/utils): fix bug of VarNode inplace operations 4 years ago
  Megvii Engine Team 13b15fb08c feat(megbrain): add correlation opr 4 years ago
  Megvii Engine Team 259894250b feat(imperative/autodiff): add grad clip 4 years ago
  Megvii Engine Team 9b69a02fb2 fix(imperative/tensor): init m_offset when constructing a Tensor with DeviceTensorND 4 years ago
  Megvii Engine Team 226f24fa8e test(mge/distributed): add gather scatter reduce broadcast grad test 4 years ago
  Megvii Engine Team b1bf193e4d feat(functional/loss): add reduction choices to loss functions 4 years ago
  Megvii Engine Team dadd508615 test(param_pack): more cases for param pack concat 4 years ago
  Megvii Engine Team 579a3d7786 fix(mge/jit): error out if dump bn in training mode 4 years ago
  Megvii Engine Team 717b88e684 fix(mge/elemwise): fix problem that elemwise.mode is not comparable with string mode 4 years ago
  Megvii Engine Team 7af1ec66db fix(tensor): del valid tensors when compnode finalizing 4 years ago
  Megvii Engine Team 984d85ca26 feat(mge/functional): argmin and argmax support negtive axis 4 years ago