示例#1
0
def plot_fashionLabel4(ax):

    image = core.get_data('figPattern/53labelPatchFashion.npy')
    aux.plotLabel(ax, image, ['S', 'Tr', 'T'], 'L')
示例#2
0
def plot_fashionLabel2(ax):

    image = core.get_data('figPattern/7labelSandpFashion.npy')
    aux.plotLabel(ax, image, ['S', 'Tr', 'T'], '')
示例#3
0
def plot_mnistLabel4(ax):

    image = core.get_data('figPattern/110labelPatchMnist.npy')
    aux.plotLabel(ax, image, [7, 4, 1, 0], '')
示例#4
0
def plot_mnistLabel2(ax):

    image = core.get_data('figPattern/75labelSandpMnist.npy')
    aux.plotLabel(ax, image, [7, 4, 1, 0], '')
示例#5
0
def plot_mnistLabelPatch(ax):

    image = core.get_data('fig5/27labelPatchMnist.npy')
    aux.plotLabel(ax, image, [7,4,1,0],'L')
示例#6
0
def plot_mnistLabelSandP(ax):

    image = core.get_data('fig5/145labelSandpMnist.npy')
    aux.plotLabel(ax, image, [7,4,1,0],'')