mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
change default logger to dedicated one (#1064)
Fix test Fix format Update pytorch_lightning/__init__.py Separate imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"""
|
||||
Example template for defining a system
|
||||
"""
|
||||
import logging as log
|
||||
import os
|
||||
from argparse import ArgumentParser
|
||||
from collections import OrderedDict
|
||||
@@ -14,6 +13,7 @@ from torch import optim
|
||||
from torch.utils.data import DataLoader
|
||||
from torchvision.datasets import MNIST
|
||||
|
||||
from pytorch_lightning import _logger as log
|
||||
from pytorch_lightning.core import LightningModule
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user