Skip to content

add helper function to set BN layers to eval mode #93

add helper function to set BN layers to eval mode

add helper function to set BN layers to eval mode #93

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ruff-install
run: pip install ruff
- name: ruff
env:
RUFF_OUTPUT_FORMAT: github
run: |
ruff format --check
ruff check