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

feature(lxy): add procedure cloning model #573

Merged
merged 15 commits into from
Feb 8, 2023

Conversation

karroyan
Copy link
Collaborator

@karroyan karroyan commented Feb 2, 2023

Description

Related Issue

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Merging #573 (d1df66c) into main (9d183d9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   83.63%   83.64%           
=======================================
  Files         562      564    +2     
  Lines       46020    46028    +8     
=======================================
+ Hits        38490    38498    +8     
  Misses       7530     7530           
Flag Coverage Δ
unittests 83.64% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ding/model/template/__init__.py 100.00% <100.00%> (ø)
ding/model/template/procedure_cloning.py 100.00% <100.00%> (ø)
...ing/model/template/tests/test_procedure_cloning.py 100.00% <100.00%> (ø)
ding/framework/tests/test_parallel.py 92.45% <0.00%> (-3.78%) ⬇️
ding/worker/collector/marine_parallel_collector.py 89.81% <0.00%> (-1.43%) ⬇️
ding/worker/learner/comm/flask_fs_learner.py 90.56% <0.00%> (-1.31%) ⬇️
ding/interaction/base/network.py 96.34% <0.00%> (-1.25%) ⬇️
ding/utils/data/dataloader.py 46.11% <0.00%> (-1.04%) ⬇️
ding/interaction/slave/slave.py 85.08% <0.00%> (-0.51%) ⬇️
ding/interaction/master/master.py 90.16% <0.00%> (-0.45%) ⬇️
... and 55 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@karroyan karroyan added the algo Add new algorithm or improve old one label Feb 2, 2023
@PaParaZz1 PaParaZz1 merged commit f2e5f81 into opendilab:main Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algo Add new algorithm or improve old one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants