Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoufaChen committed Jul 23, 2021
1 parent 635fdc8 commit ee334c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

import torch
import torch.distributed as dist
from collections import Counter
import typing
from typing import Any, List

try:
from fvcore.nn.jit_handles import get_shape, conv_flop_count
from collections import Counter
import typing
from typing import Any, List
except ImportError:
has_fvcore = False

Expand Down

0 comments on commit ee334c0

Please sign in to comment.