File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
import yaml
30
30
from lightning_utilities import compare_version
31
31
from lightning_utilities .test .warning import no_warning_call
32
+ from tensorboard .backend .event_processing import event_accumulator
33
+ from tensorboard .plugins .hparams .plugin_data_pb2 import HParamsPluginData
32
34
from torch .optim import SGD
33
35
from torch .optim .lr_scheduler import ReduceLROnPlateau , StepLR
34
36
51
53
from lightning .pytorch .trainer .states import TrainerFn
52
54
from lightning .pytorch .utilities .exceptions import MisconfigurationException
53
55
from lightning .pytorch .utilities .imports import _TORCHVISION_AVAILABLE
54
- from tensorboard .backend .event_processing import event_accumulator
55
- from tensorboard .plugins .hparams .plugin_data_pb2 import HParamsPluginData
56
56
from tests_pytorch .helpers .runif import RunIf
57
57
58
58
if _JSONARGPARSE_SIGNATURES_AVAILABLE :
You can’t perform that action at this time.
0 commit comments