Skip to content

add learning rate lower bounds for decaying functions #58

add learning rate lower bounds for decaying functions

add learning rate lower bounds for decaying functions #58

Workflow file for this run

name: Lint
on: pull_request
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: "."
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1