The needed environment is in requirenments.txt
- main.py; the main function;
- utils; the auxiliary function (including sampling, loading data, model selection, etc.);
- models; the folder containing the training code; (1. Nets.py defines the used all model strucuture; 2. OdrUpdate.py is the pipeline of the training process;
- eval; the code is for evaluation (including white-box, trans-box, black-box)
the parameter description is stated in main.py
sh run.sh