Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes in ddpm.py and main.py #851

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on May 16, 2024

  1. Update ddpm.py

    first move `self.logvar` to `self.device`, and then index on line 1030
    silky1708 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    e89165b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from silky1708/ddpm

    Minor fix in ddpm.py
    silky1708 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    db0fb7f View commit details
    Browse the repository at this point in the history
  3. Fix TypeError in main.py

    remove extraneous argument outputs (L403, main.py)
    silky1708 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    3cb1065 View commit details
    Browse the repository at this point in the history