Beispiel #1
0
def plot_fashionClamp4(ax):

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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