Browse Source

fix(mge/utils): fix module_status import error

GitOrigin-RevId: 1e04186450
revert-411-add-tools
Megvii Engine Team 3 years ago
parent
commit
744efe72a7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      imperative/python/megengine/utils/module_stats.py

+ 2
- 1
imperative/python/megengine/utils/module_stats.py View File

@@ -5,7 +5,8 @@
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
from collections import Iterable, namedtuple
import collections
from collections import namedtuple
from functools import partial
from typing import Iterable



Loading…
Cancel
Save