neuronflow
neuronflow
This sounds potentially related: https://github.com/Project-MONAI/MONAI/issues/1589
``` That's an interesting issue and seems hard to analyze. Is there a way to print the memory / CPU / GPU utilization curve in parallel? Then maybe we can...
Thank you. Unfortunately, there is quite some traffic on the server now, so recording accurate timings is not possible. I will wait for a moment with no traffic and try...
Thanks for your interest in blob loss. Yes, that is correct. In the paper, we use a connected component analysis to create these "multi" labels from binary label maps. There...
I am currently focused on my PhD thesis. Once this is out of the way, I hopefully find time to do so.
PS: ideally you can separate between timings: - medperf housekeeping - loading model weights - actual inference - computing metrics Probably I missed some relevant points.
Ah, I believe the problem is solved by rtfm :) https://pymia.readthedocs.io/en/latest/examples.evaluation.basic.html I was using code I wrote with Fabian back then where we would append the arrays to these huge...
Any suggestions? I wonder if it makes sense to parallelize the metric computation.
I second this, wanted to request the same 👍
Dear @aymuos15, as promised, I am sharing a script with you to do a multi-class BraTS evaluation, it also illustrates usage of the aggregator. This script computes instance-wise and global...