Skip to content

Commit 185948f

Browse files
authored
Merge pull request #33 from KasunThushara/main
2 parents 32d3fec + 9b34a6d commit 185948f

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

articles/Chapter_5-Custom_Model_Development_and_Deployment/Convert_Your_Model.ipynb

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,6 @@
6666
"!python -V"
6767
]
6868
},
69-
{
70-
"cell_type": "code",
71-
"execution_count": 3,
72-
"metadata": {},
73-
"outputs": [
74-
{
75-
"name": "stdout",
76-
"output_type": "stream",
77-
"text": [
78-
"Note: you may need to restart the kernel to use updated packages.\n",
79-
"install successfully\n"
80-
]
81-
}
82-
],
83-
"source": [
84-
"# Download gdown to install software from google driver, if you see 'install successfully' it means you install libs successfully, or when you see 'install error' it means you install libs unsuccessfully\n",
85-
"try:\n",
86-
" %pip install gdown -q\n",
87-
" print('install successfully')\n",
88-
"except Exception as e:\n",
89-
" print(f'install error: {e}')"
90-
]
91-
},
9269
{
9370
"cell_type": "code",
9471
"execution_count": 4,
@@ -114,9 +91,9 @@
11491
"cell_type": "markdown",
11592
"metadata": {},
11693
"source": [
117-
"## Here we need [Hailo DataFlow Compiler](https://hailo.ai/products/hailo-software/hailo-ai-software-suite/#sw-dc) to convert our model and we offer two different ways to download:\n",
94+
"## Here we need [Hailo DataFlow Compiler](https://hailo.ai/products/hailo-software/hailo-ai-software-suite/#sw-dc) to convert our model \n",
11895
"\n",
119-
"### First Way: Download from official website\n",
96+
"### Download from official website\n",
12097
"\n",
12198
"#### 1. Register a [Hailo account](https://hailo.ai/developer-zone/request-access/) \n",
12299
"\n",

0 commit comments

Comments
 (0)