add_arg('use_gpu',bool,True,"Whether use GPU or CPU.")
add_arg('num_classes',int,19,"Number of classes.")
add_arg('load_logit_layer',bool,True,"Load last logit fc layer or not. If you are training with different number of classes, you should set to False.")