mirror of
https://github.com/ruvnet/RuView
synced 2026-08-05 19:41:44 +00:00
b9e36a8be0
Implements the Training & Models page with tabbed navigation: - Datasets tab: Download/import datasets, preview samples - Models tab: Browse architectures, manage checkpoints, export ONNX - Training tab: Configure training, GPU detection, live progress - RuVector tab: Module config (MinCut, Attention, Temporal, Solver) - Metrics tab: Loss curves, evaluation metrics, per-joint accuracy Features: - GPU detection status display (CUDA/Metal) - Live training progress with Tauri events - RuVector module enable/disable and parameter tuning - Training presets (Low Latency, High Accuracy, Balanced) - Export metrics to CSV/JSON/TensorBoard - Mock data for demonstration when backend not implemented Ref: ADR-057 Co-Authored-By: claude-flow <ruv@ruv.net>