This is the code of our work DP-BREM [USENIX Security' 25]
- Directly run
main.py
with the required parameters, seeget_args()
inarg.py
for more details. - Use
set_args()
inarg.py
to get the object args, then pass it intotrain_one_run_and_write_to_file(args, filename)
intrain.py
. If you want to process multiple jobs, pass a list of args tosequntial_train_and_write_file(args_list, filename_list).