Closed YicunDuanUMich closed 3 months ago
I add a function sample_for_metrics
to Encoder
because it's useful for notebook.
I refactor the DC2DataModule
and change some methods to instance method. This is because I found that we can run multiprocessing by passing the self
as an argument. (In old DC2, this is impossible since one attribute in self
has thread lock).
I'm sorry for frequently changing the interface of DC2. I'll post a message in slack and help those who use DC2 to modify their code.
Attention: Patch coverage is 95.65217%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 91.35%. Comparing base (
bbc2b95
) to head (8e610b2
).
Files | Patch % | Lines |
---|---|---|
bliss/surveys/dc2.py | 95.65% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I've addressed the comments, and it's ready for merge.
MultiDetectEncoder
DC2DataModule