为什么 pyg autoencoder 中的输出通道设置为 16?

Why is out channels in pyg autoencoder set to 16?

提问人:sAguinaga 提问时间:10/19/2023 更新时间:10/19/2023 访问量:5

问:

pytorch_geometric/示例 /autoencoder.py 将 outchannel 硬编码为 16,该行显示:

in_channels, out_channels = dataset.num_features, 16

此文件的可能数据集是 'Cora', 'CiteSeer', 'PubMed' 是基于标签数的预测数的赋值out_channels?如果数据集有二进制标签,out_channels应该是 2 吗?

自动编码器 尺寸 pytorch-geometric

评论


答: 暂无答案