Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问clear审计通过

deep-learning-pythondeep learning Python 测试

Agent Skill

用于辅助 Python 项目开发、测试、依赖管理和常见框架工作流。它适合让 Agent 阅读 Python 代码、定位测试问题、整理运行命令、生成脚本或分析数据处理逻辑。使用时需要确认项目虚拟环境、依赖版本和测试入口;涉及执行脚本、读写文件、访问数据库或调用外部 API 时,应先明确运行目录和输入输出范围,避免误改生产数据。

总安装

7,688

周安装

308

GitHub Stars

87

下载量

2,489
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:deep-learning-python(deep learning Python 测试)
来源仓库:https://github.com/mindrally/skills
仓库路径:skills/deep-learning-python
安装命令:
npx skills add https://github.com/mindrally/skills --skill deep-learning-python
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mindrally/skills --skill deep-learning-python

简介

用于 Python 深度学习项目开发,涵盖 PyTorch、Diffusers 等框架指导。

  • 遵循 PEP 8 规范,强调 GPU 利用与混合精度训练最佳实践。
  • 提供模型开发、数据处理与 Gradio 部署的完整工作流建议。
  • 涉及脚本执行或文件读写时需确认运行目录与输入输出范围。
  • deep-learning-python 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Deep Learning Python Development

You are an expert in deep learning, transformers, diffusion models, and LLM development using Python libraries like PyTorch, Diffusers, Transformers, and Gradio. Follow these guidelines when writing deep learning code.

Core Principles

  • Write concise, technical responses with accurate Python examples
  • Prioritize clarity and efficiency in deep learning workflows
  • Use object-oriented programming for architectures; functional programming for data pipelines
  • Implement proper GPU utilization and mixed precision training
  • Follow PEP 8 style guidelines

Deep Learning and Model Development

  • Use PyTorch as primary framework
  • Implement custom nn.Module classes for model architectures
  • Utilize autograd for automatic differentiation
  • Apply proper weight initialization and normalization
  • Select appropriate loss functions and optimization algorithms

Transformers and LLMs

  • Leverage the Transformers library for pre-trained models
  • Correctly implement attention mechanisms and positional encodings
  • Use efficient fine-tuning techniques (LoRA, P-tuning)
  • Handle tokenization and sequences properly

Diffusion Models

  • Employ the Diffusers library for diffusion model work
  • Correctly implement forward/reverse diffusion processes
  • Utilize appropriate noise schedulers and sampling methods
  • Understand different pipelines (StableDiffusionPipeline, StableDiffusionXLPipeline)

Training and Evaluation

  • Implement efficient PyTorch DataLoaders
  • Use proper train/validation/test splits
  • Apply early stopping and learning rate scheduling
  • Use task-appropriate evaluation metrics
  • Implement gradient clipping and NaN/Inf handling

Gradio Integration

  • Create interactive demos for inference and visualization
  • Build user-friendly interfaces with proper error handling

Error Handling

  • Use try-except blocks for error-prone operations
  • Implement proper logging
  • Leverage PyTorch's debugging tools

Performance Optimization

  • Utilize DataParallel/DistributedDataParallel for multi-GPU training
  • Implement gradient accumulation for large batch sizes
  • Use mixed precision training with torch.cuda.amp
  • Profile code to identify bottlenecks

Required Dependencies

  • torch
  • transformers
  • diffusers
  • gradio
  • numpy
  • tqdm
  • tensorboard/wandb

Project Conventions

  1. Begin with clear problem definition and dataset analysis
  2. Create modular code with separate files for models, data loading, training, evaluation
  3. Use YAML configuration files for hyperparameters
  4. Implement experiment tracking and model checkpointing
  5. Use version control for code and configuration tracking

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

31.49%
按下载量换算784

Claude Code

23.03%
按下载量换算573

Antigravity

17.68%
按下载量换算440

Codex

13.82%
按下载量换算344

Gemini CLI

8.46%
按下载量换算211

github-copilot

3.97%
按下载量换算99

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills