Forums

Error running pytorch

Hello, I'm getting this error when running pytorch on my environment. I might be wrong but it seems that due to limited privileges, pytorch is unable to detect the cpu and then run its algorithm using that information. Here is the error I get:

Error in cpuinfo: failed to parse the list of possible procesors in /sys/devices/system/cpu/possible Error in cpuinfo: failed to parse the list of present procesors in /sys/devices/system/cpu/present

Is it possible to run my python program with higher privileges?

Thanks. Regards.

Unfortunately if pytorch needs access to the /sys/devices, it won't work on PythonAnywhere. Is there any way to bypass that check and tell it explicitly what processor it's using? The file it's looking for, if it were available, would contain just one line:

0-14