nikhilroxtomar / Semantic-Segmentation-Architecture

A repository contains the code for various semantic segmentation in TensorFlow and PyTorch framework.
Apache License 2.0
152 stars 66 forks source link

Fixed Dilation Rate Error #4

Closed lexical-yoda closed 9 months ago

lexical-yoda commented 9 months ago

There was a small error in the conv_block function, where the dilation_rate defaulted to 1 instead of the rate parameter.