Skip to content

adding mnist sliced examples #15

adding mnist sliced examples

adding mnist sliced examples #15

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
verbose: true # optional (default = false)