Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(ml): modify ddpm to predict image x0 instead of noise #2545

feat(ml): modify ddpm to predict image x0 instead of noise

feat(ml): modify ddpm to predict image x0 instead of noise #2545

name: black
on: pull_request
jobs:
black:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
pip install black==24.2.0
- run: |
black --check --verbose .