Open
Conversation
Jungtaxi
added a commit
that referenced
this pull request
Feb 6, 2024
feat: Customize training and validation logic
* feat: Add loss - bce_with_logits_loss - dice_bce_loss - dice_loss - iou_loss - focal_loss - tversky_loss - focal_tversky_loss - lovasz_hinge_loss - combo_loss #13 * docs: add bce with logits loss in config #13 * fix: Use foward in class #13 * refactor: Change var name - inputs to outputs - targets to masks #13
* feat: Add smp models - Unet, Linknet, FPN, PSPNet, PAN model #35 * refactor: Move torchvision model to arch folder - add init - move torchvision model #35 * feat: add config file for smp library #35 * refactor: Move loss and metric to trainer - move loss and metric to traniner folder - remove arch folder and move models to model folder #35
- used mmap_ninja library - modifications on train.py, config.json - created make_mmap.py, dataset.py #11
* feat: Add inference - add inference - modify config #41 * remove: Remove MNIST data loader #41 * refactor: Refactor transform code - put transform in init #41 * refactor: Import CLASS2IND from utils - refactor code - remove warnings which doesn't work #41 * refactor: Remove SEED var and use default opt #41
* feat: Add csv visulize * remove: remove validation ensemble
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to
mainsince the assignment started. Your teacher can see this too.Notes for teachers
Use this PR to leave feedback. Here are some tips:
mainsince the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.main. Click a commit to see specific changes.For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @jinjero @Jungtaxi @ChoeHyeonWoo @hyunseo-k @rudeuns @rsl82