fixed typo in channel explanation for supervised example (its [vx,vy,mask] instead of [mask,vx,vy])

This commit is contained in:
NT 2022-06-01 12:52:48 +02:00
parent bca2491bfd
commit 0a844f2c22

View File

@ -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"
]
},
{