Feature/retrain cnns - #30
Conversation
|
Important Review skippedToo many files! This PR contains 151 files, which is 51 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (151)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces support for ResNet50 and VGG16 models trained on 224x224 image patches. It includes the necessary configuration files for training, testing, and inference, as well as updated evaluation logic to accommodate these new models. The changes ensure that the pipeline can effectively handle and evaluate the performance of these models across various aggregation methods. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive set of Hydra configuration files for training, testing, predicting, and evaluating 224x224 resolution ResNet50 and VGG16 models (both standard and stain-normalized variants). It also updates the non-inferiority evaluation notebook to incorporate these new models. The review feedback highlights configuration mismatches in the pred_column parameter for top-k aggregations in both the standard and stain-normalized ResNet50 224x224 configurations, which conflict with the evaluation configurations and the notebook.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This PR adds TL trained CNNs operating on 224x224 patches.