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

breaking: remove default values for training reuse arguments #1330

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 12, 2023

It's not a good practice to have a default value to override the training parameters, as users may not be aware of these arguments.

njzjz and others added 2 commits September 9, 2023 16:13
It's not a good practice to have a default value to override the training parameters, as users may not be aware of these arguments.

Signed-off-by: Jinzhe Zeng <[email protected]>
@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (32ce9bf) 48.54% compared to head (aa5b26b) 48.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #1330   +/-   ##
=======================================
  Coverage   48.54%   48.54%           
=======================================
  Files          82       82           
  Lines       14658    14659    +1     
=======================================
+ Hits         7115     7116    +1     
  Misses       7543     7543           
Files Changed Coverage Δ
dpgen/generator/arginfo.py 100.00% <ø> (ø)
dpgen/generator/run.py 67.42% <100.00%> (+0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit ff402bb into deepmodeling:devel Sep 12, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants