mirror of https://github.com/JDAI-CV/fast-reid.git
Update build.py
parent
c9bc3ceb2f
commit
7f747235ba
|
@ -16,7 +16,7 @@ if TORCH_MAJOR == 1 and TORCH_MINOR < 8:
|
|||
else:
|
||||
string_classes = str
|
||||
|
||||
from collections import Mapping
|
||||
from collections.abc import Mapping
|
||||
|
||||
from fastreid.config import configurable
|
||||
from fastreid.utils import comm
|
||||
|
|
Loading…
Reference in New Issue