英文字典中文字典


英文字典中文字典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安装教程(图文详解)
    (1)先配置torch环境。 先打开Anaconda Prompt (anaconda) 下面我们分析一下anaconda prompt每一条命令行的结构。 (base)指的是当前所在的python环境是base环境。 C:UsersYYF>指的是当前anaconda prompt所在的文件夹位置,我们要执行相关指令只需要在>后面输入指令,回车运行即可。
  • 如何安装torch(Python)? - 知乎
    1、Pytorch介绍 PyTorch是一个基于Torch的Python开源机器学习库,用于自然语言处理等应用程序它主要由Facebook的人工智能小组开发,不仅能够实现强大的GPU加速,同时还支持动态神经网络,这一点是现在很多主流框架如TensorFlow都不支持的。PyTorch提供了两个高级功能: 具有强大的GPU加速的张量计算(如
  • pytorch 2. 0 torch. compile真的使你的训练变快了吗? - 知乎
    理解PyTorch 2 0代码的终极方案来了。 PyTorch 2 0最大的特点就是 torch compile,加上这样一行代码,你的程序就能变得更快。然而,在这一行黑魔法背后,PyTorch做了相当多复杂的操作,这使得理解与调试PyTorch 2 0的代码变得非常困难。 在前文 为了帮助大家学习PyTorch 2 0,我爆肝三天写出Python反编译器 中
  • 已经在anaconda中安装了torch 但是vscode import torch时还是找不到模块? - 知乎
    已经在anaconda中安装了torch 但是vscode import torch时还是找不到模块? 首先我是用的虚拟的环境 如图所示 [图片] [图片] 尝试在VSCODE 上import torch时, 便会提示 [图片] 但是VSCODE 确实和… 显示全部 关注者 34
  • 求助,torch. cuda. is_available ()返回false? - 知乎
    求助,torch cuda is_available ()返回false? 求助,pytorch之前一直正常运行,今天突然用不了gpu加速了,torch cuda is_available ()返回false,重装了torch还… 显示全部 关注者 3 被浏览
  • 已经成功import torch了但在vscode中import报错? - 知乎
    你启动cmd,输入Python,进入其解释器环境>>,输入import torch,就可以验证torch是否安装成功。 vscode在windows上有2种安装--为登录用户或系统。
  • CUDA版本11. 4,pytorch应该下哪个版本的? - 知乎
    你用官网上的pip命令安装试试,我是cuda11 6的,如图。 最初用官网的conda命令安装之后,torch cuda is_available ()显示false。 又用pip 安装了一遍,最后成功了。
  • 携炬而行 Carry the Torch - 知乎
    欢迎阅读携炬而行(Carry the Torch)模组初版发布后的第2篇进度报告。本模组是立足于Kaiserreich基础上进行全面游戏性和设定重制的独立模组,当前开发重心在于东亚地区。本期进度报告将…
  • Python导入库的首次速度特别慢是什么原因? - 知乎
    在 Python 中,库的首次导入速度特别慢,尤其是像 torch 这样的库,通常有以下几个原因: 1 模块初始化 第一次导入时,Python 需要加载模块的所有文件,包括编译的 C C++ 扩展和依赖项。这会花费较多时间。 2 文件系统性能 第一次导入时,操作系统需要从磁盘读取文件。如果硬盘速度较慢(如使用
  • 深度学习pytorch训练时候为什么GPU占比很低? - 知乎
    torch1 8 1版本引入了 torch profiler 工具,可以很方便地查看各个算子的执行时间。 例如下面的这个分析结果,大约94 71%的CPU时间都用来进行数据搬运了(host->device),如果想做改进的话考虑先从数据搬运这个方面入手,提高效率。





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