tensorflow-fcn icon indicating copy to clipboard operation
tensorflow-fcn copied to clipboard

A problem with fcn8_vgg.py

Open jionie opened this issue 7 years ago • 0 comments

line 112 self.pool5 = self._max_pool(self.conv4_3, 'pool4', debug) should be self._max_pool(self.conv5_3, 'pool5', debug)

jionie avatar Dec 14 '17 18:12 jionie