fixed typo in channel explanation for supervised example (its [vx,vy,mask] instead of [mask,vx,vy])
This commit is contained in:
parent
bca2491bfd
commit
0a844f2c22
@ -198,7 +198,7 @@
|
||||
" if title is not None: pylab.title(title)\n",
|
||||
"\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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user