Skip to main content

jackframework

星标17
分支3
更新时间2026年7月21日 03:07

How to build on, launch, and debug JackFramework (JF) — a PyTorch training framework that owns the training loop, DDP launcher, checkpoint I/O and progress bar while you supply a model-interface class, a dataloader class and a launcher. Use this whenever a task touches JF hooks (inference / loss / accuracy / post_process / get_train_dataset / save_result), launching `python Source/main.py --mode train|test`, JF CLI flags (--modelDir --modelName --dataset --dist --gpu --imgNum --dataloaderType), checkpoints and checkpoint.list, warm-starting from a prior .pth, or any JF run that failed. Trigger it even when JF is never named — e.g. "training silently skips my loss function", "dies with an empty ProcessRaisedException", "the progress bar never reaches 100%", "checkpoint list file not found", "the eval finished but there's no output csv", "how do I resume from epoch 4". Most JF failures are silent, or put the traceback nowhere near the real cause, so consult this before guessing at a fix.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
2 个文件
SKILL.md
readonly