-
Notifications
You must be signed in to change notification settings - Fork 32k
[SegFormer] TensorFlow port #17910
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
Merged
[SegFormer] TensorFlow port #17910
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b591887
add: segformer utils and img. classification.
sayakpaul a6f8781
add: segmentation layer.
sayakpaul 4ebb62a
feat: working implementation of segformer.
sayakpaul 15c7271
Merge branch 'main' into tf-segformer
sayakpaul b994e35
chore: remove unused variable.
sayakpaul d472c38
add test, remaining modifications.
sayakpaul 22db5d0
remove: unnecessary files.
sayakpaul 90629ab
add: rest of the files.
sayakpaul 59e365c
Merge branch 'main' into tf-segformer
sayakpaul 8d913e6
chore: remove ModuleList comment.
sayakpaul 3152f05
chore: apply make style.
sayakpaul 129db92
chore: apply make fixup-copies.
sayakpaul 93fafd4
add to check_repo.py
sayakpaul eb33e0f
add decode head to IGNORE_NON_TESTED
sayakpaul 48f836f
chore: run make style.
sayakpaul 828960d
chore: PR comments.
sayakpaul 942bec1
chore: minor changes to model doc.
sayakpaul c5bf93b
tests: reduction across samples.
sayakpaul a641451
add a note on the space.
sayakpaul 6f59aa0
Merge branch 'main' into tf-segformer
sayakpaul 4770b5d
Merge branch 'main' into tf-segformer
sayakpaul a9f7ec8
sort importats.
sayakpaul d414f24
fix: reduction in loss computation.
sayakpaul 4d7f5a1
chore: align loss function with that of NER.
sayakpaul ac49cef
chore: correct utils/documentation_tests.txt
sayakpaul ba93bb4
chore: simplify the interpolation of logits in loss computation.
sayakpaul 6c97e8d
chore: return transposed logits when return_dict=False.
sayakpaul 754b145
Merge branch 'main' into tf-segformer
sayakpaul 4c85484
chore: add link to the tf fine-tuning repo.
sayakpaul 4afb097
address pr comments.
sayakpaul 05edc7b
Merge branch 'main' into tf-segformer
sayakpaul 59c530e
Merge branch 'main' into tf-segformer
sayakpaul 8dd8b46
address niels's comments.
sayakpaul 52affaa
remove from_pt=True since tf weights are in.
sayakpaul 4a41bdc
remove comment from pt model.
sayakpaul 9c1584c
address niels's comments.
sayakpaul ebaec84
Merge branch 'main' into tf-segformer
sayakpaul 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
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.