Diff of /nnunet/configuration.py [000000] .. [4be099]

Switch to unified view

a b/nnunet/configuration.py
1
import os
2
3
default_num_threads = 8 if 'nnUNet_def_n_proc' not in os.environ else int(os.environ['nnUNet_def_n_proc'])
4
RESAMPLING_SEPARATE_Z_ANISO_THRESHOLD = 3  # determines what threshold to use for resampling the low resolution axis
5
# separately (with NN)