Closed lim0606 closed 8 years ago
I think this happens when I tries to run with lua 5.2
instead of luajit 2.1
@lim0606 did you run tests in luajit and lua5.2 https://github.com/szagoruyko/imagine-nn/blob/master/test/test_jacobian.lua ?
@szagoruyko
Yes, I did. I wanted to run object detection codes, requiring an abject consuming quite big memery. Because of memory limitation in luajit, i tried to run torch with lua 5.2.
Jaehyun
Hi, this is Jaehyun Lim.
I tried to test ROIPooling layer with simple custom code, and the ROIPooling layer with v2 gave me wrong outputs.
Here is the code I ran;
and I got
I'm using
lua 5.2
instead ofluajit 2.1
because of memory issues related toluajit
.I can use v1, but I'd like to know there was any mistake on my usage or a sort of things.
I would appreciate if anyone help me to solve this issue.
Thanks
Best regards,
Jaehyun