英文字典中文字典


英文字典中文字典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英翻中〔查看〕





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


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

































































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


  • 如何安装torch(Python)? - 知乎
    我一般在官网上找到操作系统、是否带CUDA的安装命令,在命令行里敲命令安装。 在Ubuntu上安装CUDA12 1版本的PyTorch,直接用pip install torch torchvision torchaudio命令。 题主做深度学习的话,还是使用Ubuntu系统吧。深度学习程序员最常用的操作系统了,你在公司里干活,使用的系统大都是Ubuntu。遇到问题
  • 如何在 python 中安装 torch? - 知乎
    1你运行的程序通常对torch版本有要求,要根据你硬件情况(cuda 版本)和python版本来找到合适的torch 2如果是为了深度学习要注意是否是gpu版本
  • pytorch安装教程(图文详解)
    (1)先配置torch环境。 先打开Anaconda Prompt (anaconda) 下面我们分析一下anaconda prompt每一条命令行的结构。 (base)指的是当前所在的python环境是base环境。 C:UsersYYF>指的是当前anaconda prompt所在的文件夹位置,我们要执行相关指令只需要在>后面输入指令,回车运行即可。
  • 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和torchvision区别是什么? - 知乎
    torch 是基本的数据处理与神经网络模型训练第三方库。 包含了数据集加载、数据处理、模型搭建、模型初始化、训练参数设置、自动求导等等。 可以实现神经网络模型的搭建、训练、加载。 总之,训练神经网络模型,甭管是CV、NLP、多模态,就用它就对了。
  • 如何安装torch(Python)? - 知乎
    如何安装torch(Python)? [图片] [图片] [图片] 尝试过在pycharm里面使用各种镜像源安装不了,官网连接安装不了,anaconda安装不了 显示全部 关注者 13
  • 安装pytorch不成功,请问是哪里出问题了,有没有大佬给个解决办法? - 知乎
    这里要注意的是,安装py_geometric之前需要安装一些依赖包,划重点, 这些依赖包的版本要和你之前下载的torch版本一一对应,因为我安装的是torch1 10,因此,需要下载支持1 10版本的py_geometric的依赖包。
  • Torch Coral ID Guide | Reef2Reef
    Torch Coral ID is a very popular question lately It's hard to say the exact reason why, but there is good reason to know what torch coral you are looking at
  • 携炬而行 Carry the Torch - 知乎
    欢迎阅读携炬而行(Carry the Torch)模组初版发布后的第2篇进度报告。本模组是立足于Kaiserreich基础上进行全面游戏性和设定重制的独立模组,当前开发重心在于东亚地区。本期进度报告将…





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