Skip to content

Commit c542780

Browse files
committed
the reason behind decreased performance x.x
1 parent 427fdd7 commit c542780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
input_dim = output_dim + 2 # this is the actual input dim of the network, that includes two dims for flags
1212
batch_size = 100
1313
read_heads = 1
14-
write_heads = 2
14+
write_heads = 1
1515

1616
#testrange=[5,10,20,40,80,160]
1717

0 commit comments

Comments
 (0)