Back to list
kigasudayooo

performance-optimization

by kigasudayooo

0🍴 0📅 Dec 17, 2025

SKILL.md


name: performance-optimization description: Optimize training performance for Kaggle competitions. Use PROACTIVELY when training is slow, GPU memory issues occur, or user asks about performance tuning. Keywords: 遅い, 最適化, OOM, CUDA, batch_size, num_workers, 高速化, パフォーマンス

When to Use (PROACTIVE)

This skill should be activated automatically when:

  • User reports slow training
  • CUDA Out of Memory (OOM) errors occur
  • User asks about batch_size or num_workers tuning
  • User mentions: "遅い", "最適化", "OOM", "高速化"
  • Training speed is suboptimal

What This Skill Does

Provides GPU-specific optimization strategies:

  • Batch size and num_workers recommendations by GPU
  • Mixed Precision Training implementation
  • Gradient Accumulation patterns
  • Memory optimization techniques
  • Parallel processing patterns

How to Use

Refer to gpu-tuning-guide.md for:

  • GPU-specific hyperparameter recommendations
  • Mixed precision training code
  • Gradient accumulation implementation
  • Memory profiling techniques
  • Common performance bottlenecks and solutions

Score

Total Score

50/100

Based on repository quality metrics

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
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon