Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 371 Bytes

File metadata and controls

24 lines (17 loc) · 371 Bytes

Get data

cd experiments/scenario_bowl2019

# download datasets
bin/get-data.sh

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

Main scenario, best params

cd experiments/scenario_bowl2019
export SC_DEVICE="cuda"

sh bin/run_all_scenarios.sh

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