Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pyod
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Yue Zhao
  • pyod
  • Merge requests
  • !184

Update vae.py

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/DrewNow/variational-auto-encoder into development Apr 24, 2020
  • Overview 2
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: DrewNow

beta-VAE Burges et al 'Understanding disentangling in beta-VAE' https://arxiv.org/pdf/1804.03599.pdf

is integrated within VAE model. Small changes allow for disentanglement of KL loss and bottleneck capacity via adding two parameters (gamma, capacity) into VAE model (used by default, when gamma=1, capacity=0).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/DrewNow/variational-auto-encoder