Skip to content

Commit

Permalink
hard code bug
Browse files Browse the repository at this point in the history
  • Loading branch information
perthcpe23 committed Jul 5, 2017
1 parent 91c8e1a commit 64a1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/production/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def train_avg(my_model,n_round=10):
# sys.exit()

my_model = model_trainer()
my_model.load_data(100)
my_model.load_data()

info = my_model.train_all_tag()

Expand Down

0 comments on commit 64a1aa8

Please sign in to comment.