DeepSpeed
DeepSpeed copied to clipboard
some fix in flops_profiler
-
Tensor.bmm
missed in_patch_tensor_methods
function - missed funtions in
_reload_functionals
and_reload_tensor_methods
functions -
torch.mm
andtorch.Tensor.mm
will have same__name__
inwrapFunc
, my suggustion is use__str__
instead. - add
torch.baddbmm
@cli99
@lucasleesw, thanks for the PR. Can you please use this to resolve the formatting issues
Hi @lucasleesw , thanks for the PR. Is there a reason you use str instead of str()?
Hi @lucasleesw , thanks for the PR. Is there a reason you use str instead of str()?
Nothing specific, just choose another attribute instead of __name__
.