Skip to content

Commit 1d6fedf

Browse files
authored
Update README.md
1 parent ce1e485 commit 1d6fedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ colorized_preds = Image.fromarray(colorized_preds[0]) # to PIL Image
3434

3535
### 4. Atrous Separable Convolution
3636

37-
**Note**: pre-trained models in this repo **do not** use Seperable Conv.
37+
**Note**: All pre-trained models in this repo were trained without atrous separable convolution.
3838

3939
Atrous Separable Convolution is supported in this repo. We provide a simple tool ``network.convert_to_separable_conv`` to convert ``nn.Conv2d`` to ``AtrousSeparableConvolution``. **Please run main.py with '--separable_conv' if it is required**. See 'main.py' and 'network/_deeplab.py' for more details.
4040

0 commit comments

Comments
 (0)