Skip to content

I-JEPAの潜在空間をpatch軸に対してmeanする実装を追加 #506

I-JEPAの潜在空間をpatch軸に対してmeanする実装を追加

I-JEPAの潜在空間をpatch軸に対してmeanする実装を追加 #506

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10.12"
- uses: pre-commit/[email protected]