Skip to content
Snippets Groups Projects
Commit ca3c73f6 authored by Ketan Kotwal's avatar Ketan Kotwal
Browse files

Merge branch 'vuln' into 'master'

[vuln] added configs to setup.py and minor change in documentaion

See merge request !2
parents 62fb1171 535b7e10
Branches master
No related tags found
1 merge request!2[vuln] added configs to setup.py and minor change in documentaion
Pipeline #35110 passed with stages
in 9 minutes and 47 seconds
......@@ -12,7 +12,7 @@ You can specify the ``base directory`` where all the results should be stored, a
Run the python script ``generate_commands.py`` in the same folder.
As a result, a new text file ``commands.txt`` will be generated in the same folder which consists of necessary commands. The commands are divided into 5 sections:
1. **TBD** Vulnerability
1. AIM Vulnerability
2. AIM PAD
3. YMU Cross-validation
4. Cross-dataset (Training on YMU)
......
......@@ -96,10 +96,12 @@ setup(
'ymu = bob.paper.makeup_aim.config.ymu',
'miw = bob.paper.makeup_aim.config.miw',
'aim = bob.paper.makeup_aim.config.aim',
'aim-vuln = bob.paper.makeup_aim.config.aim_vuln',
'mifs-makeup = bob.paper.makeup_aim.config.mifs_makeup',
'ficnn-svm = bob.paper.makeup_aim.config.ficnn_svm',
'pcnn-svm = bob.paper.makeup_aim.config.pcnn_svm',
'expt-kad = bob.paper.makeup_aim.config.expt_kad',
'exp-aim-vuln = bob.paper.makeup_aim.config.exp_aim_vuln',
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment