You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile the examples but i get this error with rust nightly
Compiling openssl v0.6.7
Compiling cookie v0.1.21
Compiling leaf v0.2.0
error[E0428]: a macro named `impl_ops_sigmoid_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_relu_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_tanh_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_convolution_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_softmax_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_log_softmax_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_lrn_for` has already been defined in this module
error[E0428]: a macro named `impl_ops_pooling_for` has already been defined in this module
error: aborting due to 8 previous errors
Build failed, waiting for other jobs to finish...
error: Could not compile `leaf`.
To learn more, run the command again with --verbose.
Hi,
I'm trying to compile the examples but i get this error with rust nightly
With rust stable it is even worse
Any idea of what might be ? I just got the sources and i'm trying to compile on Mac OS X Sierra.
The text was updated successfully, but these errors were encountered: