This is the code of our work DP-BREM [USENIX Security' 25]
- Directly run
main.pywith the required parameters, seeget_args()inarg.pyfor more details. - Use
set_args()inarg.pyto 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).