Skip to content

The residual part in the decoder was perhaps implemented wrong? #17

@eduOS

Description

@eduOS

This is that in the official implementaion:

        # residual
        x = (x + residual) * math.sqrt(0.5)

And the following is that in this project:

# add res connections

next_layer += (next_layer + res_inputs) * tf.sqrt(0.5)

Am I right?

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