← スキル一覧に戻る

monitor
by rHedBull
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: monitor description: View training progress in real-time. Use when checking on running training, viewing live metrics, or opening dashboards.
Live Training Monitor
View training progress in real-time.
Step 1: Identify Logging Backend
File-based, TensorBoard, W&B, or terminal output
Step 2: Launch Monitor
Terminal Dashboard (ASCII)
Live updating with step progress, loss, LR, gradient norm, ASCII chart
TensorBoard
Launch with tensorboard --logdir ./logs --port 6006
Weights & Biases
Get run URL from wandb.init() or list recent runs
Real-time Plot
Matplotlib animation with auto-refresh
Step 3: Set Up Alerts
Detect loss spikes, NaN, gradient explosion, overfitting
Quick Commands
- tail -f training.log
- watch -n 1 nvidia-smi
- tmux combined view
スコア
総合スコア
45/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です