Commit fc2e6240 authored by Yuxin Wu's avatar Yuxin Wu

bug fix

parent 542e00f2
...@@ -7,7 +7,7 @@ from contextlib import contextmanager ...@@ -7,7 +7,7 @@ from contextlib import contextmanager
import time import time
from .base import Callback, TrainCallbackType, TestCallbackType from .base import Callback, TrainCallbackType, TestCallbackType
from .summary import * from .stat import *
from ..utils import * from ..utils import *
__all__ = ['Callbacks'] __all__ = ['Callbacks']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment