EMRY-032: High-level Run API #23

Closed
opened 2026-06-24 00:21:10 +00:00 by vxfemboy · 0 comments
vxfemboy commented 2026-06-24 00:21:10 +00:00 (Migrated from github.com)

emry.run() context manager

  • run.emit(**kwargs)
  • run.epochs(n), run.steps(n), run.track(iterable)
  • run.phase = Phase.TRAIN
  • run.finish() on exit

Acceptance

  • pytest with fake backend (no Rust required in unit tests)

Depends on: EMRY-030, EMRY-031
Estimate: 8h

## emry.run() context manager - `run.emit(**kwargs)` - `run.epochs(n)`, `run.steps(n)`, `run.track(iterable)` - `run.phase = Phase.TRAIN` - `run.finish()` on exit ### Acceptance - [ ] pytest with fake backend (no Rust required in unit tests) **Depends on:** EMRY-030, EMRY-031 **Estimate:** 8h
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
femboy/emry#23
No description provided.