jiangyi15 / tf-pwa

Partial Wave Analysis using TensorFlow.
MIT License
27 stars 14 forks source link

MutiGPU 2 #126

Closed jiangyi15 closed 1 year ago

jiangyi15 commented 1 year ago

Experimental implement of multi GPU support. Only for fit.

data: multi_gpu: True model: simple

codecov[bot] commented 1 year ago

Codecov Report

Attention: 24 lines in your changes are missing coverage. Please review.

Comparison is base (f2332b2) 77.08% compared to head (f55d653) 77.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #126 +/- ## ========================================== - Coverage 77.08% 77.04% -0.04% ========================================== Files 113 114 +1 Lines 16503 16574 +71 Branches 3103 3110 +7 ========================================== + Hits 12721 12770 +49 - Misses 3074 3097 +23 + Partials 708 707 -1 ``` | [Flag](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | `77.04% <71.08%> (-0.04%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | Coverage Δ | | |---|---|---| | [tf\_pwa/config\_loader/config\_loader.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2NvbmZpZ19sb2FkZXIvY29uZmlnX2xvYWRlci5weQ==) | `70.17% <100.00%> (+0.03%)` | :arrow_up: | | [tf\_pwa/config\_loader/multi\_config.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2NvbmZpZ19sb2FkZXIvbXVsdGlfY29uZmlnLnB5) | `63.51% <100.00%> (ø)` | | | [tf\_pwa/data.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2RhdGEucHk=) | `80.04% <100.00%> (+0.04%)` | :arrow_up: | | [tf\_pwa/model/\_\_init\_\_.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL21vZGVsL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [tf\_pwa/tests/test\_multi\_gpu.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL3Rlc3RzL3Rlc3RfbXVsdGlfZ3B1LnB5) | `100.00% <100.00%> (ø)` | | | [tf\_pwa/variable.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL3ZhcmlhYmxlLnB5) | `62.35% <100.00%> (+0.35%)` | :arrow_up: | | [tf\_pwa/tensorflow\_wrapper.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL3RlbnNvcmZsb3dfd3JhcHBlci5weQ==) | `53.70% <0.00%> (-2.07%)` | :arrow_down: | | [tf\_pwa/model/custom.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/126?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL21vZGVsL2N1c3RvbS5weQ==) | `78.94% <56.86%> (-15.42%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.