Skip to content

Commit a37edb4

Browse files
committed
updated GATQSAT.ipynb using Colaboratory
1 parent ce9c0fd commit a37edb4

File tree

1 file changed

+12
-60
lines changed

1 file changed

+12
-60
lines changed

GATQSAT.ipynb

+12-60
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"drive.mount('/content/gdrive')"
5454
],
5555
"id": "md4JZ9dNr-cj",
56-
"execution_count": 1,
56+
"execution_count": null,
5757
"outputs": [
5858
{
5959
"output_type": "stream",
@@ -77,7 +77,7 @@
7777
"%cd gdrive/My Drive"
7878
],
7979
"id": "PSSjiEf1sjTf",
80-
"execution_count": 2,
80+
"execution_count": null,
8181
"outputs": [
8282
{
8383
"output_type": "stream",
@@ -108,7 +108,7 @@
108108
" !git pull"
109109
],
110110
"id": "wQDmH68WssAm",
111-
"execution_count": 3,
111+
"execution_count": null,
112112
"outputs": [
113113
{
114114
"output_type": "stream",
@@ -133,7 +133,7 @@
133133
"!pip install -r requirements.txt"
134134
],
135135
"id": "FDLLNcrEt_il",
136-
"execution_count": 4,
136+
"execution_count": null,
137137
"outputs": [
138138
{
139139
"output_type": "stream",
@@ -279,7 +279,7 @@
279279
" 'flat200-479']}}"
280280
],
281281
"id": "HMMK1om7bzWs",
282-
"execution_count": 5,
282+
"execution_count": null,
283283
"outputs": []
284284
},
285285
{
@@ -295,7 +295,7 @@
295295
"%cd GQSAT"
296296
],
297297
"id": "Ypffdwwc60GL",
298-
"execution_count": 6,
298+
"execution_count": null,
299299
"outputs": [
300300
{
301301
"output_type": "stream",
@@ -334,7 +334,7 @@
334334
"%cd .."
335335
],
336336
"id": "nZF8lgna7tGm",
337-
"execution_count": 7,
337+
"execution_count": null,
338338
"outputs": [
339339
{
340340
"output_type": "stream",
@@ -420,7 +420,7 @@
420420
"PROBLEM_TYPE='uniform-random-3-sat'"
421421
],
422422
"id": "HGI9Dj-FRXN4",
423-
"execution_count": 8,
423+
"execution_count": null,
424424
"outputs": []
425425
},
426426
{
@@ -585,7 +585,7 @@
585585
" 'model_50003')}"
586586
],
587587
"id": "ptB7-ZibX3yE",
588-
"execution_count": 9,
588+
"execution_count": null,
589589
"outputs": []
590590
},
591591
{
@@ -625,7 +625,7 @@
625625
" >> runs/\"$MODEL_DIR\"/\"$PROBLEM_NAME\"-gatqsat-max\"$MODEL_DECISION\".tsv"
626626
],
627627
"id": "oFxGGZdPX62D",
628-
"execution_count": 10,
628+
"execution_count": null,
629629
"outputs": []
630630
},
631631
{
@@ -705,7 +705,7 @@
705705
"id": "0WBwidOk9EIG"
706706
},
707707
"id": "0WBwidOk9EIG",
708-
"execution_count": 11,
708+
"execution_count": null,
709709
"outputs": []
710710
},
711711
{
@@ -734,34 +734,10 @@
734734
" --model-checkpoint \"$CHECKPOINT\".chkp \\\n",
735735
" >> runs/\"$MODEL_DIR\"/\"$PROBLEM_NAME\"-gatqsat-max\"$MODEL_DECISION\".tsv"
736736
],
737-
"execution_count": 12,
737+
"execution_count": null,
738738
"outputs": [],
739739
"id": "xfjCQpJzlNOS"
740740
},
741-
{
742-
"cell_type": "code",
743-
"metadata": {
744-
"id": "Gw-KPx8glT7s",
745-
"colab": {
746-
"base_uri": "https://localhost:8080/"
747-
},
748-
"outputId": "5dab2ad7-55e0-449b-cffa-c0de180a89dd"
749-
},
750-
"source": [
751-
"%cd .."
752-
],
753-
"id": "Gw-KPx8glT7s",
754-
"execution_count": null,
755-
"outputs": [
756-
{
757-
"output_type": "stream",
758-
"name": "stdout",
759-
"text": [
760-
"/content/gdrive/My Drive/neuroSAT\n"
761-
]
762-
}
763-
]
764-
},
765741
{
766742
"cell_type": "markdown",
767743
"metadata": {
@@ -1016,30 +992,6 @@
1016992
"id": "7YQTwDwvjCDO",
1017993
"execution_count": null,
1018994
"outputs": []
1019-
},
1020-
{
1021-
"cell_type": "code",
1022-
"metadata": {
1023-
"colab": {
1024-
"base_uri": "https://localhost:8080/"
1025-
},
1026-
"id": "hqnV3yURjCDO",
1027-
"outputId": "adbdc707-1d4e-4970-b196-ccd4e51f816b"
1028-
},
1029-
"source": [
1030-
"%cd .."
1031-
],
1032-
"id": "hqnV3yURjCDO",
1033-
"execution_count": null,
1034-
"outputs": [
1035-
{
1036-
"output_type": "stream",
1037-
"name": "stdout",
1038-
"text": [
1039-
"/content/gdrive/My Drive/neuroSAT\n"
1040-
]
1041-
}
1042-
]
1043995
}
1044996
]
1045997
}

0 commit comments

Comments
 (0)