万象云档 本次搜索耗时 1.406 秒,为您找到 724 个相关结果.
  • Reading Types

    Reading Types In the Core Language section of this book, we ran a bunch of code in the REPL. Well, we are going to do it again, but now with an emphasis on the types that are...
  • 后处理工具

    255 2025-05-02 《CSS创作指南》
    十二、后处理工具 随着 PostCSS 的不断完善,各种插件如雨后春笋般的涌现出来,其中不乏一些很优秀的插件。 面向未来的 CSS Autoprefixer 根据 caniuse 的数据自动增加前缀,解放双手的利器(??? 推荐? ) postcss-cssnext 支持大量浏览器未实现的标准特性(CSS 变量,嵌套等)(?? ...
  • 路径效果指南

    路径效果指南 添加阴影 让艺术家脱颖而出 对路径效果艺术家的更大控制 路径效果指南 原文:Path effects guide 译者:飞龙 协议:CC BY-NC-SA 4.0 Matplotlib 的patheffects 模块提供了一些功能,用于将多个绘制层次应用到任何艺术家,并可以通过路径呈现。 可以对其应用路径效果的艺...
  • PyTorch 0.2 中文文档

    PyTorch 0.2 中文文档 贡献者 翻译进度 Notes Package Reference torchvision Reference PyTorch 0.2 中文文档 PyTorch 是使用 GPU 和 CPU 优化的深度学习张量库。 贡献者 本项目由 awfssv , ycszen , KeithYin , kophy , s...
  • nn package

    nn package Example 1: ConvNet Forward and Backward Function Hooks Example 2: Recurrent Net nn package 译者:@unknown 校对者:@bringtree 我们重新设计了 nn package, 以便与 autograd 完全集成. ...
  • HTTP

    HTTP Clone the code or follow along in the online editor . We are about to make an app that fetches a random GIF when the user asks for another image. Now, I am go...
  • torchvision.datasets

    torchvision.datasets MNIST Fashion-MNIST COCO Captions Detection LSUN ImageFolder Imagenet-12 CIFAR STL10 SVHN PhotoTour torchvision.datasets 译者:@那伊抹微笑 、@dawenzi123...
  • Configuration

    Configuration Configuration file ​ Command-line arguments ​ Environment variables ​ Configuration Skytable can be configured to run per your needs. You can use either of c...
  • OS X命令行

    OS X命令行 概述 Sublime Text包含一个命令行工具,subl, 通过命令行处理管理。可以在Sublime Text中打开文件和项目,也可以作为一个unix下的EDITOR工具,例如git和subversion。 安装 首先给subl做一个链接。假设你把Sublime Text放在Applications目录下,并且在~/b...
  • git 版本控制

    git 版本控制 Webstorm 内置多种版本控制工具支持,下面以最常用的 git 为例,讲解下在 Webstorm 中的版本控制工具的使用。 当 Webstorm 初始化工程时会自动查找与关联项目的版本库。 git的使用 哪里查看当前所处的git分支? 留意界面右下角: 上图表明工程工作目录处于”kf1.3″分支下。 ...