You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the final GAT implementation:
We use two imported GATConv layers.
In the constructor, we initialize each one of them with a dropout of 0.6.
In the forward method, we apply additional dropout before each one of them.
What's the point in doing additional dropout?
The text was updated successfully, but these errors were encountered:
Hi
In the final GAT implementation:
We use two imported GATConv layers.
In the constructor, we initialize each one of them with a dropout of 0.6.
In the forward method, we apply additional dropout before each one of them.
What's the point in doing additional dropout?
The text was updated successfully, but these errors were encountered: