InputPorts
是一个指定某些神经网络层输入端口数量、名称或形状的选项.
更多信息
- InputPorts 通常用于支持任意数量的输入端口的层,如 ThreadingLayer、CatenateLayer、DotLayer 和 PlaceholderLayer.
- InputPorts 的一般设定包括:
-
Automatic 从 NetChain 或 NetGraph 的连接性推断端口的数量和其形状 n 有默认名称和未指定形状的 n 个端口 {"name1","name2",…} 形状没有指定的明确的端口名称 {shape1,shape2,…} 指定了形状或编码器的默认端口名称 <"name1"shape1,… > 指定了形状或编码器的明确的端口名称 - 每个端口的形状规格包括:
-
"Real" 单个实数 "Integer" 单个整数 Restricted["Integer",n] 1 到 n 之间的整数 n 长度为 n 的向量 {n1,n2,…} 数组维度 n1×n2×… "Varying" 长度可变的向量 {"Varying",n2,n3,…} 第一个维度可变且剩余维度为 n2×n3×… 的数组 NetEncoder[…] 解码器
范例
打开所有单元关闭所有单元基本范例 (1)
默认情况下,像 ThreadingLayer 这样的多输入层的输入端口数量为未定义:
使用 InputPorts 可创建有三个端口的 ThreadingLayer,其中端口有默认名称但未指定形状:
范围 (3)
创建有两个输入的 CatenateLayer,其中输入有明确名称但未指定形状:
创建有四个输入的 PlaceholderLayer,其中输入有默认名称和指定形状:
创建有两个输入的 DotLayer,其中输入有明确名称和指定形状:
Wolfram Research (2020),InputPorts,Wolfram 语言函数,https://reference.wolfram.com/language/ref/InputPorts.html.
文本
Wolfram Research (2020),InputPorts,Wolfram 语言函数,https://reference.wolfram.com/language/ref/InputPorts.html.
CMS
Wolfram 语言. 2020. "InputPorts." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/InputPorts.html.
APA
Wolfram 语言. (2020). InputPorts. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/InputPorts.html 年