Hello,
why this expression generate a memory error inside a script.py, but if I run it apart, it run correctly? I mean
python script.py #generates memory error
L = np.zeros((373,559,3,256), dtype=int) # it works fine
thanks, Jaime
1 | initial version |
Hello,
why this expression generate a memory error inside a script.py, but if I run it apart, it run correctly? I mean
python script.py #generates memory error
L = np.zeros((373,559,3,256), dtype=int) # it works fine
thanks, Jaime
2 | retagged |
Hello,
why this expression generate a memory error inside a script.py, but if I run it apart, it run correctly? I mean
python script.py #generates memory error
L = np.zeros((373,559,3,256), dtype=int) # it works fine
thanks, Jaime