remove logging. basicConfig from library code

This commit is contained in:
thomwolf
2018-12-14 14:46:25 +01:00
parent ae88eb88a4
commit 4a4b0e5783
2 changed files with 0 additions and 6 deletions

View File

@@ -34,9 +34,6 @@ from torch.nn import CrossEntropyLoss
from .file_utils import cached_path
logging.basicConfig(format = '%(asctime)s - %(levelname)s - %(name)s - %(message)s',
datefmt = '%m/%d/%Y %H:%M:%S',
level = logging.INFO)
logger = logging.getLogger(__name__)
PRETRAINED_MODEL_ARCHIVE_MAP = {