nyan102 commited on
Commit
3bfefd4
·
verified ·
1 Parent(s): 29421d5

Upload /kaggle/working//__notebook__.ipynb with huggingface_hub

Browse files
Files changed (1) hide show
  1. kaggle/working/__notebook__.ipynb +213 -203
kaggle/working/__notebook__.ipynb CHANGED
@@ -2,13 +2,13 @@
2
  "cells": [
3
  {
4
  "cell_type": "markdown",
5
- "id": "d111f658",
6
  "metadata": {
7
  "papermill": {
8
- "duration": 0.01265,
9
- "end_time": "2025-04-29T07:59:39.546012",
10
  "exception": false,
11
- "start_time": "2025-04-29T07:59:39.533362",
12
  "status": "completed"
13
  },
14
  "tags": []
@@ -36,19 +36,19 @@
36
  {
37
  "cell_type": "code",
38
  "execution_count": 1,
39
- "id": "13419dd9",
40
  "metadata": {
41
  "execution": {
42
- "iopub.execute_input": "2025-04-29T07:59:39.570963Z",
43
- "iopub.status.busy": "2025-04-29T07:59:39.570672Z",
44
- "iopub.status.idle": "2025-04-29T07:59:39.578644Z",
45
- "shell.execute_reply": "2025-04-29T07:59:39.577998Z"
46
  },
47
  "papermill": {
48
- "duration": 0.02216,
49
- "end_time": "2025-04-29T07:59:39.580100",
50
  "exception": false,
51
- "start_time": "2025-04-29T07:59:39.557940",
52
  "status": "completed"
53
  },
54
  "tags": []
@@ -56,25 +56,25 @@
56
  "outputs": [],
57
  "source": [
58
  "# 是否为双实例?\n",
59
- "two_session = True"
60
  ]
61
  },
62
  {
63
  "cell_type": "code",
64
  "execution_count": 2,
65
- "id": "dc4abc05",
66
  "metadata": {
67
  "execution": {
68
- "iopub.execute_input": "2025-04-29T07:59:39.605403Z",
69
- "iopub.status.busy": "2025-04-29T07:59:39.605168Z",
70
- "iopub.status.idle": "2025-04-29T07:59:43.675794Z",
71
- "shell.execute_reply": "2025-04-29T07:59:43.674874Z"
72
  },
73
  "papermill": {
74
- "duration": 4.086366,
75
- "end_time": "2025-04-29T07:59:43.678084",
76
  "exception": false,
77
- "start_time": "2025-04-29T07:59:39.591718",
78
  "status": "completed"
79
  },
80
  "tags": []
@@ -93,28 +93,16 @@
93
  "name": "stdout",
94
  "output_type": "stream",
95
  "text": [
96
- "2025/04/29 07:59:39 [I] 检查更新中...\n",
97
- "2025/04/29 07:59:39 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
98
- "2025/04/29 07:59:39 [W] 更新检查失败: API is not initialized\n",
99
- "2025/04/29 07:59:39 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
100
- "2025/04/29 07:59:39 [I] 正在连接节点 [proxy.lovedraw.cn, tcp]\n",
101
- "2025/04/29 07:59:40 [I] [f92381ea] 连接节点成功, 运行 ID [f92381ea]\n",
102
- "2025/04/29 07:59:40 [I] [f92381ea] 隧道启动中: [sdwebuip_27861, tcp -> 127.0.0.1:7861]\n",
103
- "TCP 隧道启动成功\n",
104
- "使用 >>proxy.lovedraw.cn:27861<< 连接你的隧道\n",
105
- "或使用 IP 地址连接: >>3.39.48.219:27861<<\n",
106
- "2025/04/29 07:59:41 [I] [f92381ea] [sdwebuip_27861] 隧道启动成功\n",
107
- "2025/04/29 07:59:39 [I] 检查更新中...\n",
108
- "2025/04/29 07:59:39 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
109
- "2025/04/29 07:59:39 [W] 更新检查失败: API is not initialized\n",
110
- "2025/04/29 07:59:39 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
111
- "2025/04/29 07:59:39 [I] 正在连接节点 [proxy.lovedraw.cn, tcp]\n",
112
- "2025/04/29 07:59:40 [I] [29d695f0] 连接节点成功, 运行 ID [29d695f0]\n",
113
- "2025/04/29 07:59:40 [I] [29d695f0] 隧道启动中: [sdwebuip_17861, tcp -> 127.0.0.1:7860]\n",
114
- "TCP 隧道启动成功\n",
115
- "使用 >>proxy.lovedraw.cn:17861<< 连接你的隧道\n",
116
- "或使用 IP 地址连接: >>3.39.48.219:17861<<\n",
117
- "2025/04/29 07:59:40 [I] [29d695f0] [sdwebuip_17861] 隧道启动成功\n"
118
  ]
119
  }
120
  ],
@@ -136,7 +124,7 @@
136
  "\n",
137
  "config1 = f\"\"\"\n",
138
  "[common]\n",
139
- "server_addr = proxy.lovedraw.cn\n",
140
  "server_port = 7000\n",
141
  "token = {frp_token} \n",
142
  "heartbeat_interval = 30\n",
@@ -152,7 +140,7 @@
152
  "\n",
153
  "config2 = f\"\"\"\n",
154
  "[common]\n",
155
- "server_addr = proxy.lovedraw.cn\n",
156
  "server_port = 7000\n",
157
  "token = {frp_token} \n",
158
  "heartbeat_interval = 30\n",
@@ -193,19 +181,19 @@
193
  {
194
  "cell_type": "code",
195
  "execution_count": 3,
196
- "id": "8dfb6c3a",
197
  "metadata": {
198
  "execution": {
199
- "iopub.execute_input": "2025-04-29T07:59:43.710244Z",
200
- "iopub.status.busy": "2025-04-29T07:59:43.710004Z",
201
- "iopub.status.idle": "2025-04-29T07:59:47.738520Z",
202
- "shell.execute_reply": "2025-04-29T07:59:47.737708Z"
203
  },
204
  "papermill": {
205
- "duration": 4.043775,
206
- "end_time": "2025-04-29T07:59:47.740404",
207
  "exception": false,
208
- "start_time": "2025-04-29T07:59:43.696629",
209
  "status": "completed"
210
  },
211
  "tags": []
@@ -232,18 +220,18 @@
232
  "name": "stdout",
233
  "output_type": "stream",
234
  "text": [
235
- "2025/04/29 07:59:43 [I] 检查更新中...\n",
236
- "2025/04/29 07:59:43 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
237
- "2025/04/29 07:59:43 [I] 正在连接节点 [128.204.223.114, tcp]\n",
238
- "2025/04/29 07:59:43 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
239
- "2025/04/29 07:59:43 [W] 更新检查失败: API is not initialized\n",
240
- "2025/04/29 07:59:43 [W] 登录节点失败: dial tcp 128.204.223.114:31000: connect: connection refused, 请检查网络连接\n",
241
- "2025/04/29 07:59:43 [I] 检查更新中...\n",
242
- "2025/04/29 07:59:43 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
243
- "2025/04/29 07:59:43 [W] 更新检查失败: API is not initialized\n",
244
- "2025/04/29 07:59:43 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
245
- "2025/04/29 07:59:43 [I] 正在连接节点 [128.204.223.114, tcp]\n",
246
- "2025/04/29 07:59:43 [W] 登录节点失败: dial tcp 128.204.223.114:31000: connect: connection refused, 请检查网络连接\n"
247
  ]
248
  }
249
  ],
@@ -316,19 +304,19 @@
316
  {
317
  "cell_type": "code",
318
  "execution_count": 4,
319
- "id": "fccd8de9",
320
  "metadata": {
321
  "execution": {
322
- "iopub.execute_input": "2025-04-29T07:59:47.767418Z",
323
- "iopub.status.busy": "2025-04-29T07:59:47.767158Z",
324
- "iopub.status.idle": "2025-04-29T07:59:53.019828Z",
325
- "shell.execute_reply": "2025-04-29T07:59:53.018618Z"
326
  },
327
  "papermill": {
328
- "duration": 5.267755,
329
- "end_time": "2025-04-29T07:59:53.021933",
330
  "exception": false,
331
- "start_time": "2025-04-29T07:59:47.754178",
332
  "status": "completed"
333
  },
334
  "tags": []
@@ -338,16 +326,22 @@
338
  "name": "stdout",
339
  "output_type": "stream",
340
  "text": [
341
- "--2025-04-29 07:59:48-- https://huggingface.co/datasets/nyan102/ssh/resolve/main/lanyun-motd\r\n",
342
- "Resolving huggingface.co (huggingface.co)... "
343
  ]
344
  },
345
  {
346
  "name": "stdout",
347
  "output_type": "stream",
348
  "text": [
349
- "18.160.143.32, 18.160.143.75, 18.160.143.76, ...\r\n",
350
- "Connecting to huggingface.co (huggingface.co)|18.160.143.32|:443... connected.\r\n",
 
 
 
 
 
 
 
351
  "HTTP request sent, awaiting response... "
352
  ]
353
  },
@@ -355,16 +349,9 @@
355
  "name": "stdout",
356
  "output_type": "stream",
357
  "text": [
358
- "200 OK\r\n",
359
- "Length: 4247 (4.1K) [text/plain]\r\n",
360
- "Saving to: '/etc/lanyun-motd'\r\n",
361
- "\r\n",
362
- "\r",
363
- "lanyun-motd 0%[ ] 0 --.-KB/s \r",
364
- "lanyun-motd 100%[===================>] 4.15K --.-KB/s in 0s \r\n",
365
  "\r\n",
366
- "2025-04-29 07:59:48 (465 MB/s) - '/etc/lanyun-motd' saved [4247/4247]\r\n",
367
- "\r\n"
368
  ]
369
  }
370
  ],
@@ -386,19 +373,19 @@
386
  {
387
  "cell_type": "code",
388
  "execution_count": 5,
389
- "id": "a205bbfa",
390
  "metadata": {
391
  "execution": {
392
- "iopub.execute_input": "2025-04-29T07:59:53.048946Z",
393
- "iopub.status.busy": "2025-04-29T07:59:53.048202Z",
394
- "iopub.status.idle": "2025-04-29T07:59:53.554098Z",
395
- "shell.execute_reply": "2025-04-29T07:59:53.553193Z"
396
  },
397
  "papermill": {
398
- "duration": 0.521523,
399
- "end_time": "2025-04-29T07:59:53.556243",
400
  "exception": false,
401
- "start_time": "2025-04-29T07:59:53.034720",
402
  "status": "completed"
403
  },
404
  "tags": []
@@ -454,19 +441,19 @@
454
  {
455
  "cell_type": "code",
456
  "execution_count": 6,
457
- "id": "838ee5e0",
458
  "metadata": {
459
  "execution": {
460
- "iopub.execute_input": "2025-04-29T07:59:53.582859Z",
461
- "iopub.status.busy": "2025-04-29T07:59:53.582418Z",
462
- "iopub.status.idle": "2025-04-29T07:59:53.788819Z",
463
- "shell.execute_reply": "2025-04-29T07:59:53.787956Z"
464
  },
465
  "papermill": {
466
- "duration": 0.221651,
467
- "end_time": "2025-04-29T07:59:53.790692",
468
  "exception": false,
469
- "start_time": "2025-04-29T07:59:53.569041",
470
  "status": "completed"
471
  },
472
  "tags": []
@@ -614,19 +601,19 @@
614
  {
615
  "cell_type": "code",
616
  "execution_count": 7,
617
- "id": "b9be079a",
618
  "metadata": {
619
  "execution": {
620
- "iopub.execute_input": "2025-04-29T07:59:53.817526Z",
621
- "iopub.status.busy": "2025-04-29T07:59:53.817005Z",
622
- "iopub.status.idle": "2025-04-29T08:00:22.397310Z",
623
- "shell.execute_reply": "2025-04-29T08:00:22.396159Z"
624
  },
625
  "papermill": {
626
- "duration": 28.595361,
627
- "end_time": "2025-04-29T08:00:22.399344",
628
  "exception": false,
629
- "start_time": "2025-04-29T07:59:53.803983",
630
  "status": "completed"
631
  },
632
  "tags": []
@@ -688,29 +675,35 @@
688
  "(Reading database ... 50%\r",
689
  "(Reading database ... 55%\r",
690
  "(Reading database ... 60%\r",
691
- "(Reading database ... 65%\r",
692
- "(Reading database ... 70%\r"
693
  ]
694
  },
695
  {
696
  "name": "stdout",
697
  "output_type": "stream",
698
  "text": [
 
699
  "(Reading database ... 75%\r",
700
  "(Reading database ... 80%\r",
701
- "(Reading database ... 85%\r",
702
- "(Reading database ... 90%\r"
703
  ]
704
  },
705
  {
706
  "name": "stdout",
707
  "output_type": "stream",
708
  "text": [
 
709
  "(Reading database ... 95%\r",
710
  "(Reading database ... 100%\r",
711
  "(Reading database ... 113807 files and directories currently installed.)\r\n",
712
  "Preparing to unpack .../liblzma-dev_5.2.4-1ubuntu1.1_amd64.deb ...\r\n",
713
- "Unpacking liblzma-dev:amd64 (5.2.4-1ubuntu1.1) ...\r\n",
 
 
 
 
 
 
714
  "Selecting previously unselected package libunwind-dev:amd64.\r\n",
715
  "Preparing to unpack .../libunwind-dev_1.2.1-9ubuntu0.1_amd64.deb ...\r\n",
716
  "Unpacking libunwind-dev:amd64 (1.2.1-9ubuntu0.1) ...\r\n"
@@ -743,14 +736,14 @@
743
  "(Reading database ... 50%\r",
744
  "(Reading database ... 55%\r",
745
  "(Reading database ... 60%\r",
746
- "(Reading database ... 65%\r",
747
- "(Reading database ... 70%\r"
748
  ]
749
  },
750
  {
751
  "name": "stdout",
752
  "output_type": "stream",
753
  "text": [
 
754
  "(Reading database ... 75%\r",
755
  "(Reading database ... 80%\r",
756
  "(Reading database ... 85%\r",
@@ -772,31 +765,31 @@
772
  "name": "stdout",
773
  "output_type": "stream",
774
  "text": [
775
- "Selecting previously unselected package libgoogle-perftools-dev.\r\n"
 
 
776
  ]
777
  },
778
  {
779
  "name": "stdout",
780
  "output_type": "stream",
781
  "text": [
782
- "Preparing to unpack libgoogle-perftools-dev_2.5-2.2ubuntu3_amd64.deb ...\r\n",
783
- "Unpacking libgoogle-perftools-dev (2.5-2.2ubuntu3) ...\r\n"
 
784
  ]
785
  },
786
  {
787
  "name": "stdout",
788
  "output_type": "stream",
789
  "text": [
790
- "Selecting previously unselected package libgoogle-perftools4.\r\n",
791
- "Preparing to unpack libgoogle-perftools4_2.5-2.2ubuntu3_amd64.deb ...\r\n",
792
- "Unpacking libgoogle-perftools4 (2.5-2.2ubuntu3) ...\r\n"
793
  ]
794
  },
795
  {
796
  "name": "stdout",
797
  "output_type": "stream",
798
  "text": [
799
- "Selecting previously unselected package libtcmalloc-minimal4.\r\n",
800
  "Preparing to unpack libtcmalloc-minimal4_2.5-2.2ubuntu3_amd64.deb ...\r\n",
801
  "Unpacking libtcmalloc-minimal4 (2.5-2.2ubuntu3) ...\r\n"
802
  ]
@@ -813,7 +806,13 @@
813
  "output_type": "stream",
814
  "text": [
815
  "Setting up libgoogle-perftools4 (2.5-2.2ubuntu3) ...\r\n",
816
- "Setting up google-perftools (2.5-2.2ubuntu3) ...\r\n",
 
 
 
 
 
 
817
  "Setting up libgoogle-perftools-dev (2.5-2.2ubuntu3) ...\r\n"
818
  ]
819
  },
@@ -875,7 +874,7 @@
875
  {
876
  "cell_type": "code",
877
  "execution_count": null,
878
- "id": "87f3c85b",
879
  "metadata": {
880
  "execution": {
881
  "iopub.execute_input": "2024-05-13T11:43:26.036984Z",
@@ -885,7 +884,7 @@
885
  "duration": null,
886
  "end_time": null,
887
  "exception": false,
888
- "start_time": "2025-04-29T08:00:22.413544",
889
  "status": "running"
890
  },
891
  "tags": []
@@ -1062,7 +1061,7 @@
1062
  }
1063
  },
1064
  "cell_type": "markdown",
1065
- "id": "0fba398b",
1066
  "metadata": {
1067
  "papermill": {
1068
  "duration": null,
@@ -1081,7 +1080,7 @@
1081
  },
1082
  {
1083
  "cell_type": "markdown",
1084
- "id": "0b39edf7",
1085
  "metadata": {
1086
  "papermill": {
1087
  "duration": null,
@@ -1121,7 +1120,7 @@
1121
  {
1122
  "cell_type": "code",
1123
  "execution_count": null,
1124
- "id": "c7b7df9c",
1125
  "metadata": {
1126
  "papermill": {
1127
  "duration": null,
@@ -1191,7 +1190,7 @@
1191
  },
1192
  {
1193
  "cell_type": "markdown",
1194
- "id": "e5809724",
1195
  "metadata": {
1196
  "papermill": {
1197
  "duration": null,
@@ -1208,7 +1207,7 @@
1208
  },
1209
  {
1210
  "cell_type": "markdown",
1211
- "id": "ebed5b0d",
1212
  "metadata": {
1213
  "papermill": {
1214
  "duration": null,
@@ -1226,7 +1225,7 @@
1226
  {
1227
  "cell_type": "code",
1228
  "execution_count": null,
1229
- "id": "856eb242",
1230
  "metadata": {
1231
  "papermill": {
1232
  "duration": null,
@@ -1272,7 +1271,7 @@
1272
  },
1273
  {
1274
  "cell_type": "markdown",
1275
- "id": "9f6a6d09",
1276
  "metadata": {
1277
  "papermill": {
1278
  "duration": null,
@@ -1289,7 +1288,7 @@
1289
  },
1290
  {
1291
  "cell_type": "markdown",
1292
- "id": "4346d180",
1293
  "metadata": {
1294
  "papermill": {
1295
  "duration": null,
@@ -1310,7 +1309,7 @@
1310
  {
1311
  "cell_type": "code",
1312
  "execution_count": null,
1313
- "id": "6f965757",
1314
  "metadata": {
1315
  "papermill": {
1316
  "duration": null,
@@ -1518,7 +1517,7 @@
1518
  },
1519
  {
1520
  "cell_type": "markdown",
1521
- "id": "3c9532c5",
1522
  "metadata": {
1523
  "papermill": {
1524
  "duration": null,
@@ -1535,7 +1534,7 @@
1535
  },
1536
  {
1537
  "cell_type": "markdown",
1538
- "id": "50c0145a",
1539
  "metadata": {
1540
  "papermill": {
1541
  "duration": null,
@@ -1555,7 +1554,7 @@
1555
  {
1556
  "cell_type": "code",
1557
  "execution_count": null,
1558
- "id": "ebd3e989",
1559
  "metadata": {
1560
  "papermill": {
1561
  "duration": null,
@@ -1618,7 +1617,7 @@
1618
  },
1619
  {
1620
  "cell_type": "markdown",
1621
- "id": "9cc3fc00",
1622
  "metadata": {
1623
  "papermill": {
1624
  "duration": null,
@@ -1635,7 +1634,7 @@
1635
  },
1636
  {
1637
  "cell_type": "markdown",
1638
- "id": "7d3c042f",
1639
  "metadata": {
1640
  "papermill": {
1641
  "duration": null,
@@ -1653,7 +1652,7 @@
1653
  {
1654
  "cell_type": "code",
1655
  "execution_count": null,
1656
- "id": "b273db5b",
1657
  "metadata": {
1658
  "papermill": {
1659
  "duration": null,
@@ -1672,7 +1671,7 @@
1672
  {
1673
  "cell_type": "code",
1674
  "execution_count": null,
1675
- "id": "e656ed24",
1676
  "metadata": {
1677
  "papermill": {
1678
  "duration": null,
@@ -1724,7 +1723,7 @@
1724
  },
1725
  {
1726
  "cell_type": "markdown",
1727
- "id": "4ac68f66",
1728
  "metadata": {
1729
  "papermill": {
1730
  "duration": null,
@@ -1743,7 +1742,7 @@
1743
  },
1744
  {
1745
  "cell_type": "markdown",
1746
- "id": "af1bc24f",
1747
  "metadata": {
1748
  "papermill": {
1749
  "duration": null,
@@ -1761,7 +1760,7 @@
1761
  {
1762
  "cell_type": "code",
1763
  "execution_count": null,
1764
- "id": "f765e020",
1765
  "metadata": {
1766
  "papermill": {
1767
  "duration": null,
@@ -1796,7 +1795,7 @@
1796
  {
1797
  "cell_type": "code",
1798
  "execution_count": null,
1799
- "id": "a42574b5",
1800
  "metadata": {
1801
  "papermill": {
1802
  "duration": null,
@@ -1850,7 +1849,7 @@
1850
  },
1851
  {
1852
  "cell_type": "markdown",
1853
- "id": "6b6581c7",
1854
  "metadata": {
1855
  "papermill": {
1856
  "duration": null,
@@ -1867,7 +1866,7 @@
1867
  },
1868
  {
1869
  "cell_type": "markdown",
1870
- "id": "be5cd8b8",
1871
  "metadata": {
1872
  "papermill": {
1873
  "duration": null,
@@ -1885,7 +1884,7 @@
1885
  {
1886
  "cell_type": "code",
1887
  "execution_count": null,
1888
- "id": "5f83a53a",
1889
  "metadata": {
1890
  "papermill": {
1891
  "duration": null,
@@ -1975,7 +1974,7 @@
1975
  },
1976
  {
1977
  "cell_type": "markdown",
1978
- "id": "14d71714",
1979
  "metadata": {
1980
  "papermill": {
1981
  "duration": null,
@@ -1993,7 +1992,7 @@
1993
  {
1994
  "cell_type": "code",
1995
  "execution_count": null,
1996
- "id": "320e5ed5",
1997
  "metadata": {
1998
  "papermill": {
1999
  "duration": null,
@@ -2168,7 +2167,7 @@
2168
  },
2169
  {
2170
  "cell_type": "markdown",
2171
- "id": "af2b50f2",
2172
  "metadata": {
2173
  "papermill": {
2174
  "duration": null,
@@ -2186,7 +2185,7 @@
2186
  {
2187
  "cell_type": "code",
2188
  "execution_count": null,
2189
- "id": "73eb59a4",
2190
  "metadata": {
2191
  "papermill": {
2192
  "duration": null,
@@ -2364,7 +2363,7 @@
2364
  },
2365
  {
2366
  "cell_type": "markdown",
2367
- "id": "0dcc1039",
2368
  "metadata": {
2369
  "papermill": {
2370
  "duration": null,
@@ -2381,7 +2380,7 @@
2381
  },
2382
  {
2383
  "cell_type": "markdown",
2384
- "id": "49fe924c",
2385
  "metadata": {
2386
  "papermill": {
2387
  "duration": null,
@@ -2399,7 +2398,7 @@
2399
  {
2400
  "cell_type": "code",
2401
  "execution_count": null,
2402
- "id": "1d9d77b0",
2403
  "metadata": {
2404
  "papermill": {
2405
  "duration": null,
@@ -2446,7 +2445,7 @@
2446
  },
2447
  {
2448
  "cell_type": "markdown",
2449
- "id": "b31d898d",
2450
  "metadata": {
2451
  "papermill": {
2452
  "duration": null,
@@ -2464,7 +2463,7 @@
2464
  {
2465
  "cell_type": "code",
2466
  "execution_count": null,
2467
- "id": "c2d490eb",
2468
  "metadata": {
2469
  "papermill": {
2470
  "duration": null,
@@ -2552,7 +2551,7 @@
2552
  },
2553
  {
2554
  "cell_type": "markdown",
2555
- "id": "b79d9ded",
2556
  "metadata": {
2557
  "papermill": {
2558
  "duration": null,
@@ -2569,7 +2568,7 @@
2569
  },
2570
  {
2571
  "cell_type": "markdown",
2572
- "id": "a4ee1b82",
2573
  "metadata": {
2574
  "papermill": {
2575
  "duration": null,
@@ -2587,7 +2586,7 @@
2587
  {
2588
  "cell_type": "code",
2589
  "execution_count": null,
2590
- "id": "3306ce79",
2591
  "metadata": {
2592
  "papermill": {
2593
  "duration": null,
@@ -2696,7 +2695,7 @@
2696
  {
2697
  "cell_type": "code",
2698
  "execution_count": null,
2699
- "id": "6d54aac9",
2700
  "metadata": {
2701
  "ExecutionIndicator": {
2702
  "show": false
@@ -2760,7 +2759,7 @@
2760
  },
2761
  {
2762
  "cell_type": "markdown",
2763
- "id": "fcaf2170",
2764
  "metadata": {
2765
  "papermill": {
2766
  "duration": null,
@@ -2777,7 +2776,7 @@
2777
  },
2778
  {
2779
  "cell_type": "markdown",
2780
- "id": "57b5737f",
2781
  "metadata": {
2782
  "papermill": {
2783
  "duration": null,
@@ -2795,7 +2794,7 @@
2795
  {
2796
  "cell_type": "code",
2797
  "execution_count": null,
2798
- "id": "e9eb7697",
2799
  "metadata": {
2800
  "papermill": {
2801
  "duration": null,
@@ -2886,7 +2885,7 @@
2886
  },
2887
  {
2888
  "cell_type": "markdown",
2889
- "id": "f0ba5924",
2890
  "metadata": {
2891
  "papermill": {
2892
  "duration": null,
@@ -2903,7 +2902,7 @@
2903
  },
2904
  {
2905
  "cell_type": "markdown",
2906
- "id": "d3c67bc9",
2907
  "metadata": {
2908
  "papermill": {
2909
  "duration": null,
@@ -2921,7 +2920,7 @@
2921
  {
2922
  "cell_type": "code",
2923
  "execution_count": null,
2924
- "id": "072cda99",
2925
  "metadata": {
2926
  "_kg_hide-input": true,
2927
  "_kg_hide-output": false,
@@ -2956,7 +2955,7 @@
2956
  }
2957
  },
2958
  "cell_type": "markdown",
2959
- "id": "12fd4d38",
2960
  "metadata": {
2961
  "papermill": {
2962
  "duration": null,
@@ -2978,7 +2977,7 @@
2978
  {
2979
  "cell_type": "code",
2980
  "execution_count": null,
2981
- "id": "5eab5e82",
2982
  "metadata": {
2983
  "papermill": {
2984
  "duration": null,
@@ -2998,7 +2997,7 @@
2998
  {
2999
  "cell_type": "code",
3000
  "execution_count": null,
3001
- "id": "14686fc8",
3002
  "metadata": {
3003
  "papermill": {
3004
  "duration": null,
@@ -3017,7 +3016,7 @@
3017
  },
3018
  {
3019
  "cell_type": "markdown",
3020
- "id": "2705324f",
3021
  "metadata": {
3022
  "papermill": {
3023
  "duration": null,
@@ -3036,7 +3035,7 @@
3036
  },
3037
  {
3038
  "cell_type": "markdown",
3039
- "id": "a7d3360b",
3040
  "metadata": {
3041
  "papermill": {
3042
  "duration": null,
@@ -3114,7 +3113,7 @@
3114
  {
3115
  "cell_type": "code",
3116
  "execution_count": null,
3117
- "id": "6095e958",
3118
  "metadata": {
3119
  "papermill": {
3120
  "duration": null,
@@ -3143,7 +3142,7 @@
3143
  },
3144
  {
3145
  "cell_type": "markdown",
3146
- "id": "abf054a2",
3147
  "metadata": {
3148
  "papermill": {
3149
  "duration": null,
@@ -3160,7 +3159,7 @@
3160
  },
3161
  {
3162
  "cell_type": "markdown",
3163
- "id": "9ec201fa",
3164
  "metadata": {
3165
  "papermill": {
3166
  "duration": null,
@@ -3192,7 +3191,7 @@
3192
  {
3193
  "cell_type": "code",
3194
  "execution_count": null,
3195
- "id": "1a6480fa",
3196
  "metadata": {
3197
  "papermill": {
3198
  "duration": null,
@@ -3371,7 +3370,7 @@
3371
  },
3372
  {
3373
  "cell_type": "markdown",
3374
- "id": "d34948ae",
3375
  "metadata": {
3376
  "papermill": {
3377
  "duration": null,
@@ -3388,7 +3387,7 @@
3388
  },
3389
  {
3390
  "cell_type": "markdown",
3391
- "id": "87d0d6f4",
3392
  "metadata": {
3393
  "papermill": {
3394
  "duration": null,
@@ -3407,7 +3406,7 @@
3407
  },
3408
  {
3409
  "cell_type": "markdown",
3410
- "id": "29177e25",
3411
  "metadata": {
3412
  "papermill": {
3413
  "duration": null,
@@ -3470,58 +3469,69 @@
3470
  "accelerator": "nvidiaTeslaT4",
3471
  "dataSources": [
3472
  {
3473
- "datasetId": 4498001,
3474
- "sourceId": 7704641,
3475
- "sourceType": "datasetVersion"
3476
- },
3477
- {
3478
  "datasetId": 4526213,
3479
  "sourceId": 7743393,
3480
  "sourceType": "datasetVersion"
3481
  },
3482
  {
3483
- "datasetId": 4603229,
3484
- "sourceId": 7849789,
 
3485
  "sourceType": "datasetVersion"
3486
  },
3487
  {
3488
- "datasetId": 4803019,
3489
- "sourceId": 8126914,
 
3490
  "sourceType": "datasetVersion"
3491
  },
3492
  {
3493
- "datasetId": 4803101,
3494
- "sourceId": 8127034,
 
3495
  "sourceType": "datasetVersion"
3496
  },
3497
  {
3498
- "datasetId": 4803121,
3499
- "sourceId": 8127061,
 
3500
  "sourceType": "datasetVersion"
3501
  },
3502
  {
3503
- "datasetId": 4803264,
3504
- "sourceId": 8127249,
 
3505
  "sourceType": "datasetVersion"
3506
  },
3507
  {
 
3508
  "datasetId": 5041411,
3509
  "sourceId": 8458134,
3510
  "sourceType": "datasetVersion"
3511
  },
3512
  {
3513
- "datasetId": 6099790,
3514
- "sourceId": 9924430,
 
3515
  "sourceType": "datasetVersion"
3516
  },
3517
  {
3518
- "datasetId": 2908961,
3519
- "sourceId": 9924910,
 
3520
  "sourceType": "datasetVersion"
3521
  },
3522
  {
3523
- "datasetId": 6148636,
3524
- "sourceId": 9990707,
 
 
 
 
 
 
 
3525
  "sourceType": "datasetVersion"
3526
  },
3527
  {
@@ -3565,7 +3575,7 @@
3565
  "input_path": "__notebook__.ipynb",
3566
  "output_path": "__notebook__.ipynb",
3567
  "parameters": {},
3568
- "start_time": "2025-04-29T07:59:36.918683",
3569
  "version": "2.5.0"
3570
  }
3571
  },
 
2
  "cells": [
3
  {
4
  "cell_type": "markdown",
5
+ "id": "f439dcf1",
6
  "metadata": {
7
  "papermill": {
8
+ "duration": 0.012752,
9
+ "end_time": "2025-09-03T14:43:56.496110",
10
  "exception": false,
11
+ "start_time": "2025-09-03T14:43:56.483358",
12
  "status": "completed"
13
  },
14
  "tags": []
 
36
  {
37
  "cell_type": "code",
38
  "execution_count": 1,
39
+ "id": "2fe16120",
40
  "metadata": {
41
  "execution": {
42
+ "iopub.execute_input": "2025-09-03T14:43:56.521664Z",
43
+ "iopub.status.busy": "2025-09-03T14:43:56.521376Z",
44
+ "iopub.status.idle": "2025-09-03T14:43:56.529323Z",
45
+ "shell.execute_reply": "2025-09-03T14:43:56.528739Z"
46
  },
47
  "papermill": {
48
+ "duration": 0.022782,
49
+ "end_time": "2025-09-03T14:43:56.530856",
50
  "exception": false,
51
+ "start_time": "2025-09-03T14:43:56.508074",
52
  "status": "completed"
53
  },
54
  "tags": []
 
56
  "outputs": [],
57
  "source": [
58
  "# 是否为双实例?\n",
59
+ "two_session = False"
60
  ]
61
  },
62
  {
63
  "cell_type": "code",
64
  "execution_count": 2,
65
+ "id": "df4f51fd",
66
  "metadata": {
67
  "execution": {
68
+ "iopub.execute_input": "2025-09-03T14:43:56.556449Z",
69
+ "iopub.status.busy": "2025-09-03T14:43:56.556227Z",
70
+ "iopub.status.idle": "2025-09-03T14:44:00.781703Z",
71
+ "shell.execute_reply": "2025-09-03T14:44:00.780770Z"
72
  },
73
  "papermill": {
74
+ "duration": 4.240766,
75
+ "end_time": "2025-09-03T14:44:00.783428",
76
  "exception": false,
77
+ "start_time": "2025-09-03T14:43:56.542662",
78
  "status": "completed"
79
  },
80
  "tags": []
 
93
  "name": "stdout",
94
  "output_type": "stream",
95
  "text": [
96
+ "2025/09/03 14:43:56 [I] 检查更新中...\n",
97
+ "2025/09/03 14:43:56 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
98
+ "2025/09/03 14:43:56 [W] 更新检查失败: API is not initialized\n",
99
+ "2025/09/03 14:43:56 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
100
+ "2025/09/03 14:43:56 [I] 正在连接节点 [45.194.32.78, tcp]\n",
101
+ "2025/09/03 14:43:56 [I] 检查更新中...\n",
102
+ "2025/09/03 14:43:56 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
103
+ "2025/09/03 14:43:56 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
104
+ "2025/09/03 14:43:56 [I] 正在连接节点 [45.194.32.78, tcp]\n",
105
+ "2025/09/03 14:43:56 [W] 更新检查失败: API is not initialized\n"
 
 
 
 
 
 
 
 
 
 
 
 
106
  ]
107
  }
108
  ],
 
124
  "\n",
125
  "config1 = f\"\"\"\n",
126
  "[common]\n",
127
+ "server_addr = 45.194.32.78\n",
128
  "server_port = 7000\n",
129
  "token = {frp_token} \n",
130
  "heartbeat_interval = 30\n",
 
140
  "\n",
141
  "config2 = f\"\"\"\n",
142
  "[common]\n",
143
+ "server_addr = 45.194.32.78\n",
144
  "server_port = 7000\n",
145
  "token = {frp_token} \n",
146
  "heartbeat_interval = 30\n",
 
181
  {
182
  "cell_type": "code",
183
  "execution_count": 3,
184
+ "id": "77af10b2",
185
  "metadata": {
186
  "execution": {
187
+ "iopub.execute_input": "2025-09-03T14:44:00.816633Z",
188
+ "iopub.status.busy": "2025-09-03T14:44:00.816321Z",
189
+ "iopub.status.idle": "2025-09-03T14:44:04.857026Z",
190
+ "shell.execute_reply": "2025-09-03T14:44:04.856161Z"
191
  },
192
  "papermill": {
193
+ "duration": 4.062345,
194
+ "end_time": "2025-09-03T14:44:04.859066",
195
  "exception": false,
196
+ "start_time": "2025-09-03T14:44:00.796721",
197
  "status": "completed"
198
  },
199
  "tags": []
 
220
  "name": "stdout",
221
  "output_type": "stream",
222
  "text": [
223
+ "2025/09/03 14:44:00 [I] 检查更新中...\n",
224
+ "2025/09/03 14:44:00 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
225
+ "2025/09/03 14:44:00 [W] 更新检查失败: API is not initialized\n",
226
+ "2025/09/03 14:44:00 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
227
+ "2025/09/03 14:44:00 [I] 正在连接节点 [128.204.223.114, tcp]\n",
228
+ "2025/09/03 14:44:00 [W] 登录节点失败: dial tcp 128.204.223.114:31000: connect: connection refused, 请检查网络连接\n",
229
+ "2025/09/03 14:44:00 [I] 检查更新中...\n",
230
+ "2025/09/03 14:44:00 [I] 出现错误, 请打开 https://doc.natfrp.com 查看帮助文档\n",
231
+ "2025/09/03 14:44:00 [W] 更新检查失败: API is not initialized\n",
232
+ "2025/09/03 14:44:00 [I] frpc version: 0.51.0-sakura-5.3 (built: 2024-06-21 23:15)\n",
233
+ "2025/09/03 14:44:00 [I] 正在连接节点 [128.204.223.114, tcp]\n",
234
+ "2025/09/03 14:44:00 [W] 登录节点失败: dial tcp 128.204.223.114:31000: connect: connection refused, 请检查网络连接\n"
235
  ]
236
  }
237
  ],
 
304
  {
305
  "cell_type": "code",
306
  "execution_count": 4,
307
+ "id": "000005ce",
308
  "metadata": {
309
  "execution": {
310
+ "iopub.execute_input": "2025-09-03T14:44:04.886765Z",
311
+ "iopub.status.busy": "2025-09-03T14:44:04.886083Z",
312
+ "iopub.status.idle": "2025-09-03T14:44:10.188683Z",
313
+ "shell.execute_reply": "2025-09-03T14:44:10.187675Z"
314
  },
315
  "papermill": {
316
+ "duration": 5.317957,
317
+ "end_time": "2025-09-03T14:44:10.190614",
318
  "exception": false,
319
+ "start_time": "2025-09-03T14:44:04.872657",
320
  "status": "completed"
321
  },
322
  "tags": []
 
326
  "name": "stdout",
327
  "output_type": "stream",
328
  "text": [
329
+ "--2025-09-03 14:44:05-- https://huggingface.co/datasets/nyan102/ssh/resolve/main/lanyun-motd\r\n"
 
330
  ]
331
  },
332
  {
333
  "name": "stdout",
334
  "output_type": "stream",
335
  "text": [
336
+ "Resolving huggingface.co (huggingface.co)... 3.165.190.31, 3.165.190.15, 3.165.190.19, ...\r\n",
337
+ "Connecting to huggingface.co (huggingface.co)|3.165.190.31|:443... "
338
+ ]
339
+ },
340
+ {
341
+ "name": "stdout",
342
+ "output_type": "stream",
343
+ "text": [
344
+ "connected.\r\n",
345
  "HTTP request sent, awaiting response... "
346
  ]
347
  },
 
349
  "name": "stdout",
350
  "output_type": "stream",
351
  "text": [
352
+ "401 Unauthorized\r\n",
 
 
 
 
 
 
353
  "\r\n",
354
+ "Username/Password Authentication Failed.\r\n"
 
355
  ]
356
  }
357
  ],
 
373
  {
374
  "cell_type": "code",
375
  "execution_count": 5,
376
+ "id": "c4654d5f",
377
  "metadata": {
378
  "execution": {
379
+ "iopub.execute_input": "2025-09-03T14:44:10.217564Z",
380
+ "iopub.status.busy": "2025-09-03T14:44:10.217289Z",
381
+ "iopub.status.idle": "2025-09-03T14:44:10.800612Z",
382
+ "shell.execute_reply": "2025-09-03T14:44:10.799721Z"
383
  },
384
  "papermill": {
385
+ "duration": 0.599379,
386
+ "end_time": "2025-09-03T14:44:10.802943",
387
  "exception": false,
388
+ "start_time": "2025-09-03T14:44:10.203564",
389
  "status": "completed"
390
  },
391
  "tags": []
 
441
  {
442
  "cell_type": "code",
443
  "execution_count": 6,
444
+ "id": "04c4b22f",
445
  "metadata": {
446
  "execution": {
447
+ "iopub.execute_input": "2025-09-03T14:44:10.841711Z",
448
+ "iopub.status.busy": "2025-09-03T14:44:10.840988Z",
449
+ "iopub.status.idle": "2025-09-03T14:44:11.052705Z",
450
+ "shell.execute_reply": "2025-09-03T14:44:11.052089Z"
451
  },
452
  "papermill": {
453
+ "duration": 0.231957,
454
+ "end_time": "2025-09-03T14:44:11.054396",
455
  "exception": false,
456
+ "start_time": "2025-09-03T14:44:10.822439",
457
  "status": "completed"
458
  },
459
  "tags": []
 
601
  {
602
  "cell_type": "code",
603
  "execution_count": 7,
604
+ "id": "7d50bef2",
605
  "metadata": {
606
  "execution": {
607
+ "iopub.execute_input": "2025-09-03T14:44:11.081508Z",
608
+ "iopub.status.busy": "2025-09-03T14:44:11.081034Z",
609
+ "iopub.status.idle": "2025-09-03T14:44:45.543278Z",
610
+ "shell.execute_reply": "2025-09-03T14:44:45.542229Z"
611
  },
612
  "papermill": {
613
+ "duration": 34.477297,
614
+ "end_time": "2025-09-03T14:44:45.545064",
615
  "exception": false,
616
+ "start_time": "2025-09-03T14:44:11.067767",
617
  "status": "completed"
618
  },
619
  "tags": []
 
675
  "(Reading database ... 50%\r",
676
  "(Reading database ... 55%\r",
677
  "(Reading database ... 60%\r",
678
+ "(Reading database ... 65%\r"
 
679
  ]
680
  },
681
  {
682
  "name": "stdout",
683
  "output_type": "stream",
684
  "text": [
685
+ "(Reading database ... 70%\r",
686
  "(Reading database ... 75%\r",
687
  "(Reading database ... 80%\r",
688
+ "(Reading database ... 85%\r"
 
689
  ]
690
  },
691
  {
692
  "name": "stdout",
693
  "output_type": "stream",
694
  "text": [
695
+ "(Reading database ... 90%\r",
696
  "(Reading database ... 95%\r",
697
  "(Reading database ... 100%\r",
698
  "(Reading database ... 113807 files and directories currently installed.)\r\n",
699
  "Preparing to unpack .../liblzma-dev_5.2.4-1ubuntu1.1_amd64.deb ...\r\n",
700
+ "Unpacking liblzma-dev:amd64 (5.2.4-1ubuntu1.1) ...\r\n"
701
+ ]
702
+ },
703
+ {
704
+ "name": "stdout",
705
+ "output_type": "stream",
706
+ "text": [
707
  "Selecting previously unselected package libunwind-dev:amd64.\r\n",
708
  "Preparing to unpack .../libunwind-dev_1.2.1-9ubuntu0.1_amd64.deb ...\r\n",
709
  "Unpacking libunwind-dev:amd64 (1.2.1-9ubuntu0.1) ...\r\n"
 
736
  "(Reading database ... 50%\r",
737
  "(Reading database ... 55%\r",
738
  "(Reading database ... 60%\r",
739
+ "(Reading database ... 65%\r"
 
740
  ]
741
  },
742
  {
743
  "name": "stdout",
744
  "output_type": "stream",
745
  "text": [
746
+ "(Reading database ... 70%\r",
747
  "(Reading database ... 75%\r",
748
  "(Reading database ... 80%\r",
749
  "(Reading database ... 85%\r",
 
765
  "name": "stdout",
766
  "output_type": "stream",
767
  "text": [
768
+ "Selecting previously unselected package libgoogle-perftools-dev.\r\n",
769
+ "Preparing to unpack libgoogle-perftools-dev_2.5-2.2ubuntu3_amd64.deb ...\r\n",
770
+ "Unpacking libgoogle-perftools-dev (2.5-2.2ubuntu3) ...\r\n"
771
  ]
772
  },
773
  {
774
  "name": "stdout",
775
  "output_type": "stream",
776
  "text": [
777
+ "Selecting previously unselected package libgoogle-perftools4.\r\n",
778
+ "Preparing to unpack libgoogle-perftools4_2.5-2.2ubuntu3_amd64.deb ...\r\n",
779
+ "Unpacking libgoogle-perftools4 (2.5-2.2ubuntu3) ...\r\n"
780
  ]
781
  },
782
  {
783
  "name": "stdout",
784
  "output_type": "stream",
785
  "text": [
786
+ "Selecting previously unselected package libtcmalloc-minimal4.\r\n"
 
 
787
  ]
788
  },
789
  {
790
  "name": "stdout",
791
  "output_type": "stream",
792
  "text": [
 
793
  "Preparing to unpack libtcmalloc-minimal4_2.5-2.2ubuntu3_amd64.deb ...\r\n",
794
  "Unpacking libtcmalloc-minimal4 (2.5-2.2ubuntu3) ...\r\n"
795
  ]
 
806
  "output_type": "stream",
807
  "text": [
808
  "Setting up libgoogle-perftools4 (2.5-2.2ubuntu3) ...\r\n",
809
+ "Setting up google-perftools (2.5-2.2ubuntu3) ...\r\n"
810
+ ]
811
+ },
812
+ {
813
+ "name": "stdout",
814
+ "output_type": "stream",
815
+ "text": [
816
  "Setting up libgoogle-perftools-dev (2.5-2.2ubuntu3) ...\r\n"
817
  ]
818
  },
 
874
  {
875
  "cell_type": "code",
876
  "execution_count": null,
877
+ "id": "b44bd071",
878
  "metadata": {
879
  "execution": {
880
  "iopub.execute_input": "2024-05-13T11:43:26.036984Z",
 
884
  "duration": null,
885
  "end_time": null,
886
  "exception": false,
887
+ "start_time": "2025-09-03T14:44:45.559499",
888
  "status": "running"
889
  },
890
  "tags": []
 
1061
  }
1062
  },
1063
  "cell_type": "markdown",
1064
+ "id": "6e441720",
1065
  "metadata": {
1066
  "papermill": {
1067
  "duration": null,
 
1080
  },
1081
  {
1082
  "cell_type": "markdown",
1083
+ "id": "7c621f79",
1084
  "metadata": {
1085
  "papermill": {
1086
  "duration": null,
 
1120
  {
1121
  "cell_type": "code",
1122
  "execution_count": null,
1123
+ "id": "c6802700",
1124
  "metadata": {
1125
  "papermill": {
1126
  "duration": null,
 
1190
  },
1191
  {
1192
  "cell_type": "markdown",
1193
+ "id": "d3f1fd7e",
1194
  "metadata": {
1195
  "papermill": {
1196
  "duration": null,
 
1207
  },
1208
  {
1209
  "cell_type": "markdown",
1210
+ "id": "f7b6744d",
1211
  "metadata": {
1212
  "papermill": {
1213
  "duration": null,
 
1225
  {
1226
  "cell_type": "code",
1227
  "execution_count": null,
1228
+ "id": "c366a93f",
1229
  "metadata": {
1230
  "papermill": {
1231
  "duration": null,
 
1271
  },
1272
  {
1273
  "cell_type": "markdown",
1274
+ "id": "47236687",
1275
  "metadata": {
1276
  "papermill": {
1277
  "duration": null,
 
1288
  },
1289
  {
1290
  "cell_type": "markdown",
1291
+ "id": "07365698",
1292
  "metadata": {
1293
  "papermill": {
1294
  "duration": null,
 
1309
  {
1310
  "cell_type": "code",
1311
  "execution_count": null,
1312
+ "id": "b7a64389",
1313
  "metadata": {
1314
  "papermill": {
1315
  "duration": null,
 
1517
  },
1518
  {
1519
  "cell_type": "markdown",
1520
+ "id": "a698b128",
1521
  "metadata": {
1522
  "papermill": {
1523
  "duration": null,
 
1534
  },
1535
  {
1536
  "cell_type": "markdown",
1537
+ "id": "e5d82ece",
1538
  "metadata": {
1539
  "papermill": {
1540
  "duration": null,
 
1554
  {
1555
  "cell_type": "code",
1556
  "execution_count": null,
1557
+ "id": "49d4a6f3",
1558
  "metadata": {
1559
  "papermill": {
1560
  "duration": null,
 
1617
  },
1618
  {
1619
  "cell_type": "markdown",
1620
+ "id": "a8cd8bb9",
1621
  "metadata": {
1622
  "papermill": {
1623
  "duration": null,
 
1634
  },
1635
  {
1636
  "cell_type": "markdown",
1637
+ "id": "02a25b14",
1638
  "metadata": {
1639
  "papermill": {
1640
  "duration": null,
 
1652
  {
1653
  "cell_type": "code",
1654
  "execution_count": null,
1655
+ "id": "6ef3f330",
1656
  "metadata": {
1657
  "papermill": {
1658
  "duration": null,
 
1671
  {
1672
  "cell_type": "code",
1673
  "execution_count": null,
1674
+ "id": "abf89636",
1675
  "metadata": {
1676
  "papermill": {
1677
  "duration": null,
 
1723
  },
1724
  {
1725
  "cell_type": "markdown",
1726
+ "id": "557659d2",
1727
  "metadata": {
1728
  "papermill": {
1729
  "duration": null,
 
1742
  },
1743
  {
1744
  "cell_type": "markdown",
1745
+ "id": "44bf3efd",
1746
  "metadata": {
1747
  "papermill": {
1748
  "duration": null,
 
1760
  {
1761
  "cell_type": "code",
1762
  "execution_count": null,
1763
+ "id": "cf05967a",
1764
  "metadata": {
1765
  "papermill": {
1766
  "duration": null,
 
1795
  {
1796
  "cell_type": "code",
1797
  "execution_count": null,
1798
+ "id": "b0583e54",
1799
  "metadata": {
1800
  "papermill": {
1801
  "duration": null,
 
1849
  },
1850
  {
1851
  "cell_type": "markdown",
1852
+ "id": "7f38b14e",
1853
  "metadata": {
1854
  "papermill": {
1855
  "duration": null,
 
1866
  },
1867
  {
1868
  "cell_type": "markdown",
1869
+ "id": "25525fb9",
1870
  "metadata": {
1871
  "papermill": {
1872
  "duration": null,
 
1884
  {
1885
  "cell_type": "code",
1886
  "execution_count": null,
1887
+ "id": "65b10da0",
1888
  "metadata": {
1889
  "papermill": {
1890
  "duration": null,
 
1974
  },
1975
  {
1976
  "cell_type": "markdown",
1977
+ "id": "87993551",
1978
  "metadata": {
1979
  "papermill": {
1980
  "duration": null,
 
1992
  {
1993
  "cell_type": "code",
1994
  "execution_count": null,
1995
+ "id": "a251cc97",
1996
  "metadata": {
1997
  "papermill": {
1998
  "duration": null,
 
2167
  },
2168
  {
2169
  "cell_type": "markdown",
2170
+ "id": "a127456c",
2171
  "metadata": {
2172
  "papermill": {
2173
  "duration": null,
 
2185
  {
2186
  "cell_type": "code",
2187
  "execution_count": null,
2188
+ "id": "7ed9dc17",
2189
  "metadata": {
2190
  "papermill": {
2191
  "duration": null,
 
2363
  },
2364
  {
2365
  "cell_type": "markdown",
2366
+ "id": "e67dd6ec",
2367
  "metadata": {
2368
  "papermill": {
2369
  "duration": null,
 
2380
  },
2381
  {
2382
  "cell_type": "markdown",
2383
+ "id": "73410ee1",
2384
  "metadata": {
2385
  "papermill": {
2386
  "duration": null,
 
2398
  {
2399
  "cell_type": "code",
2400
  "execution_count": null,
2401
+ "id": "ac79c884",
2402
  "metadata": {
2403
  "papermill": {
2404
  "duration": null,
 
2445
  },
2446
  {
2447
  "cell_type": "markdown",
2448
+ "id": "a40ccc8c",
2449
  "metadata": {
2450
  "papermill": {
2451
  "duration": null,
 
2463
  {
2464
  "cell_type": "code",
2465
  "execution_count": null,
2466
+ "id": "14d97a1f",
2467
  "metadata": {
2468
  "papermill": {
2469
  "duration": null,
 
2551
  },
2552
  {
2553
  "cell_type": "markdown",
2554
+ "id": "30cf1106",
2555
  "metadata": {
2556
  "papermill": {
2557
  "duration": null,
 
2568
  },
2569
  {
2570
  "cell_type": "markdown",
2571
+ "id": "9d4a3aae",
2572
  "metadata": {
2573
  "papermill": {
2574
  "duration": null,
 
2586
  {
2587
  "cell_type": "code",
2588
  "execution_count": null,
2589
+ "id": "770cbffa",
2590
  "metadata": {
2591
  "papermill": {
2592
  "duration": null,
 
2695
  {
2696
  "cell_type": "code",
2697
  "execution_count": null,
2698
+ "id": "4eb28f14",
2699
  "metadata": {
2700
  "ExecutionIndicator": {
2701
  "show": false
 
2759
  },
2760
  {
2761
  "cell_type": "markdown",
2762
+ "id": "e55af4d3",
2763
  "metadata": {
2764
  "papermill": {
2765
  "duration": null,
 
2776
  },
2777
  {
2778
  "cell_type": "markdown",
2779
+ "id": "67a393c4",
2780
  "metadata": {
2781
  "papermill": {
2782
  "duration": null,
 
2794
  {
2795
  "cell_type": "code",
2796
  "execution_count": null,
2797
+ "id": "d52174ec",
2798
  "metadata": {
2799
  "papermill": {
2800
  "duration": null,
 
2885
  },
2886
  {
2887
  "cell_type": "markdown",
2888
+ "id": "ac366e41",
2889
  "metadata": {
2890
  "papermill": {
2891
  "duration": null,
 
2902
  },
2903
  {
2904
  "cell_type": "markdown",
2905
+ "id": "9135d5ea",
2906
  "metadata": {
2907
  "papermill": {
2908
  "duration": null,
 
2920
  {
2921
  "cell_type": "code",
2922
  "execution_count": null,
2923
+ "id": "3325bbb6",
2924
  "metadata": {
2925
  "_kg_hide-input": true,
2926
  "_kg_hide-output": false,
 
2955
  }
2956
  },
2957
  "cell_type": "markdown",
2958
+ "id": "1121e334",
2959
  "metadata": {
2960
  "papermill": {
2961
  "duration": null,
 
2977
  {
2978
  "cell_type": "code",
2979
  "execution_count": null,
2980
+ "id": "23218b70",
2981
  "metadata": {
2982
  "papermill": {
2983
  "duration": null,
 
2997
  {
2998
  "cell_type": "code",
2999
  "execution_count": null,
3000
+ "id": "e0c10864",
3001
  "metadata": {
3002
  "papermill": {
3003
  "duration": null,
 
3016
  },
3017
  {
3018
  "cell_type": "markdown",
3019
+ "id": "0d7787d2",
3020
  "metadata": {
3021
  "papermill": {
3022
  "duration": null,
 
3035
  },
3036
  {
3037
  "cell_type": "markdown",
3038
+ "id": "d35332c9",
3039
  "metadata": {
3040
  "papermill": {
3041
  "duration": null,
 
3113
  {
3114
  "cell_type": "code",
3115
  "execution_count": null,
3116
+ "id": "2ab07f22",
3117
  "metadata": {
3118
  "papermill": {
3119
  "duration": null,
 
3142
  },
3143
  {
3144
  "cell_type": "markdown",
3145
+ "id": "5bb7bc00",
3146
  "metadata": {
3147
  "papermill": {
3148
  "duration": null,
 
3159
  },
3160
  {
3161
  "cell_type": "markdown",
3162
+ "id": "8aedd87e",
3163
  "metadata": {
3164
  "papermill": {
3165
  "duration": null,
 
3191
  {
3192
  "cell_type": "code",
3193
  "execution_count": null,
3194
+ "id": "0ac44f7f",
3195
  "metadata": {
3196
  "papermill": {
3197
  "duration": null,
 
3370
  },
3371
  {
3372
  "cell_type": "markdown",
3373
+ "id": "5c65e535",
3374
  "metadata": {
3375
  "papermill": {
3376
  "duration": null,
 
3387
  },
3388
  {
3389
  "cell_type": "markdown",
3390
+ "id": "bec00e87",
3391
  "metadata": {
3392
  "papermill": {
3393
  "duration": null,
 
3406
  },
3407
  {
3408
  "cell_type": "markdown",
3409
+ "id": "1453dae1",
3410
  "metadata": {
3411
  "papermill": {
3412
  "duration": null,
 
3469
  "accelerator": "nvidiaTeslaT4",
3470
  "dataSources": [
3471
  {
3472
+ "databundleVersionId": 7843738,
 
 
 
 
3473
  "datasetId": 4526213,
3474
  "sourceId": 7743393,
3475
  "sourceType": "datasetVersion"
3476
  },
3477
  {
3478
+ "databundleVersionId": 8246454,
3479
+ "datasetId": 4803019,
3480
+ "sourceId": 8126914,
3481
  "sourceType": "datasetVersion"
3482
  },
3483
  {
3484
+ "databundleVersionId": 7803258,
3485
+ "datasetId": 4498001,
3486
+ "sourceId": 7704641,
3487
  "sourceType": "datasetVersion"
3488
  },
3489
  {
3490
+ "databundleVersionId": 10184233,
3491
+ "datasetId": 2908961,
3492
+ "sourceId": 9924910,
3493
  "sourceType": "datasetVersion"
3494
  },
3495
  {
3496
+ "databundleVersionId": 10183691,
3497
+ "datasetId": 6099790,
3498
+ "sourceId": 9924430,
3499
  "sourceType": "datasetVersion"
3500
  },
3501
  {
3502
+ "databundleVersionId": 10257886,
3503
+ "datasetId": 6148636,
3504
+ "sourceId": 9990707,
3505
  "sourceType": "datasetVersion"
3506
  },
3507
  {
3508
+ "databundleVersionId": 8596954,
3509
  "datasetId": 5041411,
3510
  "sourceId": 8458134,
3511
  "sourceType": "datasetVersion"
3512
  },
3513
  {
3514
+ "databundleVersionId": 7954293,
3515
+ "datasetId": 4603229,
3516
+ "sourceId": 7849789,
3517
  "sourceType": "datasetVersion"
3518
  },
3519
  {
3520
+ "databundleVersionId": 8246584,
3521
+ "datasetId": 4803101,
3522
+ "sourceId": 8127034,
3523
  "sourceType": "datasetVersion"
3524
  },
3525
  {
3526
+ "databundleVersionId": 8246611,
3527
+ "datasetId": 4803121,
3528
+ "sourceId": 8127061,
3529
+ "sourceType": "datasetVersion"
3530
+ },
3531
+ {
3532
+ "databundleVersionId": 8246807,
3533
+ "datasetId": 4803264,
3534
+ "sourceId": 8127249,
3535
  "sourceType": "datasetVersion"
3536
  },
3537
  {
 
3575
  "input_path": "__notebook__.ipynb",
3576
  "output_path": "__notebook__.ipynb",
3577
  "parameters": {},
3578
+ "start_time": "2025-09-03T14:43:53.801766",
3579
  "version": "2.5.0"
3580
  }
3581
  },