Skip to content

Commit

Permalink
update cnn_course_3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff52415 committed Aug 23, 2021
1 parent e0d501b commit 2365f42
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
Binary file added computer_vision/assets/mobilenet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 30 additions & 23 deletions computer_vision/sota_cnn_course_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -21,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -49,7 +49,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -83,7 +83,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -131,7 +131,7 @@
"=========================================================================================="
]
},
"execution_count": 5,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -162,9 +162,16 @@
"#### example"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"![](assets/mobilenet.png)"
]
},
{
"cell_type": "code",
"execution_count": 157,
"execution_count": 37,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -195,7 +202,7 @@
},
{
"cell_type": "code",
"execution_count": 158,
"execution_count": 38,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -204,7 +211,7 @@
},
{
"cell_type": "code",
"execution_count": 159,
"execution_count": 39,
"metadata": {},
"outputs": [
{
Expand All @@ -225,7 +232,7 @@
},
{
"cell_type": "code",
"execution_count": 162,
"execution_count": 40,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -355,7 +362,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 41,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -423,7 +430,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 42,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -432,7 +439,7 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": 43,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -488,7 +495,7 @@
},
{
"cell_type": "code",
"execution_count": 40,
"execution_count": 49,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -506,7 +513,7 @@
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": 51,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -540,7 +547,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 57,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -605,7 +612,7 @@
},
{
"cell_type": "code",
"execution_count": 59,
"execution_count": 58,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -624,7 +631,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": 59,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -633,7 +640,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 60,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -731,7 +738,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 65,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -766,7 +773,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 66,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -775,7 +782,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 67,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -843,7 +850,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 72,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -891,7 +898,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 69,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 2365f42

Please sign in to comment.