Skip to content

fix: train batches and epochs logic #57

fix: train batches and epochs logic

fix: train batches and epochs logic #57

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