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.
16 lines
288 B
16 lines
288 B
|
7 months ago
|
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
|
||
|
|
|