Open KristinaUlicna opened 1 year ago
I'm struggling to understand why we're putting the dropout here & only here at train time:
https://github.com/alan-turing-institute/grace/blob/e634d3621747d975f974aade96141bb9174d5594/grace/models/classifier.py#L71-L73
Any suggestions how this could be experimented with?
As far as I can tell, no ironclad reason for this; as an experiment could also try placing it after each graph convolutional layer.
I'm struggling to understand why we're putting the dropout here & only here at train time:
https://github.com/alan-turing-institute/grace/blob/e634d3621747d975f974aade96141bb9174d5594/grace/models/classifier.py#L71-L73
Any suggestions how this could be experimented with?