Skip to content

Commit

Permalink
centering again table
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Oct 24, 2023
1 parent 23ba021 commit 81d242f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ torch-harmonics uses PyTorch primitives to implement these operations, making it

torch-harmonics has been used to implement a variety of differentiable PDE solvers which generated the animations below. Moreover, it has enabled the development of Spherical Fourier Neural Operators (SFNOs) [1].

<table border="0" cellspacing="0" cellpadding="0" margin-left:auto margin-right:auto>
<div align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="https://media.githubusercontent.com/media/NVIDIA/torch-harmonics/main/images/sfno.gif" width="240"></td>
<td><img src="https://media.githubusercontent.com/media/NVIDIA/torch-harmonics/main/images/zonal_jet.gif" width="240"></td>
Expand All @@ -63,6 +64,7 @@ torch-harmonics has been used to implement a variety of differentiable PDE solve
<td style="text-align:center; border-style : hidden!important;">Allen-Cahn Eqn.</td>
</tr> -->
</table>
</div>


## Installation
Expand Down

0 comments on commit 81d242f

Please sign in to comment.