Skip to content

Why is 'activation=False' in decoder?  #7

Description

@notabigfish

Hi, I'm studying on SegNet and your codes are excellent for understanding the whole structure of SegNet. While reading your codes, I felt a little confused about the 35th line in inference.py. Could you please tell me, why did you set activation=False in conv_decode4 = conv_layer_with_bn(initializer, unpool_4, [7, 7, 64, 64], is_training, False, name="conv_decode4") and other conv_layer_with_bn in decoder part ? Thank you very much!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions