Blind2Unblind
Blind2Unblind copied to clipboard
I have some questions.
I'm trying to use it according to my environment. I have a few questions in the process.
- Can i replace Upsample layer instead of up function in class Up of arch_unet.py
- I use all the memory of gpu during the validation phase during training. Is this normal?
- When I test, can I expect normal performance even if I use it without adding noise?
- Does the score calculation process take up most of the time during validation?
- Why do you do repeated tasks in validation? Can you explain it? -> It's mean 'valid_repeat_times'
I am looking forward to your reply.