Bigsealion

Results 3 issues of Bigsealion

When I running `mice`, it will using all cores of cpu. Can I special the number of parallel cores? The `n.core` can be used in `parlmice`, but this parameter doesn't...

def _add_block(self, inputs, growth_rate, layers_per_block): for layer in range(layers_per_block): with tf.variable_scope("layer_%d" % layer): return self._add_internal_layer(inputs, growth_rate) This return in the loop might make only one layer in each block. you...

Hi, Now, I have finished the training of a 2d nnUNet (all 1000 epoch), but the program does not stop and the GPU memory is still occupied. (In fact, the...

stale