提交 1c28df91 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Apply isort to theano.d3viz sub-package modules

上级 6cf6323c
...@@ -4,13 +4,15 @@ Author: Christof Angermueller <cangermueller@gmail.com> ...@@ -4,13 +4,15 @@ Author: Christof Angermueller <cangermueller@gmail.com>
""" """
import os
import json import json
import os
import shutil import shutil
import six import six
from theano.d3viz.formatting import PyDotFormatter from theano.d3viz.formatting import PyDotFormatter
__path__ = os.path.dirname(os.path.realpath(__file__)) __path__ = os.path.dirname(os.path.realpath(__file__))
......
...@@ -3,18 +3,16 @@ ...@@ -3,18 +3,16 @@
Author: Christof Angermueller <cangermueller@gmail.com> Author: Christof Angermueller <cangermueller@gmail.com>
""" """
import os import os
from functools import reduce
import numpy as np import numpy as np
import theano import theano
from functools import reduce
from theano import gof from theano import gof
from theano.compile import Function from theano.compile import Function, builders
from theano.compile import builders
from theano.printing import pydot_imported, pydot_imported_msg from theano.printing import pydot_imported, pydot_imported_msg
try: try:
from theano.printing import pd from theano.printing import pd
except ImportError: except ImportError:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论