英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

torch    音标拼音: [t'ɔrtʃ]
n. 火把,启发之物

火把,启发之物

torch
n 1: a light usually carried in the hand; consists of some
flammable substance
2: tall-stalked very woolly mullein with densely packed yellow
flowers; ancient Greeks and Romans dipped the stalks in
tallow for funeral torches [synonym: {common mullein}, {great
mullein}, {Aaron's rod}, {flannel mullein}, {woolly mullein},
{torch}, {Verbascum thapsus}]
3: a small portable battery-powered electric lamp [synonym:
{flashlight}, {torch}]
4: a burner that mixes air and gas to produce a very hot flame
[synonym: {blowtorch}, {torch}, {blowlamp}]
v 1: burn maliciously, as by arson; "The madman torched the
barns"

flashlight \flash"light`\ n.
a portable battery-powered electric lamp, small enough to be
held in one hand; -- it is most commonly cylindrical, but
other forms are also made. It is called in Britain a {torch}

Syn: torch.
[WordNet 1.5]


Torch \Torch\ (t[^o]rch), n. [OE. torche, F. torche a torch,
rag, wisp, pad; probably from a derivative of L. torquere,
tortum, to twist, because twisted like a rope; cf. F. torcher
to rub, wipe, It. topcia a torch, torciare to wrap, twist,
OF. torse a torse. Cf. {Torture}.]
A light or luminary formed of some combustible substance, as
of resinous wood; a large candle or flambeau, or a lamp
giving a large, flaring flame.
[1913 Webster]

They light the nuptial torch. --Milton.
[1913 Webster]
[1913 Webster]

{Torch thistle}. (Bot.) See under {Thistle}.
[1913 Webster]


Torchwort \Torch"wort`\, n. (Bot.)
The common mullein, the stalks of which, dipped in suet,
anciently served for torches. Called also {torch}, and
{hig-taper}.
[1913 Webster]

94 Moby Thesaurus words for "torch":
acetylene welder, angle, arsonist, bait the hook, bank, blast lamp,
blowpipe, blowtorch, bob, brand, burn, burner, butane lighter,
candle, cigarette lighter, clam, conflagrate, cresset, dap, dib,
dibble, drive, electric light bulb, enkindle, fan the flame, feed,
feed the fire, fire, firebrand, firebug, fish, flambeau, flame,
flaming torch, flare, flint, flint and steel, fly-fish, fusee, gig,
glim, go fishing, grig, guddle, ignite, igniter, illuminant,
illuminator, incandescent body, inflame, jack, jacklight, jig,
kindle, lamp, lantern, light, light bulb, light source, light up,
lighter, link, luminant, luminary, match, moon, net, portfire,
rekindle, relight, relume, seine, set fire to, set on fire, shrimp,
signal flare, source of light, sparker, spill, spin, stars,
still-fish, stir the fire, stoke, stoke the fire, strike a light,
sun, taper, touch off, trawl, troll, welder, welding blowpipe,
whale


请选择你想看的字典辞典:
单词字典翻译
Torch查看 Torch 在百度字典中的解释百度英翻中〔查看〕
Torch查看 Torch 在Google字典中的解释Google英翻中〔查看〕
Torch查看 Torch 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • PyTorch
    PyTorch Foundation is the deep learning community home for the open source PyTorch framework and ecosystem
  • PyTorch 教程 | 菜鸟教程
    PyTorch 是一个开源的机器学习库,主要用于进行计算机视觉(CV)、自然语言处理(NLP)、语音识别等领域的研究和开发。 PyTorch由 Facebook 的人工智能研究团队开发,并在机器学习和深度学习社区中广泛使用。 PyTorch 以其灵活性和易用性而闻名,特别适合于深度学习研究和开发。 谁适合阅读本教程? 只要您具备编程的基础知识,您就可以阅读本教程,学习 PyTorch 适合对深度学习和机器学习感兴趣的人,包括数据科学家、工程师、研究人员和学生。 在您开始阅读本教程之前,您必须具备的基础知识包括 Python 编程、基础数学(线性代数、概率论、微积分)、机器学习的基本概念、神经网络知识,以及一定的英语阅读能力来查阅文档和资料。
  • PyTorch - PyTorch 框架
    利用 TorchScript 在即时执行模式(eager mode)和图形模式(graph mode)之间无缝转换,并通过 TorchServe 加速生产部署之路。 torch distributed 后端支持在研究和生产环境下的可扩展分布式训练及性能优化。 丰富的工具和库生态系统扩展了 PyTorch 的功能,并支持计算机视觉、自然语言处理 (NLP) 等领域的开发。 PyTorch 在主流云平台上均得到良好支持,提供顺畅的开发体验和便捷的扩展能力。 选择您的偏好并运行安装命令。 “稳定版 (Stable)”代表当前经过充分测试并受支持的 PyTorch 版本,适合大多数用户。 “预览版 (Preview)”供您尝试最新的、尚未经过完全测试和支持的每日构建版本。
  • Pytorch 最全入门介绍,Pytorch入门看这一篇就够了 - 知乎
    本文通过详细且实践性的方式介绍了 PyTorch 的使用,包括环境安装、基础知识、张量操作、自动求导机制、神经网络创建、数据处理、模型训练、测试以及模型的保存和加载。 1 Pytorch简介 在这一部分,我们将会对Pyt…
  • pytorch pytorch - GitHub
    You can write new neural network layers in Python using the torch API or your favorite NumPy-based libraries such as SciPy If you want to write your layers in C C++, we provide a convenient extension API that is efficient and with minimal boilerplate
  • torch · PyPI · Python 包索引
    PyTorch是一个Python包,提供了两个高级功能 张量计算(类似NumPy)和强大的GPU加速 基于自动微分系统的深度神经网络 您可以在需要时重用您最喜欢的Python包,如NumPy、SciPy和Cython来扩展PyTorch。 我们的主干健康(持续集成信号)可以在 hud pytorch org 找到。 更多关于PyTorch的信息 GPU就绪的张量库 动态神经
  • 全网最详细的安装pytorch GPU方法,一次安装成功!!包括安装失败后的处理方法!-CSDN博客
    文章浏览阅读10w+次,点赞300次,收藏1k次。本文详细介绍了如何检查显卡驱动版本,安装CUDA和cuDNN,以及在PyTorch中创建和测试GPU环境的过程,强调了CUDA和cuDNN在深度学习中的加速作用。
  • torch - PyTorch中文文档
    torch 包 torch 包含了多维张量的数据结构以及基于其上的多种数学操作。 另外,它也提供了多种工具,其中一些可以更有效地对张量和任意类型进行序列化。 它有CUDA 的对应实现,可以在NVIDIA GPU上进行张量运算 (计算能力>=2 0)。 张量 Tensors torch is_tensor [source]
  • torch · PyPI
    You can write new neural network layers in Python using the torch API or your favorite NumPy-based libraries such as SciPy If you want to write your layers in C C++, we provide a convenient extension API that is efficient and with minimal boilerplate
  • PyTorch - 维基百科,自由的百科全书 - zh. wikipedia. org
    PyTorch定义了一个名为张量 (torch Tensor) 的类别来存储和操作同构多维矩形数字数组。 PyTorch张量与NumPy数组类似,但也可以在支持 CUDA 的 英伟达 GPU 上运作。 PyTorch 也一直在开发对其他 GPU 平台的支持,例如 AMD 的 ROCm 和 Apple 的 Metal Framework [21]。





中文字典-英文字典  2005-2009