We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e9f1f commit f45b02aCopy full SHA for f45b02a
pytorch_lightning/core/memory.py
@@ -10,7 +10,7 @@
10
import numpy as np
11
import torch
12
13
-from ..core import root_logger as log
+from pytorch_lightning.core import root_logger as log
14
15
class ModelSummary(object):
16
pytorch_lightning/trainer/training_io.py
@@ -89,7 +89,6 @@
89
90
"""
91
92
-import logging as log
93
import os
94
import re
95
import signal
0 commit comments