Added Keras based Autoencode (Work-in-Progress!)

* minor fixes

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig
2023-07-03 22:03:53 +02:00
parent 967381a599
commit 92b3c76446
6 changed files with 133 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ on:
jobs:
build:
name: ${{ matrix.arch }} build
name: ${{ matrix.arch }} ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: false

View File

@@ -14,7 +14,7 @@ on:
jobs:
test:
name: ${{ matrix.os }} ${{ matrix.gcrypt }}
name: ${{ matrix.os }} ${{ matrix.compiler }}
runs-on: ${{ matrix.os }}
env:
CMAKE_C_COMPILER: ${{ matrix.compiler }}