Skip to content

feat: model_training: introduce batches and epochs #53

feat: model_training: introduce batches and epochs

feat: model_training: introduce batches and epochs #53

Workflow file for this run

name: Running Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Unit Tests
run: make unit-tests