method: MLP # choose SVM, MLP
embedding: clip # choose latent, clip, inception
whiten: True # compute mean, std from training data, use to whiten
normalize: False

svm_args:
    split_and_search: True
    balanced: True
    