Sign change for correction in log_prob function to fix training of kde, nice and realnvp #97
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Version_Checks | |
| on: | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| version-checks: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: actions/setup-python@v4 | |
| - name: Upgrade pip and install linters | |
| run: | | |
| python -m pip install --upgrade pip | |
| python -m pip install packaging | |
| - name: Check version number | |
| run: python ./bin/check_version.py |