Skip to content
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

ref: separate argparse #3428

Merged
merged 1 commit into from Sep 9, 2020
Merged

ref: separate argparse #3428

merged 1 commit into from Sep 9, 2020

Conversation

williamFalcon
Copy link
Contributor

No description provided.

@mergify mergify bot requested a review from a team September 9, 2020 17:30
@codecov
Copy link

codecov bot commented Sep 9, 2020

Codecov Report

Merging #3428 into master will increase coverage by 3%.
The diff coverage is 83%.

@@           Coverage Diff           @@
##           master   #3428    +/-   ##
=======================================
+ Coverage      85%     88%    +3%     
=======================================
  Files         100     100            
  Lines        8034    8250   +216     
=======================================
+ Hits         6862    7287   +425     
+ Misses       1172     963   -209     

@williamFalcon williamFalcon merged commit 9696484 into master Sep 9, 2020
@Borda Borda added the refactor label Sep 15, 2020
@Borda Borda added this to the 0.9.x milestone Sep 15, 2020

if arg == 'gpus' or arg == 'tpu_cores':
use_type = _gpus_allowed_type
arg_default = _gpus_arg_default

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@williamFalcon Should this be a function ? Raising issue in hparams serialization with omegaconf, when --gpus is not explicitly provided in the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants