Open ygyuan opened 7 years ago
I have the same issue, have you solved it?
Not yet! Maybe it conflicted between two classes. I didn't meet this problem by using an older version of torch7
2017-04-06 12:57 GMT+08:00 JWGS1 notifications@github.com:
I have the same issue, have you solved it?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/torch/torch7/issues/986#issuecomment-292069004, or mute the thread https://github.com/notifications/unsubscribe-auth/AKNLe2gHvrdbFAd3a5LaybmWQmhJls6Zks5rtHCcgaJpZM4Mp0E5 .
I am also facing a similar problem while training Deepmask. The error is like this "class nn.SpatialSymmetricPadding has been already assigned a parent class". Did you solved the problem?
Hi all,
I installed Lua following [http://torch.ch/docs/getting-started.html#_ ] , and installed all required packages, but the Lua crashed when I tried to train the model.
the error message is:
As I'm a rookie on Torch, I'm really curious about why this would happen.
Thanks a lot!