Skip to content

[Model] Add CAT (Compress and Attend Transformer) #1657

[Model] Add CAT (Compress and Attend Transformer)

[Model] Add CAT (Compress and Attend Transformer) #1657

Workflow file for this run

name: check-header
on:
push:
branches: ['*']
pull_request:
branches: ['*']
jobs:
check-header:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v7.0.0
- name: Setup Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.12'
- name: Check copyright headers
run: python scripts/check_header.py --check