You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nbs/core.ipynb
+19-16Lines changed: 19 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,7 @@
23
23
"cell_type": "code",
24
24
"execution_count": null,
25
25
"metadata": {},
26
-
"outputs": [
27
-
{
28
-
"name": "stdout",
29
-
"output_type": "stream",
30
-
"text": [
31
-
"The autoreload extension is already loaded. To reload it, use:\n",
32
-
" %reload_ext autoreload\n"
33
-
]
34
-
}
35
-
],
26
+
"outputs": [],
36
27
"source": [
37
28
"#| include: false\n",
38
29
"%load_ext autoreload\n",
@@ -47,7 +38,18 @@
47
38
"cell_type": "code",
48
39
"execution_count": null,
49
40
"metadata": {},
50
-
"outputs": [],
41
+
"outputs": [
42
+
{
43
+
"name": "stderr",
44
+
"output_type": "stream",
45
+
"text": [
46
+
"2023-12-26 15:13:36.437449: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered\n",
47
+
"2023-12-26 15:13:36.437528: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered\n",
48
+
"2023-12-26 15:13:36.439236: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered\n",
49
+
"2023-12-26 15:13:37.500782: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n"
0 commit comments