Robert Munafo
Robert Munafo
I see you're not using cutorch/cunn. When it was working, were you using OpenGL (cltorch/clnn) or CPU (torch/nn generic)? torch/nn generic seems to define ClassNLLCriterion_updateOutput here: https://github.com/torch/nn/blob/master/generic/ClassNLLCriterion.c and cunn defines...
Does it still work with -gpuid -1 **now**? (That's the quick test I was asking you to perform.) If yes, that implies you're trying to use OpenCL, but can't. Then...
Oh, I see now: I thought it was just a bunch of error messages. Yes, "th train.lua -gpuid -1" is right there. Sorry! :neutral_face: Okay, that means it's an issue...
Thanks for the extensive reply -- but it is not answering my question... but I think perhaps the approach you're suggesting wouldn't work. Since I don't have graphics ability (I...
Regarding the "/dev/sda or /dev/sda2" example, it occurs to me that the intended use of the feature would be to discover why a rotating hard disk is being used (as...
Is there a way to tell the kernel API to watch for activity in a certain directory? If so, then the way to implement this would be simple, just ask...