-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 On the road to 0.3.0: Adding shift evaluation & more #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 63 commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
b61dcd1
:bug: Always use TUTrainer
o-laurent f91c3d9
:computer: Sync all epoch level metric logs
o-laurent 5888b75
:shirt: AURC & AUGRC in %
o-laurent 034bb41
:bug: Add correct classes of CamVid
alafage 031c041
:shirt: Improve datamodules
o-laurent 47eaac3
:bug: Fix Camvid img size
o-laurent 372a702
:sparkles: Add CamVid class grouping & deeplab config
o-laurent ab61752
:shirt: Finish standardizing WideResNet defaults
o-laurent b07a954
:sparkles: Add Focal Loss
o-laurent 34b79d6
:racehorse: Avoid computing some metrics twice
o-laurent 12db3a3
:sparkles: Show RMSE at the end of the validation in regression
o-laurent 6f4b9dd
:shirt: Start transforms by ToTensor
o-laurent b9ab4ea
:shirt: Cutout full torch implementation
o-laurent 3469031
:white_check_mark: Update tests
o-laurent 4c2b858
:zap: Update dependencies
o-laurent a96eba9
:heavy_minus_sign: Make glest optional
o-laurent 00ca077
:heavy_minus_sign: Make scipy and cv2 optional
o-laurent 3bf8069
:bug: Small img transforms fixes
o-laurent 58ec315
:sparkles: Add shift transforms
o-laurent d25fef0
:heavy_plus_sign: Add Wand as optionnal dependency
o-laurent 75ff336
:bug: Fix RNGs
o-laurent c1c0272
:hammer: Add other implementations for PackedLinear
alafage 95c1a54
:sparkles: Start adding --eval-shift
o-laurent 74b72c2
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
o-laurent 327e092
:fire: Update TinyImagenet exp
o-laurent 539cf60
:shirt: Small tutorial change
o-laurent 2110367
:bug: Make parsers inherit methods
o-laurent 9df886a
:shirtt: Rename severity to shift severity
o-laurent 585a0b1
:construction: Add that eval shift is implemented in classification only
o-laurent bbd9081
:shirt: Print shift severity
o-laurent 38c9d87
:fire: Remove useless corruption tests
o-laurent 4c592b6
:white_check_mark: Fix test
o-laurent 5a05d4b
:books: Fix bad link to tutorials in Quickstart page.
alafage 51f9cd8
:shirt: Display mAcc in percentage
alafage 8301d7f
:hammer: Add color_palette property to segmentation datasets
alafage daec73d
:sparkles: Plot segmentation results in logger
alafage ca6eafe
:wrench: Update config file for segformer on CamVid
alafage 7e7933a
:bug: Fix DummySegmentationDataModule
alafage 3435604
:shirt: Add TU trainer, CLI & datamodule to root init
o-laurent 8ce51dc
:fire: Simplify imports
o-laurent 7a69549
:shirt: Fix doc warning
o-laurent 6d4400f
:bug: Fix most corruption transforms
o-laurent 43bab57
::white_check_mark Fix the remaining use of List
o-laurent 22de687
:sparkles: Add first version of the corrupted ds. wrapper
o-laurent 099d7d9
:bug: Fix Elastic transform
o-laurent c96aa44
:heavy_plus_sign: Add seaborn as dependency
alafage a9bfa52
:hammer: Improve calibration error plot function
alafage 0c8519f
:arrow_up: Upgrade glest
alafage 3ebc3e2
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
o-laurent 063ba49
:bug: Fix tests for the calibration error plot method
alafage 1181ab3
:heavy_check_mark: Add corruption tests
o-laurent 7a7ddcf
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
o-laurent 972a01a
:bug: Fix & add Zoomblur
o-laurent 8e5f2e8
:heavy_check_mark: Add focal loss tests
o-laurent db17969
:heavy_check_mark: Add eval shift tests
o-laurent c22c258
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
o-laurent ce93a5c
:heavy_check_mark: Improve datamodule coverage
o-laurent 42d2c90
:bug: Fix PackedLinear implementation feature
alafage 0026c80
:heavy_check_mark: Test `bias=False` in PackedLinear
alafage 81f3fb7
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
alafage 48df99f
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
o-laurent 4ed1c29
:bug: Use fake ds for MNIST OOD
o-laurent dfc7a0f
:heavy_check_mark: Test `basic_augment=False` in relevant datamodules
alafage d42efbc
:heavy_check_mark: Test `group_classes=False` in CamVid
alafage b9d7e52
:ok_hand: Take comments into account
o-laurent 56a03ca
:heavy_check_mark: Test implementation failure cases in PackedLinear
alafage 37dba26
Merge branch 'dev' of github.com:ENSTA-U2IS-AI/torch-uncertainty into…
o-laurent f0d84a4
:zap: Update cache action to v4
o-laurent 405043e
:wrench: Try a fix for the docs
o-laurent 4697d3f
:bug: Make wand really optional
o-laurent cd041ff
:zap: Update version for release
o-laurent 1379b26
:bug: Make scipy really optional
o-laurent f38d7be
:wrench: Add supported python version flags
o-laurent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.