You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #365 will be merged, the N2V masking will be applied in the Lightning module. However, this introduces some potentially difficult to maintain code:
Basically, it's because currently relevant method of compose class outputs a list. Which is there to get rid of possible None values which are there because the targets might or might not be present. As per todo, this needs to be refactored during the dataset refactoring.
Description
Once #365 will be merged, the N2V masking will be applied in the Lightning module. However, this introduces some potentially difficult to maintain code:
careamics/src/careamics/lightning/lightning_module.py
Lines 203 to 212 in f13fbe9
We should discuss better alternatives!
The text was updated successfully, but these errors were encountered: