You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good/OK/Fair Practice (Design/Commenting, TF/Torch Usage)
No design and implementation.
-2
Spacing and comments.
No Header blocks.
-1
Recognition Problem
OK solution to problem. Shown dice score in graph not consistant with reported score. Train loss > Validation loss looks incorrect. DL refer to files that’s not inlcude (ex:train_list.txt)
-3
Driver Script present.
File structure present.
Good Usage & Demo & Visualisation & Data usage.
Module present.
Commenting missing. No doc strings.
-1
No Data leakage found.
Difficulty : Normal. UNet3D (Normal Difficulty)
-5
Commit Log
Some/Adequate Meaningful commit messages.
-1
Good Progressive commits.
-2
Documentation
Readme :Acceptable. Some markup errors.
-2
Model/technical explanation :Acceptable. Model details minimal.
-1
Description and Comments :Acceptable. Usage instructions basic/has gaps.
-1
Markdown used and PDF submitted. PDF submitted.
Pull Request
Pull Request has problems: Late submission.
-2
No Feedback required.
Request Description is missing. Empty
-2
TOTAL
-23
Marked as per the due date and changes after which aren't necessarily allowed to contribute to grade for fairness. Subject to approval from Shakes
This is an initial inspection, no action is required at this point
Recognition problem:
Problem solving:
• Provided average Dice score of above 0.7 but with training and validation loss > 0.6 after final epoch.
• Dice score for individual label not provided for evaluation.
• No example output provided.
Algorithm implementation:
• Algorithm implemented in PyTorch for the UNet3D model and functions.
Design:
• Loss function defined but not used for testing (predict.py)
Commenting:
• Some comments throughout the code but missing comments for model
Difficulty: 3D UNet – Normal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.