Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyaghosh committed Dec 14, 2023
1 parent fbc6648 commit dc52d14
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions examples/01_inference_pretrained.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "7229ce10",
"metadata": {},
"outputs": [],
Expand All @@ -25,7 +25,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "83d34283",
"metadata": {},
"outputs": [],
Expand All @@ -38,7 +38,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "15fca0dd",
"metadata": {},
"outputs": [
Expand All @@ -48,7 +48,7 @@
"<matplotlib.image.AxesImage at 0x7f6b4b99c040>"
]
},
"execution_count": 5,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -76,7 +76,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "e669650f",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -118,7 +118,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "a51eb166",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -167,7 +167,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "8b0f7fd1-5b43-480f-b00f-766248d7f9af",
"metadata": {},
"outputs": [],
Expand All @@ -193,7 +193,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "42c04953-869d-48a8-a2df-e601324e97e6",
"metadata": {},
"outputs": [],
Expand All @@ -214,7 +214,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "392bd127",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"id": "9ad64434",
"metadata": {},
"outputs": [],
Expand All @@ -291,7 +291,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"id": "74d6b20f",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -337,7 +337,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": null,
"id": "7a79775d",
"metadata": {},
"outputs": [
Expand All @@ -347,7 +347,7 @@
"<matplotlib.legend.Legend at 0x7f6ae428b820>"
]
},
"execution_count": 13,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
},
Expand Down Expand Up @@ -410,8 +410,7 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit dc52d14

Please sign in to comment.