-
Notifications
You must be signed in to change notification settings - Fork 68
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
Made inference modality agnostic in re-ranking and other parts of the repo #542
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7b8e86c
reworking datasets
AlekseySh cf3f1db
removed ListDataset
AlekseySh d2e8215
upd
AlekseySh ad3fe93
minor
AlekseySh 6919668
fix
AlekseySh e75f991
upd
AlekseySh 4d381ed
update_naming
AlekseySh 08d7048
simplified postprocessing and inference
AlekseySh 05b8144
upd
AlekseySh 5ebd696
upd
AlekseySh 33f11ae
upd
AlekseySh db2d7e4
upd
AlekseySh 997c88b
merge
AlekseySh bb21628
minor
AlekseySh 548de97
upd
AlekseySh 6212be9
addressed comments and introduced IIndexedDataset
AlekseySh 2736922
updated examples
AlekseySh aedec8b
update
AlekseySh 5e38ea0
upd
AlekseySh daf0c47
upd
AlekseySh 19a6ed2
upd
AlekseySh 06864e2
put_back_test
AlekseySh b54b6a1
fixes: type of dataset root, model link in validation
AlekseySh b9d02a6
optimizer postprocessing; solved issue with half precision; removed c…
AlekseySh f2be9b2
minor: hotfix none postproc + raise error if no images in predict
AlekseySh 3df8de4
merge and update test
AlekseySh b4c8b67
merge
AlekseySh 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 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 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
2 changes: 1 addition & 1 deletion
2
tests/test_runs/test_pipelines/configs/train_postprocessor.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
postfix: "postprocessing" | ||
|
||
seed: 42 | ||
precision: 16 | ||
precision: 32 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i checked that there is no precision 16 for cpu, so, that value was confusing |
||
accelerator: cpu | ||
devices: 2 | ||
find_unused_parameters: False | ||
|
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.
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.
error apeared in half precision, so i added
type_as