Skip to content

VAE mu and logvar #510

Open
Open
@kumar-shridhar

Description

@kumar-shridhar

How are mu and logvar calculated when the same activation of fc1 is passed to fc21 and fc22? Shouldn't both be considered as mu1 and mu2 and logvar calculated over it? or just fc1 needs to be used for fc21 and logvar can be calculated over obtained mu.

Activity

msaroufim

msaroufim commented on Mar 10, 2022

@msaroufim
Member

Hi @kumar-shridhar could you share more detail on the script you're working with and the issue you're seeing?

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @msaroufim@kumar-shridhar

        Issue actions

          VAE mu and logvar · Issue #510 · pytorch/examples