From bc9ae0908be84dd5cce447e6f0e931ce489b90bc Mon Sep 17 00:00:00 2001 From: beryamosta Date: Tue, 16 Apr 2024 21:52:43 +0100 Subject: [PATCH] =?UTF-8?q?Cr=C3=A9=C3=A9=20=C3=A0=20l'aide=20de=20Colab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MLFloorPlan.ipynb | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 MLFloorPlan.ipynb diff --git a/MLFloorPlan.ipynb b/MLFloorPlan.ipynb new file mode 100644 index 0000000..59049ed --- /dev/null +++ b/MLFloorPlan.ipynb @@ -0,0 +1,55 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "gpuType": "T4", + "authorship_tag": "ABX9TyPb1NbSul25pfSPSaClqB+l", + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + }, + "accelerator": "GPU" + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "-wOn0V1pq6e1", + "outputId": "e2f42e8f-c286-466b-a15a-47b25e49c7a8" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "yazod\n" + ] + } + ], + "source": [ + "print ('yazod')" + ] + } + ] +} \ No newline at end of file