pull/713/merge
Naveen Mittal 2024-07-15 14:54:16 +08:00 committed by GitHub
commit 3ef595dbb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -2,7 +2,8 @@
import logging
import pprint
import sys
from collections import Mapping, OrderedDict
from collections import OrderedDict
from collections.abc import Mapping
import numpy as np
from tabulate import tabulate