Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CATWalk-NeurIPS authored Dec 3, 2023
1 parent b9f1187 commit 64f18cb
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,47 @@ <h3>SetMixer</h3>
<td>
<h3>Hyperedge Prediction:</h3>
<p align="justify"> </p>

<center>
<table align=center width=1200px>
<tr>
<td width=600px>
<center>
<img class="round" style="width:800px" src="./resources/he_result.png"/>
</center>
</td>
</tr>
</table>
</center>
<br>

<h3>Node Classification:</h3>
<p align="justify"> </p>

<center>
<table align=center width=1200px>
<tr>
<td width=600px>
<center>
<img class="round" style="width:600px" src="./resources/node_result.png"/>
</center>
</td>
</tr>
</table>
</center>
<br>

<h3>MLP-Mixer vs RNNs:</h3>
<p align="justify"> </p>
<center>
<table align=center width=1200px>
<tr>
<td width=600px>
<center>
<img class="round" style="width:500px" src="./resources/rnn_result.png"/>
</center>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
Expand Down

0 comments on commit 64f18cb

Please sign in to comment.