Skip to content

Added architecture to concat a LIGO neural network with a VIRGO one #995

Added architecture to concat a LIGO neural network with a VIRGO one

Added architecture to concat a LIGO neural network with a VIRGO one #995

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
- dev
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- uses: pre-commit/[email protected]