add reference tutorial for visualizing layers

This commit is contained in:
s486797 2024-08-23 15:49:06 +02:00
parent ac442f82ac
commit f82b25ee68

View File

@ -1028,6 +1028,15 @@
" return img_io.getvalue()\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"https://www.geeksforgeeks.org/visualizing-feature-maps-using-pytorch/\n",
"\n",
"This tutorial for base to visualize layers"
]
},
{
"cell_type": "code",
"execution_count": 28,