From 07e8ef7951d5ee73ee78c95854397318363b1538 Mon Sep 17 00:00:00 2001 From: thijn Date: Mon, 31 Mar 2025 21:45:34 +0200 Subject: [PATCH] Upload files to "/" --- Train.ipynb | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Train.ipynb diff --git a/Train.ipynb b/Train.ipynb new file mode 100644 index 0000000..735f1c3 --- /dev/null +++ b/Train.ipynb @@ -0,0 +1,48 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [], + "gpuType": "T4" + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + }, + "accelerator": "GPU" + }, + "cells": [ + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "oWmhhwEbL9y0", + "outputId": "40a8a0ff-192c-4f3b-b543-29d05074280a" + }, + "source": [ + "!pip install -r requirements.txt" + ] + }, + { + "cell_type": "code", + "source": [ + "!python train.py" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Z4wMN1sUN1r-", + "outputId": "432f324d-25f2-41b5-d4f2-843ed0209ec7" + }, + "execution_count": null, + } + ] +}