-
Notifications
You must be signed in to change notification settings - Fork 2
Param recording
Mars edited this page Nov 10, 2021
·
2 revisions
# In steerable_D1()
num_funcs = int(effective_size**2 / 2)
# In MNIST_SES_V, MNIST_SES_Scalar
C1, C2, C3 = 45, 89, 134
# In onescale_steerable_rot_scale()
order_y, order_x = np.indices([max_order + 2, max_order - 2])
# In MNIST_SES_V, MNIST_SES_Scalar
C1, C2, C3 = 36, 71, 107