plant-disease-detection
plant-disease-detection copied to clipboard
A plant disease detector (classifier) based on the PlantVillage dataset.
I have tried running the code provided, with the same parameters, which resulted in a lesser accuracy of around 78 percent(N_Images=100). What exactly were the hyperparameters you considered while experimenting...
I do same process but i see too low val_acc and val_loss Why? Thanks
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+....