Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine-DK committed Jun 15, 2023
1 parent b34bb22 commit 89339fe
Showing 1 changed file with 12 additions and 24 deletions.
36 changes: 12 additions & 24 deletions mjsynth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {
"id": "ksfIXD2rJ3RA",
"outputId": "917af538-a7f5-4c3d-bc93-2a83ded20958",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"id": "ksfIXD2rJ3RA",
"outputId": "917af538-a7f5-4c3d-bc93-2a83ded20958"
},
"outputs": [
{
Expand Down Expand Up @@ -87,12 +87,12 @@
"!mkdir -p ~/.kaggle/ && mv kaggle.json ~/.kaggle/ && chmod 600 ~/.kaggle/kaggle.json"
],
"metadata": {
"id": "-duCiXJXKpCi",
"outputId": "d7471e1e-9f19-41de-e143-45282a67b147",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 94
}
},
"id": "-duCiXJXKpCi",
"outputId": "d7471e1e-9f19-41de-e143-45282a67b147"
},
"execution_count": 3,
"outputs": [
Expand Down Expand Up @@ -306,34 +306,22 @@
"# !kaggle datasets download -d nunenuh/clova-deeptext"
],
"metadata": {
"id": "2gRRNSLfzL7P",
"outputId": "e78d2fa3-af64-4853-d908-88245b1cbe6c",
"colab": {
"base_uri": "https://localhost:8080/"
}
"id": "2gRRNSLfzL7P"
},
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"404 - Not Found\n"
]
}
]
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"# !wget https://www.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz"
],
"metadata": {
"id": "4d9cgBWybbWU",
"outputId": "169439bd-f405-475b-b293-af08b213f51b",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"id": "4d9cgBWybbWU",
"outputId": "169439bd-f405-475b-b293-af08b213f51b"
},
"execution_count": null,
"outputs": [
Expand Down

0 comments on commit 89339fe

Please sign in to comment.