You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
BATCH_SIZE = 256
|
|
SAVE_FREQ = 1
|
|
TEST_FREQ = 1
|
|
TOTAL_EPOCH = 500
|
|
|
|
RESUME = ''
|
|
SAVE_DIR = './model'
|
|
MODEL_PRE = 'CASIA_B512_'
|
|
|
|
|
|
CASIA_DATA_DIR = '/home/xiaocc/Documents/caffe_project/sphereface/train/data'
|
|
LFW_DATA_DIR = '/home/xiaocc/Documents/caffe_project/sphereface/test/data'
|
|
|
|
GPU = 0
|
|
|