Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 399 Bytes

Get data

cd scenario_gender

# download datasets
sh bin/get-data.sh

# convert datasets from transaction list to features for metric learning
sh bin/make-datasets-spark.sh

Main scenario, best params

cd scenario_gender
export CUDA_VISIBLE_DEVICES=0  # define here one gpu device number


sh bin/run_all_scenarios.sh

# check the results
cat results/*.txt
cat results/*.csv