Skip to content

Commit

Permalink
add geodesic computation example (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
clementchadebec committed Oct 18, 2021
1 parent a1d4be5 commit 918b8f6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions examples/geodesic_computation_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,13 @@
"metadata": {},
"outputs": [],
"source": [
"\n",
"... # Code used before (i.e. by running \"making_your_own_autoencoder.ipynb\" tutorial)\n",
"\n",
"# Retreive your trained RHVAE model with the following command\n",
"model_rec = RHVAE.load_from_folder(os.path.join('my_model_with_custom_archi', last_training, 'final_model'))\n",
"model_rec"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<span class=\"math\" id=\"MathJax-Span-12\" aria-hidden=\"true\" style=\"vertical-align: 0.215em;\">\n",
" <span class=\"noError\" id=\"MathJax-Span-13\" style=\"display: inline-block;\">\n",
" \"\\begin{align}\\begin{aligned}�:nowrap:�\\\\\\begin{equation}\"\n",
" <br>\n",
" \"\\int_{-\\infty}^\\infty&nbsp;f(x)&nbsp;\\delta(x&nbsp;-&nbsp;x_0)&nbsp;dx&nbsp;=&nbsp;f(x_0)\"\n",
" <br>\n",
" \"\\end{equation}\\end{aligned}\\end{align}\"\n",
" </span>\n",
"</span>"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 918b8f6

Please sign in to comment.