Go to the source code of this file.
Namespaces | |
produceInfoGainMatrix | |
Variables | |
produceInfoGainMatrix.parser = argparse.ArgumentParser() | |
produceInfoGainMatrix.type | |
produceInfoGainMatrix.str | |
produceInfoGainMatrix.required | |
produceInfoGainMatrix.args = parser.parse_args() | |
int | produceInfoGainMatrix.count = 0 |
produceInfoGainMatrix.matrix = np.zeros(392, dtype = 'f4' ) | |
produceInfoGainMatrix.db = leveldb.LevelDB(args.leveldb) | |
int | produceInfoGainMatrix.nEvents = 200000 |
produceInfoGainMatrix.datum = caffe.proto.caffe_pb2.Datum() | |
produceInfoGainMatrix.label = int(datum.label) | |
int | produceInfoGainMatrix.total = 0 |
produceInfoGainMatrix.summatrix = np.zeros((392, 392), dtype = 'f4') | |
produceInfoGainMatrix.readyForH = summatrix | |
produceInfoGainMatrix.blob = caffe.io.array_to_blobproto(readyForH.reshape(1,1,392,392)) | |