@ndey96 can this be applied to 3 layer gcn architecture with global pool ?? can we have two layer architecture before providing it to softmax function ?
Hi @abhigoku10 in models.py the model defined is a 3 layer GCNN, followed by global average pooling and a fully-connected output layer. If you would like to have a two layer architecture you can easily modify this file to do so :) Let me know if you have any questions
@ndey96 can this be applied to 3 layer gcn architecture with global pool ?? can we have two layer architecture before providing it to softmax function ?