Skip to content

Commit

Permalink
move gravesnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShigekiKarita committed Jul 29, 2015
1 parent 1037458 commit b3310a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions test/test_gaussian_mixture_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import numpy
from numpy.random import uniform, binomial

import chainer
from chainer import cuda
from chainer import gradient_check
Expand All @@ -11,8 +10,7 @@

from src.gaussian_mixture_2d import gaussian_mixture_2d
from src.gaussian_mixture_2d_ref import gaussian_mixture_2d_ref
from src import gravesnet

import gravesnet

if cuda.available:
cuda.init()
Expand Down
3 changes: 1 addition & 2 deletions train_prednet.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
import chainer
import chainer.cuda
import chainer.optimizers

import six
import numpy

from src.gravesnet import GravesPredictionNet
from gravesnet import GravesPredictionNet

parser = argparse.ArgumentParser()
parser.add_argument('--model', default='res/model', type=str,
Expand Down

0 comments on commit b3310a1

Please sign in to comment.