Forgot to import pandas ^^

pull/1253/head
Mohamed Rashad 3 years ago committed by GitHub
parent 23aeb88b57
commit cca4e94a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@ import re
import fnmatch
from collections import defaultdict
from copy import deepcopy
import pandas as pd
__all__ = ['list_models', 'is_model', 'model_entrypoint', 'list_modules', 'is_model_in_modules',
'is_pretrained_cfg_key', 'has_pretrained_cfg_key', 'get_pretrained_cfg_value', 'is_model_pretrained']

Loading…
Cancel
Save