Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Possible bug in using Batch normalisation #67

@mrtpk

Description

@mrtpk
  • training parameter is not given while initialising tf.layers.batch_normalization. The training parameter defaults to False. Hence while training the moving mean and moving variance won't be updated.

  • Since this branch's tf api is <tf2, tf.GraphKeys.UPDATE_OPS and train_op have to be executed before training [ref]. I could not find these updations in the training code.

bnorm1 = tf.layers.batch_normalization(conv3)

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