LSTM-Layer使用vec] ▪ h/c: [num_layer, b, h] ▪ out: [seq, b, h] nn.LSTM nn.LSTMCell ▪ __init__ LSTMCell.forward() ▪ ht, ct = lstmcell(xt, [ht_1, ct_1]) ▪ xt: [b, vec] ▪ ht/ct: [b, h] Single layer Two Layers 下一课时0 码力 | 11 页 | 643.79 KB | 1 年前3
RNN-Layer使用RNN Layer使用 主讲人:龙良曲 Folded model feature ??@??ℎ + ℎ?@?ℎℎ [0,0,0 … ] x: ??? ???, ????ℎ, ??????? ??? ????ℎ, ??????? ??? @[ℎ????? ???, ??????? ???]?+ ????ℎ, ℎ????? ??? @ ℎ????? ???, ℎ????? ??? ? layers, b, h dim] ▪ out: [seq len, b, h dim] Single layer RNN feature ??@??ℎ 1 + ℎ? 1@?ℎℎ 1 [0,0,0 … ] ℎ? 1@??ℎ 2 + ℎ? 2@?ℎℎ 2 [0,0,0 … ] 2 layer RNN [T, b, h_dim], [layers, b, h_dim] nn.RNNCell0 码力 | 15 页 | 883.60 KB | 1 年前3
KiCad 8.0 PCB 编辑器dynamic and depends on which layer is selected as the active layer. The active layer is always drawn on top of other layers. In addition, layers that are related to the active layer are drawn on top of layers layers that are unrelated. For example, if you make B.Silkscreen the active layer, then all of the other back layers (B.Cu, B.Adhesive, B.Paste, B.Mask, B.Fab, and B.Courtyard) will be drawn on top of the to the front. NOTE Selected objects are always drawn on top, even if they are not on the active layer. 外观面板 外观面板提供了管理 PCB 编辑器绘图画布中的对象的可见性、颜色和不透明度的控制。 它有三个标签:层标签包含 电路板层的控制,对象标签包含不同类型图形对象的控制,网络标签包含飞线和铜对象的外观控制。0 码力 | 194 页 | 8.27 MB | 1 年前3
KiCad PCB 编辑器 7.0
curved ratsnest lines. Switches the non-active layer display mode between Normal and Dim. Note: this button will be highlighted when the non-active layer display mode is either Dim or Hide. In both cases cases, pressing the button will change the layer display mode to Normal. The Hide mode can only be accessed via the controls in the Appearance Panel or via the hotkey + . When a net has been selected side of the board with the hotkey. Any parts of the footprint on a front layer will be swapped to the corresponding back layer, and vice versa. Rotate a footprint counter-clockwise using the hotkey0 码力 | 119 页 | 6.87 MB | 1 年前3
领域驱动设计&中台/DDD在旅游电商架构演进中的实践Party API Middle Layer Third Party API Third Party API Application Middle Layer Client Client Client Application Layer Application Layer �� �� �� �� 1 2 3 User Interface Layer Third Party API API Middle Layer Client Application Layer 4 User Interface Layer �����DIP� �� ���� - �� - ������� Application Layer Infrastructure Layer Third Party API User Interface Layer Client DIP 4 Application Layer Infrastructure Layer Third Party API User Interface Layer Client DIP 5 DIP Application Layer Infrastructure Layer Third Party API User Interface Layer Client DIP 6 Domain0 码力 | 47 页 | 1.45 MB | 1 年前3
KiCad PCB 编辑器 6.0
other items. Add text. Add dimensions. Dimension types are described in more detail below. Add layer alignment mark. Deletion tool: click objects to delete them. Set drill/place origin. Used for fabrication pad properties dialog shows the physical properties of the pad, including its geometry, shape, and layer settings. Pad type: this setting controls which features are enabled for the pad: SMD pads are other words, they exist on a single copper layer. E 21 Through-hole pads are electrically-connected and have a plated hole. The hole exists on every layer, and the copper pad exists on multiple layers0 码力 | 101 页 | 4.78 MB | 1 年前3
Blender v4.1 Manualrelease following Project Orange. 2.43 – February 2007: Multiresolution meshes, multi-layer UV textures, multi-layer images and multi-pass rendering and baking, sculpting, retopology, multiple additional panoramic camera for Cycles, mirror ball environment textures and float precision textures, render layer mask layers, ambient occlusion and viewport display of background images and render layers. New import window layouts. Scenes & Layers These data-block menus are used to select the current Scene and View Layer. View Source View Translation Report issue on this page Workspaces Workspaces are essentially predefined0 码力 | 6263 页 | 303.71 MB | 1 年前3
Jib Kubecon 2018 Talkbuild 100MB layer 50MB layer registry send github.com/GoogleContainerTools/jib Docker registry Set of layers, container configurations, and manifests build 100MB layer 50MB layer registry cached 100MB layer 40MB layer registry 9MB layer 1MB layer github.com/GoogleContainerTools/jib 1MB layer Docker registry Set of layers, container configurations, and manifests build 100MB layer 40MB 40MB layer registry 9MB layer send github.com/GoogleContainerTools/jib Jib does an optimized build like FROM gcr.io/distroless/java COPY target/dependencies /app/dependencies COPY target/resources0 码力 | 90 页 | 2.84 MB | 1 年前3
【PyTorch深度学习-龙龙老师】-测试版2021122164, -3.2164]]) 其中?和?张量均是矩阵,上述代码实现了一个线性变换的网络层,激活函数为空。一般 地,?(?@? + ?)网络层称为全连接层(Fully Connected Layer),在 PyTorch 中可以通过 Linear 类直接实现,特别地,当激活函数?为空时,全连接层也称为线性层。比如,通过 Linear 类创建输入 4 个节点,输出 3 个节点的网络层,并通过全连接层的 Processing,简称 NLP)中句子的表示,如评价句 子的是否为正面情绪的情感分类任务网络,如图 4.3 所示。为了能够方便字符串被神经网 络处理,一般将单词通过嵌入层(Embedding Layer)编码为固定长度的向量,比如“a”编码 为某个长度 3 的向量,那么 2 个等长(单词数量为 5)的句子序列可以表示为 shape 为[2,5,3] 的 3 维张量,其中 2 表示句子个数,5 表示单词数量,3 创建卷积神经网络 layer = nn.Conv2d(3, 16, kernel_size=3) out = layer(x) # 前向计算 out.shape # 输出大小 Out[48]: torch.Size([4, 16, 30, 30]) 其中卷积核张量?也是 4 维张量,可以通过 weight 成员变量访问: In [49]: layer.weight.shape0 码力 | 439 页 | 29.91 MB | 1 年前3
Rust 异步 Runtime 的兼容层 - 施继成Rust async runtime Analyze the reason of runtime isolation # Async runtime binding # Compatible layer 1 Create a wheel used everywhere Table of Contents 2 3 # Rust async runtime 1 Light-weight # Compatible layer 3 Insight of compatible layer • Rust lang and compiler → syntax and task type • Async compatible layer → I/O and task management Compatible layer Compatible Layer Compare runtimes • Async-std • Similar component structures Compatible layer Compare runtimes • Tokio • Async-std • Almost the same APIs Compatible layer Main components in async runtimes • Macros • Data structures0 码力 | 22 页 | 957.41 KB | 1 年前3
共 274 条
- 1
- 2
- 3
- 4
- 5
- 6
- 28













