This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
PR to fix #342 #347
Merged
Merged
PR to fix #342 #347
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fab234c
intermediate work for normalization
fazamani bf9e4f0
Merge branch 'staging' into image-normalization
fazamani cd575ff
1) normalize function runs based on global MIN and MAX 2) has a error…
fazamani 6b1ebdf
global normalization added to test.py
fazamani c67a322
Merge branch 'staging' into image-normalization
fazamani 684e225
increasing the threshold on timeout
fazamani f699e99
trigger
fazamani 0a050b1
revert
fazamani 18d66cb
idk what happened
fazamani a9b0aa9
Merge branch 'staging' into image-normalization
fazamani 627afe8
increase timeout
fazamani b015317
picking up global min and max
fazamani 39a861a
passing config to TrainPatchLoader to facilitate access to global min…
fazamani ea9f319
removed print statement
fazamani 7818b73
changed section loaders
fazamani 18f4e02
updated test for min and max from config too
fazamani 380f217
adde MIN and MAX to config
fazamani 4f3b503
notebook modified for loaders
fazamani ff797b7
another dataloader in notebook
fazamani c92ce78
readme update
fazamani 6140e23
changed the default values for min max, updated the docstring for loa…
fazamani ab184d8
debug
fazamani 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
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
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.
Is it possible to use the max and min values here from the config file?
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.
do you mean now, or in the next attempt to address the "global MIN and MAX" next sprint? Currently we don't have MIN and MAX defined in the cofing, I reverted those changes!
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.
okay that makes sense.. sorry if I misunderstood.