Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Pytorch implementation for AAAI21 paper: Deep Partial Rank Aggregation for Personalized Attributes
Run
Command:
python mle_train.py [train_file] [test_file] [save_path] [log_file] [gpu_id] [backbone]
Parameters:
train_file: training annotation file, e.g., 'lfw10/lfw10_train.txt'test_file: test annotation file, e.g., 'lfw10/lfw10_test.txt'save_path: model save pathlog_file: output log file pathgpu_id: single id supportedbackbone: 'alexnet', 'vgg', 'resnet'
Competitor: naive_train.py