Fix CSVLogger hyperparameter is logged at every write which increase … #31221
This file contains 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: Check Schema | |
on: | |
push: | |
branches: [master, "release/*"] | |
pull_request: | |
branches: [master, "release/*"] | |
jobs: | |
check: | |
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.12.0 | |
with: | |
# skip azure due to the wrong schema file by MSFT | |
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 | |
azure-dir: "" |