Skip to content

Commit

Permalink
Update train_txt2im.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao authored Feb 9, 2018
1 parent ac7b989 commit bdba1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_txt2im.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main_train():
# print(sample_sentence[i])
sample_sentence = tl.prepro.pad_sequences(sample_sentence, padding='post')

n_epoch = 600
n_epoch = 100 # 600
print_freq = 1
n_batch_epoch = int(n_images_train / batch_size)
# exit()
Expand Down

0 comments on commit bdba1de

Please sign in to comment.