Esempio n. 1
0
def plot_fashionClamp4(ax):

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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