facebookresearch / fvcore

Collection of common code that's shared among different research projects in FAIR computer vision team.
Apache License 2.0
2.04k stars 229 forks source link

The flopcounter does not support LeakyReLU? #105

Open Windaway opened 2 years ago

Windaway commented 2 years ago

untimeError: 0INTERNAL ASSERT FAILED at "/opt/conda/conda-bld/pytorch_1634272178570/work/torch/csrc/jit/ir/alias_analysis.cpp":584, please report a bug to PyTorch. We don't have an op for aten::leaky_relu but it isn't a special case. Argument types: Tensor, bool

Windaway commented 2 years ago

another report: RuntimeError: 0INTERNAL ASSERT FAILED at "..\torch\csrc\jit\ir\aliasanalysis.cpp":584, please report a bug to PyTorch. We don't have an op for aten::fill but it isn't a special case. Argument types: Tensor, bool,

A1leilei commented 4 months ago

没有解决方案吗?