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
"<a href=\"https://colab.research.google.com/github/TIO-IKIM/CellViT-Inference/blob/main/CellViT_Inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
29
11
]
30
12
},
31
13
{
32
14
"cell_type": "markdown",
15
+
"metadata": {
16
+
"id": "G0nASWl5KTeu"
17
+
},
33
18
"source": [
34
19
"# CellViT Inference pipeline in Colab\n",
35
20
"\n",
36
21
"Here is an example ob how to install CellViT-Inference in Colab using some example slides. For runtime environment, please select a GPU runtime (e.g., T4 GPU)"
37
-
],
38
-
"metadata": {
39
-
"id": "G0nASWl5KTeu"
40
-
}
22
+
]
41
23
},
42
24
{
43
25
"cell_type": "markdown",
26
+
"metadata": {
27
+
"id": "aRbdZBJCKmO-"
28
+
},
44
29
"source": [
45
30
"## Setup/Installation\n",
46
31
"\n",
47
32
"As PyTorch is already installed, we can skip the torch installation commands"
48
-
],
49
-
"metadata": {
50
-
"id": "aRbdZBJCKmO-"
51
-
}
33
+
]
52
34
},
53
35
{
54
36
"cell_type": "code",
@@ -65,48 +47,53 @@
65
47
},
66
48
{
67
49
"cell_type": "code",
68
-
"source": [
69
-
"!cellvit-check"
70
-
],
50
+
"execution_count": null,
71
51
"metadata": {
72
52
"id": "XVW6LP-mEBdZ"
73
53
},
74
-
"execution_count": null,
75
-
"outputs": []
54
+
"outputs": [],
55
+
"source": [
56
+
"!cellvit-check"
57
+
]
76
58
},
77
59
{
78
60
"cell_type": "markdown",
61
+
"metadata": {
62
+
"id": "sA3IYs8MKB3B"
63
+
},
79
64
"source": [
80
65
"# Example for Inference\n",
81
66
"\n",
82
67
"Be careful: The free instances just provide 2 CPU cores for your runtime. Thus,we need to set the hardware limits accordingly and overwrite them"
0 commit comments