Skip to content

Commit

Permalink
使用 Colab 创建而成
Browse files Browse the repository at this point in the history
  • Loading branch information
piwawa committed Jun 10, 2024
1 parent 212b1cf commit e50d3bb
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions BandSplitRNN_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"metadata": {
"colab": {
"provenance": [],
"gpuType": "T4"
"gpuType": "T4",
"authorship_tag": "ABX9TyMLLdbd49gYme6ogNRlfSHj",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
Expand All @@ -16,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/github/piwawa/BandSplitRNN-PyTorch/blob/main/BandSplitRNN_colab.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -42,7 +54,7 @@
}
],
"source": [
"!git clone https://github.com/piwawa/BandSplitRNN-Pytorch"
"!git clone https://github.com/amanteur/BandSplitRNN-Pytorch"
]
},
{
Expand Down Expand Up @@ -236,4 +248,4 @@
]
}
]
}
}

0 comments on commit e50d3bb

Please sign in to comment.