-
Notifications
You must be signed in to change notification settings - Fork 48
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
DNN model training pipeline #6
Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
5653112
nn architecture
dmitryduev 23b3e59
util to work with dataset
dmitryduev 2032bc8
util to work with dataset
dmitryduev 87c7ec3
refactor taxonomy description and parsing
dmitryduev 3c9f773
training pipeline
dmitryduev bc74784
training pipeline
dmitryduev 0957b0b
training pipeline
dmitryduev 7bec033
training pipeline
dmitryduev 7701ace
training pipeline
dmitryduev ca51f49
training pipeline
dmitryduev 8fd77ab
debugging training pipeline
dmitryduev cb7b5aa
debugging training pipeline
dmitryduev e2fa1eb
merge upstream/main
dmitryduev 21b24f6
training works
dmitryduev 9582b24
clean up commented code
dmitryduev b35789b
specify gsutil version in requirements
dmitryduev 55c73c2
improve wording in taxonomy specs
dmitryduev 40eb7f5
test training pipeline
dmitryduev 9193ede
add reference to scope-i paper
dmitryduev ce7fae9
document training pipeline usage
dmitryduev c8fc864
parse boolean args
dmitryduev 7b9bc48
d12 features
dmitryduev da3001b
different feature scaling options
dmitryduev 48e382d
resolve conflict in config.defaults
dmitryduev 688baeb
resolve conflict in config.defaults
dmitryduev e96d696
replace literal_eval with json.loads
dmitryduev edbadc6
fix t_0 for phase-folded lc plots
dmitryduev acf2ee8
Merge branch 'main' of github.com:ZwickyTransientFacility/scope into …
dmitryduev b67bf55
fix merge conflicts with master
dmitryduev 1acf5e7
fix merge conflicts with master
dmitryduev 7fabb76
lr -> learning rate
dmitryduev 37f6e2a
parametrize GCS paths
dmitryduev cbca1ce
parametrize GCS paths
dmitryduev 8a2f946
bugfix in feature standartization + d15 features and stats
dmitryduev 0c6d661
document training parameters
dmitryduev c6e5fa0
document training parameters
dmitryduev f57c377
fix feature scaling/bookkeeping issues
dmitryduev d3830cb
use keras' functinal api for now
dmitryduev 300e10c
fix test
dmitryduev f06909d
fix test
dmitryduev d0d2a54
fix doc building
dmitryduev 0bf5dee
fix doc building
dmitryduev 27ce517
fix doc building
dmitryduev 66647b1
fix doc building
dmitryduev e8cc5ae
fix typo in test.yml
dmitryduev 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
training pipeline
- Loading branch information
commit 0957b0bf59b73bf6054e25de1240cf5c43bd3098
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
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.
Are we using errors on BP/RP in any way? The question that was asked of Laurent in the first ZTF-Gaia talk was important: will they be presenting average colors with error-bars in DR3. He didn't know.
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.
This part of code wasn't touched in this PR, except for linting, so I think this should be moved into issues.
(I think we don't use it in this context).