From e50d3bb839c437ab3a490ca133651bebf74c3030 Mon Sep 17 00:00:00 2001 From: piwawa <46926496+piwawa@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20Colab=20=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=80=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BandSplitRNN_colab.ipynb | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/BandSplitRNN_colab.ipynb b/BandSplitRNN_colab.ipynb index 2c2720b..89e7927 100644 --- a/BandSplitRNN_colab.ipynb +++ b/BandSplitRNN_colab.ipynb @@ -4,7 +4,9 @@ "metadata": { "colab": { "provenance": [], - "gpuType": "T4" + "gpuType": "T4", + "authorship_tag": "ABX9TyMLLdbd49gYme6ogNRlfSHj", + "include_colab_link": true }, "kernelspec": { "name": "python3", @@ -16,6 +18,16 @@ "accelerator": "GPU" }, "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "\"Open" + ] + }, { "cell_type": "code", "execution_count": null, @@ -42,7 +54,7 @@ } ], "source": [ - "!git clone https://github.com/piwawa/BandSplitRNN-Pytorch" + "!git clone https://github.com/amanteur/BandSplitRNN-Pytorch" ] }, { @@ -236,4 +248,4 @@ ] } ] -} +} \ No newline at end of file