Created
September 25, 2024 00:00
-
-
Save isaaccorley/dbcc2741cd37f99d1f6d5207f6e1bf33 to your computer and use it in GitHub Desktop.
Revisions
-
isaaccorley revised this gist
Sep 25, 2024 . 1 changed file with 15 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,8 @@ "colab": { "provenance": [], "gpuType": "T4", "authorship_tag": "ABX9TyMn1+PgqFwJWl7GjIV40M5a", "include_colab_link": true }, "kernelspec": { "name": "python3", @@ -17,6 +18,16 @@ "accelerator": "GPU" }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "<a href=\"https://colab.research.google.com/gist/isaaccorley/dbcc2741cd37f99d1f6d5207f6e1bf33/cs210_week2.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" ] }, { "cell_type": "markdown", "source": [ @@ -4298,11 +4309,11 @@ "print('GPU_time = ', elapsed_time)" ], "metadata": { "colab": { "base_uri": "https://localhost:8080/" }, "id": "bcNC9KZqdZ21", "outputId": "13c55133-f904-45cb-cacb-2029c5a64d4b" }, "execution_count": 1, "outputs": [ -
isaaccorley created this gist
Sep 25, 2024 .There are no files selected for viewing