·model-equivariance-auditor
</>

model-equivariance-auditor

lyndonkl/claude

当您实现了等变模型并需要验证它是否正确遵循预期的对称性时使用。当用户提到测试模型等变性、调试对称性错误、验证实现正确性、检查模型是否实际上等变或诊断等变模型不起作用的原因时调用。提供验证测试和调试指导。

11安装·0热度·@lyndonkl

安装

$npx skills add https://github.com/lyndonkl/claude --skill model-equivariance-auditor

SKILL.md

This skill helps you verify that your implemented model correctly respects its intended symmetries. Even with equivariant libraries, implementation bugs can break equivariance. This skill provides systematic verification tests and debugging strategies.

Why audit? A model that claims equivariance but isn't will train poorly and give inconsistent predictions. Catching these bugs early saves debugging time.

Collect: the implemented model, the intended symmetry group, whether each output should be invariant or equivariant, the transformation functions for input and output spaces. Review the architecture specification from design phase. Clarify ambiguities with user before testing.

当您实现了等变模型并需要验证它是否正确遵循预期的对称性时使用。当用户提到测试模型等变性、调试对称性错误、验证实现正确性、检查模型是否实际上等变或诊断等变模型不起作用的原因时调用。提供验证测试和调试指导。 来源:lyndonkl/claude。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/lyndonkl/claude --skill model-equivariance-auditor
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 model-equivariance-auditor?

当您实现了等变模型并需要验证它是否正确遵循预期的对称性时使用。当用户提到测试模型等变性、调试对称性错误、验证实现正确性、检查模型是否实际上等变或诊断等变模型不起作用的原因时调用。提供验证测试和调试指导。 来源:lyndonkl/claude。

如何安装 model-equivariance-auditor?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/lyndonkl/claude --skill model-equivariance-auditor 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/lyndonkl/claude