Skip to content

Commit

Permalink
remove debug iteration setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jiesutd committed Apr 26, 2018
1 parent dc0775d commit a925497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# @Author: Jie
# @Date: 2017-06-15 14:11:08
# @Last Modified by: Jie Yang, Contact: [email protected]
# @Last Modified time: 2018-04-02 14:37:51
# @Last Modified time: 2018-04-26 12:58:02

import time
import sys
Expand Down Expand Up @@ -294,7 +294,7 @@ def train(data):
print("Optimizer illegal: %s"%(data.optimizer))
exit(0)
best_dev = -10
data.HP_iteration = 1
# data.HP_iteration = 1
## start training
for idx in range(data.HP_iteration):
epoch_start = time.time()
Expand Down

0 comments on commit a925497

Please sign in to comment.