Skip to content

Commit

Permalink
minor removal of unused library
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Xu committed Oct 21, 2014
1 parent adc780c commit 01acd4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions experiments/nmt/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@
import numpy
import time

import ipdb

from groundhog.trainer.SGD_adadelta import SGD as SGD_adadelta
from groundhog.trainer.SGD import SGD as SGD
from groundhog.trainer.SGD_momentum import SGD as SGD_momentum
from groundhog.mainLoop import MainLoop
from experiments.nmt import\
RNNEncoderDecoder, prototype_search_state, get_batch_iterator, sample,\
RNNEncoderDecoder, prototype_state, get_batch_iterator, sample,\
BeamSearch, parse_input
import experiments.nmt

Expand Down

0 comments on commit 01acd4b

Please sign in to comment.