Skip to content

Added ctis.inverters.NeuralNetworkInverter class, which trains a CNN to solve the inversion problem. #10

Added ctis.inverters.NeuralNetworkInverter class, which trains a CNN to solve the inversion problem.

Added ctis.inverters.NeuralNetworkInverter class, which trains a CNN to solve the inversion problem. #10

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./ctis"