提交 b75f20ff authored 作者: Frederic Bastien's avatar Frederic Bastien

clean up of import

上级 d1d5f4b5
import unittest import unittest
from theano import gof
from theano import compile
from theano.compile.function_module import *
from theano.scalar import *
import theano import theano
from theano import tensor import numpy as N
from theano import tensor as T from theano import tensor as T
from theano.tensor import nnet as NN from theano.tensor import nnet as NN
import random
import numpy as N
from theano.compile import module as M from theano.compile import module as M
class Blah(M.ModuleInstance): class Blah(M.ModuleInstance):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论