issues
search
amjltc295
/
pytorch-golden-template
PyTorch Golden Template (under development)
13
stars
4
forks
source link
Template config
#28
Closed
amjltc295
closed
5 years ago
amjltc295
commented
5 years ago
Why do we need this PR?
To use config template #3 #7
To fix resume checkpoint loaded twice #27
How is it implemented?
Use dictionaries for configs
Add a config template that has all default config
Specified configs for experiments would be compared with the template config and print out the difference
Resumed checkpoint is loaded first and stored in args to pass to pipeline
PR readiness checklist
[x] Did it pass the Flake8 check?
[x] Did you test this PR?
Why do we need this PR?
How is it implemented?
PR readiness checklist