We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfeda4 commit f033882Copy full SHA for f033882
synapse_net/inference/util.py
@@ -123,7 +123,6 @@ def get_prediction(
123
# If we have channels then the standardization is done independently per channel.
124
if with_channels:
125
input_volume = input_volume.astype(np.float32, copy=False)
126
- channels_to_standardize = None
127
# TODO Check that this is the correct axis.
128
if channels_to_standardize is None: # assume all channels
129
channels_to_standardize = range(input_volume.shape[0])
0 commit comments