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 d5b9cb6 commit 3b2f070Copy full SHA for 3b2f070
connectomics/data/augmentation/test_augmentor.py
@@ -55,7 +55,7 @@ def __init__(self,
55
self.scale_factors = scale_factors
56
self.inference_act = inference_act
57
if num_aug == 0:
58
- num_aug = None:
+ num_aug = None
59
60
if num_aug is not None:
61
assert num_aug in [4, 8, 16], \
0 commit comments