Skip to content

patch scale by learning rate #108

patch scale by learning rate

patch scale by learning rate #108

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cancel previous run
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Test
run: |
pip install absl-py graphviz jax jaxlib && pip install . && python3 -m unittest discover -p "*_test.py"