Commit f65bee8e authored by Ilya Ovodov's avatar Ilya Ovodov

Fix imports

parent 1229eb80
from .params import AttrDict
import params as params
import pytorch as pytorch
import ignite as ignite
\ No newline at end of file
from . import params
from . import pytorch
from . import ignite
\ No newline at end of file
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