torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

Error running tests (test.sh, .test()) PReLU #225

Open mtjrider opened 7 years ago

mtjrider commented 7 years ago

When running the test script from the torch home directory:

/path/to/torch$ ./test.sh

I am met with errors in PReLU_backward and PReLU_forward. Exact error / traceback attached. I'm wondering if this is an error in the test script or if there is a problem with the underlying source files. It looks like the input sizes don't match what the routine expects.

Additionally, running cunn.test() from TREPL after requiring cunn via require('cunn') produces the same errors.

errors

Some insight into this would be appreciated.

Thanks, Matthew J

QinZibo commented 7 years ago

I meet the same problem,have you solved it?

mtjrider commented 7 years ago

To the best of my knowledge, it's just an issue with the test suite. I haven't run into any problems with the algorithms outside of these errors.

KevinJune commented 6 years ago

the same error