solgaardlab / neurophox-notebooks

Notebook examples for the neurophox repository
15 stars 10 forks source link

The error with jupyter in MNIST.ipynb #1

Open 1earner opened 3 years ago

1earner commented 3 years ago

Hello, there is an error in MNIST.ipynb when I run it.

TypeError: ('Keyword argument not understood:', 'theta_init_name')

Has the code been checked and passed the test?

1earner commented 3 years ago

construct_onn_EO_tf( ), construct_onn_EO_tf_ortho( ), construct_onn_linear_tf() need to revised the code line layers.append(RM(N, theta_init_name=theta_init_name, phi_init_name=phi_init_name)) as layers.append(RM(N, theta_init=theta_init_name, phi_init=phi_init_name))