diff options
Diffstat (limited to 'train_colab.ipynb')
| -rw-r--r-- | train_colab.ipynb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/train_colab.ipynb b/train_colab.ipynb index 4856b26..24ae0dc 100644 --- a/train_colab.ipynb +++ b/train_colab.ipynb @@ -31,16 +31,7 @@ { "cell_type": "code", "metadata": {}, - "source": [ - "# ====== CONFIG ======\n", - "GITHUB_USERNAME = \"haoyuren\" # <-- your GitHub username\n", - "REPO_NAME = \"blazing8\"\n", - "# ====================\n", - "\n", - "!git clone https://github.com/{GITHUB_USERNAME}/{REPO_NAME}.git\n", - "%cd {REPO_NAME}\n", - "!pip install -q torch numpy" - ], + "source": "# ====== CONFIG ======\nGITHUB_USERNAME = \"YurenHao0426\"\nREPO_NAME = \"blazing8\"\n# ====================\n\n!git clone https://github.com/{GITHUB_USERNAME}/{REPO_NAME}.git\n%cd {REPO_NAME}\n!pip install -q torch numpy tqdm", "execution_count": null, "outputs": [] }, @@ -201,4 +192,4 @@ "outputs": [] } ] -} +}
\ No newline at end of file |
