Closed clarkbab closed 2 months ago
An update on this one... it seems the model was actually training, but the output wasn't logging to STDOUT. In particular the line self.print_to_log_file('unpacking done...')
wasn't printing which confused me. Was able to flush with sys.stdout.flush()
.
Hi there,
I'm running nnUNet for the first time with a CT dataset and the new ResEnc preset overridden for 80GB training on A100. Here's the generated configuration:
It has been sitting on the
unpacking dataset...
step for about 24 hours which I find surprising.Any ideas what is happening here? Also, what does the unpacking step achieve, is this loading the dataset into RAM?
Thanks, Brett