HasnainRaz / FC-DenseNet-TensorFlow

Fully Convolutional DenseNet (A.K.A 100 layer tiramisu) for semantic segmentation of images implemented in TensorFlow.
MIT License
123 stars 41 forks source link

Why set 'training' True in phase of infer #20

Closed lipanpeng closed 4 years ago

lipanpeng commented 4 years ago

I wonder why set 'training' True in function infer in the model.py

lipanpeng commented 4 years ago

I get answer from https://github.com/HasnainRaz/FC-DenseNet-TensorFlow/issues/9#issuecomment-430206881