Skip to content

Commit 38da4dc

Browse files
committed
Move folders.
1 parent dc9506d commit 38da4dc

4 files changed

Lines changed: 9 additions & 35 deletions

File tree

presentation/chai.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

research/presentation/chai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../lib/chai.py
Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 2,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -20,24 +20,9 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": 3,
23+
"execution_count": null,
2424
"metadata": {},
25-
"outputs": [
26-
{
27-
"name": "stdout",
28-
"output_type": "stream",
29-
"text": [
30-
"1\n",
31-
"2\n",
32-
"4\n",
33-
"8\n",
34-
"16\n",
35-
"32\n",
36-
"64\n",
37-
"128\n"
38-
]
39-
}
40-
],
25+
"outputs": [],
4126
"source": [
4227
"\n",
4328
"\n",
@@ -61,7 +46,7 @@
6146
},
6247
{
6348
"cell_type": "code",
64-
"execution_count": 4,
49+
"execution_count": null,
6550
"metadata": {},
6651
"outputs": [],
6752
"source": [
@@ -76,20 +61,9 @@
7661
},
7762
{
7863
"cell_type": "code",
79-
"execution_count": 22,
64+
"execution_count": null,
8065
"metadata": {},
81-
"outputs": [
82-
{
83-
"data": {
84-
"text/plain": [
85-
"{'num_nodes': 19, 'num_images': 10000, 'time': 4450.48721708809}"
86-
]
87-
},
88-
"execution_count": 22,
89-
"metadata": {},
90-
"output_type": "execute_result"
91-
}
92-
],
66+
"outputs": [],
9367
"source": [
9468
"data[-1]"
9569
]
@@ -104,7 +78,7 @@
10478
],
10579
"metadata": {
10680
"kernelspec": {
107-
"display_name": "Python 3",
81+
"display_name": ".venv",
10882
"language": "python",
10983
"name": "python3"
11084
},
@@ -118,7 +92,7 @@
11892
"name": "python",
11993
"nbconvert_exporter": "python",
12094
"pygments_lexer": "ipython3",
121-
"version": "3.9.6"
95+
"version": "3.12.9"
12296
}
12397
},
12498
"nbformat": 4,

0 commit comments

Comments
 (0)