Skip to content

Commit

Permalink
Update transform example
Browse files Browse the repository at this point in the history
  • Loading branch information
U-DESKTOP-A6FGL28\nekit committed Aug 17, 2020
1 parent aedf0b1 commit 2c778fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions starnet_v1_TF2_transform.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"from starnet_v1_TF2 import StarNet"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<p>Load a model. There are two modes - RGB and Greyscale.</p>"
]
},
{
"cell_type": "code",
"execution_count": 12,
Expand All @@ -23,6 +30,13 @@
"starnet.load_model('./weights', './history')"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<p>Load and transform an image.</p>"
]
},
{
"cell_type": "code",
"execution_count": 13,
Expand Down

0 comments on commit 2c778fc

Please sign in to comment.