fixed typo in channel explanation for supervised example (its [vx,vy,mask] instead of [mask,vx,vy])
This commit is contained in:
@@ -198,7 +198,7 @@
|
|||||||
" if title is not None: pylab.title(title)\n",
|
" if title is not None: pylab.title(title)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"NUM=72\n",
|
"NUM=72\n",
|
||||||
"showSbs(npfile[\"inputs\"][NUM],npfile[\"targets\"][NUM], stats=False, bottom=\"Target Output\", top=\"Inputs\", title=\"3 inputs are shown at the top (mask, in-ux, in-uy), with the 3 output channels (p,ux,uy) at the bottom\")\n"
|
"showSbs(npfile[\"inputs\"][NUM],npfile[\"targets\"][NUM], stats=False, bottom=\"Target Output\", top=\"Inputs\", title=\"3 inputs are shown at the top (in-ux, in-uy, mask), with the 3 output channels (p,ux,uy) at the bottom\")\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user