Skip to content

Commit ec4d7be

Browse files
committed
Add note to tutorial
1 parent 5f6d367 commit ec4d7be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tutorial.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,12 @@
13881388
"id": "e06bba03",
13891389
"metadata": {},
13901390
"source": [
1391-
"In fact, since we've written our classes to be `scikit-learn` compatible where possible, we can even use the `Pipeline` class to chain together embedders and predictors, just as we would in a regular Euclidean scikit-learn workflow. "
1391+
"In fact, since we've written our classes to be `scikit-learn` compatible where possible, we can even use the `Pipeline` class to chain together embedders and predictors, just as we would in a regular Euclidean scikit-learn workflow. \n",
1392+
"\n",
1393+
"(**NOTE:** This code will occasionally throw some warnings, particularly \"NaN in parallel transport,\" which causes\n",
1394+
"the product space VAE to skip the gradient update for that batch and keep going. It should train successfully, but if\n",
1395+
"it doesn't, you can try changing the signature or the learning rate. The warnings are not indicative of a deeper bug,\n",
1396+
"but rather the inherent numerical instability of working with Gaussian distributions on product manifolds.)"
13921397
]
13931398
},
13941399
{

0 commit comments

Comments
 (0)