Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
57 stars 129 forks source link

Create evaluate.py #303

Closed AKSHITHA-CHILUKA closed 3 weeks ago

AKSHITHA-CHILUKA commented 3 weeks ago

This script evaluates the trained CNN model on the validation dataset and prints out the evaluation metrics, such as loss and accuracy. The evaluate_model function loads the preprocessed validation data, loads the trained model weights, and then evaluates the model on the validation data.

You can save this script as evaluate.py in the src directory of your project.

github-actions[bot] commented 3 weeks ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

AKSHITHA-CHILUKA commented 3 weeks ago

leader board is not getting updated sir once please check

AKSHITHA-CHILUKA commented 3 weeks ago

Create evaluate.py #303 Create train.py #295 Create plant-disease-detection #278 Update README.md #279 Create data_preprocessing.py #280 Plant Disease Detection using CNN #134 these are my PR links which are merged