Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chennnnnyize committed Jul 28, 2017
1 parent bc45655 commit df1707b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Expand Up @@ -49,7 +49,7 @@ def __init__(
batch_size=32,
image_shape=[24,24,1],
dim_z=100,
dim_y=12,
dim_y=6, #The parameters for controlling the number of events
dim_W1=1024,
dim_W2=128,
dim_W3=64,
Expand Down

0 comments on commit df1707b

Please sign in to comment.