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.
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
[Feature] Add MaskFormer #2789
[Feature] Add MaskFormer #2789
Changes from 23 commits
4790c5d
41fcd07
35ba0d4
d2bf25b
933b367
360f1db
db3a3e2
7a90e9b
0abed97
0e466d4
080bac2
7de03d8
cc31da5
65d36ee
a75a0c3
ea94836
e05f390
6e25d85
24f8aed
4847dc7
a3d151a
d6fad22
8738173
14933b9
72c42c2
3d54334
b86a511
dbc43c0
d7479be
c403cad
f658d73
85c36a3
094d1a2
f16a816
fb9668a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
train.py里面的实现,我再想想。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
关于loss计算,马上会更新一个范式,会放到model里面实现特定的loss计算。所以这部分等那个pr合入后再改下。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个写法肯定是不行的,过于trick。 这个数据处理不可以放到dataset里面吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是对一个batch的数据进行处理,从而不能放入dataset,已经放入到损失当中。