Skip to content

Commit 67dd367

Browse files
author
GuangxiaoSong
committed
RNNs & top50tags
1 parent b0430df commit 67dd367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1304_mtt_multi-layer_LSTM_OOM.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
n_tags = 50
2121

2222
learning_rate = 0.001
23-
training_epochs = 1500 * 150 # 1500 iterations, 150 epochs
23+
training_epochs = 8000 * 150 # 8000 iterations, 150 epochs
2424
display_step = 100
2525
total_series_length = x_height * x_width
26-
state_size = 256
27-
batch_size = 5
26+
state_size = 512
27+
batch_size = 2
2828
num_layers = 2
2929

3030

0 commit comments

Comments
 (0)