示例#1
0
def plot_fashionClamp4(ax):

    image = core.get_data('figPattern/53clampPatchFashion.npy')
    aux.plotClamping(ax, image, (12, 12), 'C')
示例#2
0
def plot_fashionNetwork4(ax):

    image = core.get_data('figPattern/53respPatchFashion.npy')
    aux.plotClamping(ax, image, (12, 12), 'R')
示例#3
0
def plot_fashionClamp1(ax):

    image = core.get_data('figPattern/37clampSandpFashion.npy')
    aux.plotClamping(ax, image, (12, 12), '')
示例#4
0
def plot_fashionNetwork2(ax):

    image = core.get_data('figPattern/7respSandpFashion.npy')
    aux.plotClamping(ax, image, (12, 12), '')
示例#5
0
def plot_mnistClamp3(ax):

    image = core.get_data('figPattern/27clampPatchMnist.npy')
    aux.plotClamping(ax, image, (12, 12), '')
示例#6
0
def plot_mnistNetwork4(ax):

    image = core.get_data('figPattern/110respPatchMnist.npy')
    aux.plotClamping(ax, image, (12, 12), '')
示例#7
0
def plot_mnistClamp1(ax):

    image = core.get_data('figPattern/145clampSandpMnist.npy')
    aux.plotClamping(ax, image, (12, 12), '')
示例#8
0
def plot_mnistNetwork2(ax):

    image = core.get_data('figPattern/75respSandpMnist.npy')
    aux.plotClamping(ax, image, (12, 12), '')
示例#9
0
def plot_fashionClampPatch(ax):

    image = core.get_data('fig5/4clampPatchFashion.npy')
    aux.plotClamping(ax, image, (12,12), 'C', mode='patch')
示例#10
0
def plot_clamped(ax):

    image = core.get_data('figPattern/686clampPatchMnistDyn.npy')
    aux.plotClamping(ax, image, (12, 12), 'clamping')
示例#11
0
def plot_fashionClampSandP(ax):

    image = core.get_data('fig5/37clampSandpFashion.npy')
    aux.plotClamping(ax, image, (12,12), '', mode='sandp')
示例#12
0
def plot_mnistNetworkPatch(ax):

    image = core.get_data('fig5/27respPatchMnist.npy')
    aux.plotClamping(ax, image, (12,12), 'R')
示例#13
0
def plot_mnistClampPatch(ax):

    image = core.get_data('fig5/27clampPatchMnist.npy')
    aux.plotClamping(ax, image, (12,12), 'C', mode='patch')
示例#14
0
def plot_mnistNetworkSandP(ax):

    image = core.get_data('fig5/145respSandpMnist.npy')
    aux.plotClamping(ax, image, (12,12), '')
示例#15
0
def plot_mnistClampSandP(ax):

    image = core.get_data('fig5/145clampSandpMnist.npy')
    aux.plotClamping(ax, image, (12,12), '', mode='sandp')