This line ```python x_train = np.array(train_img,np.float32)/255 ``` is giving **MemoryError** Is it because am running it on my laptop with **i3 processor** and **4GB RAM**?
This line
is giving MemoryError
Is it because am running it on my laptop with i3 processor and 4GB RAM?