Skip to content

fix cosine_schedule_with_warmup for VALLE training #42

fix cosine_schedule_with_warmup for VALLE training

fix cosine_schedule_with_warmup for VALLE training #42

Workflow file for this run

name: Check Format
on: [push, pull_request]
jobs:
CheckCodeFormat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --color"