plant-disease-detection icon indicating copy to clipboard operation
plant-disease-detection copied to clipboard

Memory Error

Open KernelTimes opened this issue 3 years ago • 0 comments

MemoryError Traceback (most recent call last) in 1 filename = 'plant_disease_classification_model.pkl' 2 pickle.fast = True ----> 3 model = pickle.load(open(filename, 'rb'))

MemoryError:

I am running it in Raspberry Pi 3B+. I am getting memory error. Please help.

KernelTimes avatar Dec 21 '21 16:12 KernelTimes