From 2a660e845f492f9a983ce14384550698303b292f Mon Sep 17 00:00:00 2001 From: lgvaz Date: Wed, 12 May 2021 12:27:32 -0300 Subject: [PATCH] removes supported models warning from negative samples tutorial --- notebooks/negative_samples.ipynb | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/notebooks/negative_samples.ipynb b/notebooks/negative_samples.ipynb index adbb2b576..03688a6dc 100644 --- a/notebooks/negative_samples.ipynb +++ b/notebooks/negative_samples.ipynb @@ -36,14 +36,6 @@ "" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "!!! danger \"Supported models\"\n", - " At this moment only `models.torchvision` and `models.ross` support negative sampling." - ] - }, { "cell_type": "markdown", "metadata": {}, @@ -1279,8 +1271,9 @@ "provenance": [] }, "kernelspec": { - "name": "python385jvsc74a57bd0255132067514b8971b1346d3b1d19a2dca8831435df2423030c6ab12019bfdcb", - "display_name": "Python 3.8.5 64-bit ('icevision': conda)" + "display_name": "Python 3", + "language": "python", + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -1292,7 +1285,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.5" + "version": "3.7.10" }, "widgets": { "application/vnd.jupyter.widget-state+json": { @@ -2625,4 +2618,4 @@ }, "nbformat": 4, "nbformat_minor": 1 -} \ No newline at end of file +}