提问人:sAguinaga 提问时间:10/19/2023 更新时间:10/19/2023 访问量:5
为什么 pyg autoencoder 中的输出通道设置为 16?
Why is out channels in pyg autoencoder set to 16?
问:
pytorch_geometric/示例 /autoencoder.py 将 outchannel 硬编码为 16,该行显示:
in_channels, out_channels = dataset.num_features, 16
此文件的可能数据集是 'Cora', 'CiteSeer', 'PubMed' 是基于标签数的预测数的赋值out_channels?如果数据集有二进制标签,out_channels应该是 2 吗?
答: 暂无答案
上一个:如何在嵌套结构中设置数组的维度
评论