Пример #1
0
    'batchSize':       1,
    #Learning rate for optimizer
    'learningRateA':   1e-4,
    'learningRateW':   1e-4,
    #Lambda in energy function
    'thresh':          .03,
    #Number of features in V1
    'numV':            1536,
    #Time dimension
    'nT':              7,
    #Stride of V1
    'VStrideT':        1,
    'VStrideY':        4,
    'VStrideX':        4,
    #Patch size
    'patchSizeT':      4,
    'patchSizeY':      16,
    'patchSizeX':      16,
}

#Allocate tensorflow object
#This will build the graph
tfObj = ISTA_Time(params, trainDataObj)

print "Done init"
tfObj.runModel()
print "Done run"

tfObj.closeSess()

Пример #2
0
    'batchSize':       1,
    #Learning rate for optimizer
    'learningRateA':   1e-4,
    'learningRateW':   1e-4,
    #Lambda in energy function
    'thresh':          .03,
    #Number of features in V1
    'numV':            1536,
    #Time dimension
    'nT':              7,
    #Stride of V1
    'VStrideT':        1,
    'VStrideY':        4,
    'VStrideX':        4,
    #Patch size
    'patchSizeT':      4,
    'patchSizeY':      16,
    'patchSizeX':      16,
}

#Allocate tensorflow object
#This will build the graph
tfObj = ISTA_Time(params, trainDataObj)

print("Done init")
tfObj.runModel()
print("Done run")

tfObj.closeSess()

    'batchSize':       1,
    #Learning rate for optimizer
    'learningRateA':   1e-4,
    'learningRateW':   1e-4,
    #Lambda in energy function
    'thresh':          .03,
    #Number of features in V1
    'numV':            1536,
    #Time dimension
    'nT':              7,
    #Stride of V1
    'VStrideT':        1,
    'VStrideY':        4,
    'VStrideX':        4,
    #Patch size
    'patchSizeT':      4,
    'patchSizeY':      16,
    'patchSizeX':      16,
}

#Allocate tensorflow object
#This will build the graph
tfObj = ISTA_Time(params, trainDataObj)

print("Done init")
tfObj.writePvpWeights(outPvpPrefix)

print("Done run")
tfObj.closeSess()

    #Batch size
    'batchSize': 1,
    #Learning rate for optimizer
    'learningRateA': 1e-4,
    'learningRateW': 1e-4,
    #Lambda in energy function
    'thresh': .03,
    #Number of features in V1
    'numV': 1536,
    #Time dimension
    'nT': 7,
    #Stride of V1
    'VStrideT': 1,
    'VStrideY': 4,
    'VStrideX': 4,
    #Patch size
    'patchSizeT': 4,
    'patchSizeY': 16,
    'patchSizeX': 16,
}

#Allocate tensorflow object
#This will build the graph
tfObj = ISTA_Time(params, trainDataObj)

print("Done init")
tfObj.writePvpWeights(outPvpPrefix)

print("Done run")
tfObj.closeSess()
Пример #5
0
    #Learning rate for optimizer
    'learningRateA': 1e-4,
    'learningRateW': 1e-5,
    #Lambda in energy function
    'thresh': .03,
    #Number of features in V1
    'numV': 1536,
    #Time dimension
    'nT': 7,
    #Stride of V1
    'VStrideT': 1,
    'VStrideY': 4,
    'VStrideX': 4,
    #Patch size
    'patchSizeT': 4,
    'patchSizeY': 16,
    'patchSizeX': 16,
}

#Allocate tensorflow object
#This will build the graph
tfObj = ISTA_Time(params, trainDataObj)

print("Done init")
tfObj.evalSet(
    trainDataObj,
    "/home/slundquist/mountData/tfLCA/imagenetTime_eval/train_data/imagenet_time_"
)

tfObj.closeSess()
    #Batch size
    'batchSize':       1,
    #Learning rate for optimizer
    'learningRateA':   1e-4,
    'learningRateW':   1e-5,
    #Lambda in energy function
    'thresh':          .03,
    #Number of features in V1
    'numV':            1536,
    #Time dimension
    'nT':              7,
    #Stride of V1
    'VStrideT':        1,
    'VStrideY':        4,
    'VStrideX':        4,
    #Patch size
    'patchSizeT':      4,
    'patchSizeY':      16,
    'patchSizeX':      16,
}

#Allocate tensorflow object
#This will build the graph
tfObj = ISTA_Time(params, trainDataObj)

print "Done init"
tfObj.evalSet(trainDataObj, "/home/slundquist/mountData/tfLCA/imagenetTime_eval/train_data/imagenet_time_")

tfObj.closeSess()