Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyTorch-GAN
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 102
    • Issues 102
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 24
    • Merge requests 24
  • 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
  • Erik Linder-Norén
  • PyTorch-GAN
  • Merge requests
  • !166

Changing default b1 & b2 values.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open robertfoerster requested to merge github/fork/foersterrobert/patch-1 into master Jan 27, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

In the paper, the proposed betas of Adam were set to 0.0 & 0.9, so I guess it makes sense to use those as default here as well. I also got more stable results during training using these. But maybe you tweaked the betas on purpose, and the old ones make more sense to you. TY for your implementations btw :).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/foersterrobert/patch-1