Skip to content

Commit 6519ac5

Browse files
committed
fix can not find hailo_platform and numpy version error
1 parent 10daf40 commit 6519ac5

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

articles/Chapter_5-Custom_Model_Development_and_Deployment/Convert_Your_Model.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"source": [
2222
"# Step 1: Prepare your environment on your host computer\n",
2323
"\n",
24-
"**Note: This part of code run on your host computer**\n",
24+
"**📌 Note:This part of code run on your linux host computer with python3.10**\n",
2525
"\n",
2626
"The Jupyter Notebook right up have a button like ![select kernel](../../pictures/Chapter5/select_kernel.png), then you choose ```Select Another Kernel```, and choose ```Python Environments```, then choose ```Creat Python Environment``` and choose ```Venv```, then choose ```python3.10```."
2727
]
@@ -82,7 +82,7 @@
8282
"source": [
8383
"# Download hailo model zoo to convert onnx model\n",
8484
"try:\n",
85-
" ! git clone https://github.com/hailo-ai/hailo_model_zoo.git\n",
85+
" ! git clone https://github.com/LJ-Hao/hailo_model_zoo.git\n",
8686
"except Exception as e:\n",
8787
" print(f'install error: {e}')"
8888
]

articles/Chapter_5-Custom_Model_Development_and_Deployment/Deploy_Your_Model.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@
395395
"# Step 3: Run your model\n"
396396
]
397397
},
398+
{
399+
"cell_type": "markdown",
400+
"metadata": {},
401+
"source": [
402+
"📌 Note: If you meet error like `max_desc_page_size given 16384 is bigger than hw max desc page size 4096` please check this [link](https://community.hailo.ai/t/hailort-error-check-failed-max-desc-page-size-given-16384-is-bigger-than-hw-max-desc-page-size-4096/3690)"
403+
]
404+
},
398405
{
399406
"cell_type": "code",
400407
"execution_count": 7,

0 commit comments

Comments
 (0)