SimJeg / FC-DenseNet

Fully Convolutional DenseNets for semantic segmentation.
489 stars 146 forks source link

No need to declare a var for the output of the network #6

Closed cancan101 closed 7 years ago

cancan101 commented 7 years ago

Right now what you want is stored in self.output_layer (or get_output(self.output_layer))