Self torch none
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/self-torch-none
General SOP for common requests related to self, torch, none.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill self-torch-noneAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.4 KB, 253 tokens by cl100k_base, as published. Nobody here has run it
self / torch / none
General SOP for common requests related to self, torch, none.
Prompt
Follow this SOP (replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION>):
- from . import BaseActor
- from lib.utils.misc import NestedTensor
- from lib.utils.box_ops import box_cxcywh_to_xyxy, box_xywh_to_xyxy
- import torch
- from lib.utils.merge import merge_template_search
- from ...utils.heapmap_utils import generate_heatmap
- from ...utils.ce_utils import generate_mask_cond, adjust_keep_rate
- class CEUTrackActor(BaseActor
- Actor for training CEUTrack models
- def init(self, net, objective, loss_weight, settings, cfg=None
For each step, include: action, checks, and failure rollback/fallback plan. Output format: for each step number, provide status/result and what to do next.
Triggers
- Use when the user asks for a process or checklist.
- Use when you want to reuse a previously mentioned method/SOP.
Examples
Example 1
Input:
Break this into best-practice, executable steps.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.