Skip to content

Commit

Permalink
added colab dependency for gaia
Browse files Browse the repository at this point in the history
  • Loading branch information
timsainb committed May 14, 2019
1 parent eec3b7b commit d5b3e73
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions 5.0-GAIA-fashion-mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"colab": {},
"colab_type": "code",
Expand All @@ -45,7 +45,9 @@
"import sys, subprocess\n",
"\n",
"IN_COLAB = \"google.colab\" in sys.modules\n",
"colab_requirements = [\"pip install tf-nightly-gpu-2.0-preview==2.0.0.dev20190513\"]\n",
"colab_requirements = [\"pip install tf-nightly-gpu-2.0-preview==2.0.0.dev20190513\",\n",
" \"pip install tfp-nightly==0.7.0.dev20190508\",\n",
" ]\n",
"if IN_COLAB:\n",
" for i in colab_requirements:\n",
" run_subprocess_command(i)"
Expand Down Expand Up @@ -73,7 +75,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:53.080422Z",
Expand Down Expand Up @@ -107,7 +109,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:53.085836Z",
Expand Down Expand Up @@ -143,7 +145,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:53.176505Z",
Expand All @@ -165,7 +167,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:58.612141Z",
Expand Down Expand Up @@ -211,7 +213,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:58.638319Z",
Expand Down Expand Up @@ -339,7 +341,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:58.746308Z",
Expand All @@ -356,7 +358,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:58.833907Z",
Expand Down Expand Up @@ -488,7 +490,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:02:59.710355Z",
Expand Down Expand Up @@ -527,7 +529,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:03:00.338845Z",
Expand All @@ -545,7 +547,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:03:07.331536Z",
Expand All @@ -562,7 +564,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:03:07.346895Z",
Expand Down Expand Up @@ -593,7 +595,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-10T23:03:07.465158Z",
Expand All @@ -611,7 +613,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-05-11T00:56:46.240031Z",
Expand Down Expand Up @@ -670,16 +672,14 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"colab": {},
"colab_type": "code",
"id": "vyFWbSlgTxCy"
},
"outputs": [],
"source": [
""
]
"source": []
}
],
"metadata": {
Expand Down Expand Up @@ -710,5 +710,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 2
}

0 comments on commit d5b3e73

Please sign in to comment.