Commit ff1d8275 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

reduced zero span

parent de7010ff
......@@ -1340,8 +1340,8 @@ with tf.Session() as sess:
TILES_PER_LINE1 = 2
TILES_PER_LINE2 = 4
ZERO_SPAN1 = 0.0002
ZERO_SPAN2 = 0.0002
ZERO_SPAN1 = 0.00002
ZERO_SPAN2 = 0.00002
tile_side1 = TILE_SIDE
tile_side2 = int(math.sqrt(NN_LAYOUT2[-1]))
cluster_side = CLUSTER_RADIUS*2+1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment