Skip to content

Add implementation of Disentangled VQA #18

Add implementation of Disentangled VQA

Add implementation of Disentangled VQA #18

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- .github/workflows/tests.yml
- hemm/**
- pyproject.toml
jobs:
lint:
name: check code format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable