The code for MM-OCM on the task of fashion compatibility estimation.
Make sure the dataset is included in the current path and creat file "results" to save the outputs.
(1) For Polyvore Outfits:
python train.py --polyvore_split nondisjoint --batch_size 16 --epoch_num 30 --lr 1e-4 --model_dir ./results
(2) For Polyvore Outfits-D:
python train.py --polyvore_split disjoint --batch_size 16 --epoch_num 30 --lr 1e-4 --model_dir ./results