开始使用
处理高级样式
包参考
基础类:Decoder
Decoder
ExcelFormer解码器在“ExcelFormer: A Neural Network Surpassing GBDTs on Tabular Data”论文中介绍。
in_channels (int) – 输入通道维度
out_channels (int) – 输出通道的维度
num_cols (int) – 列数。
重置模块的所有可学习参数。
将 x 转换为输出预测。
x
x (Tensor) – 输入列方向的张量,形状为 [batch_size, num_cols, in_channels]
[batch_size, out_channels].
张量