Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Code Description

  • ./src/datagen/: Module for generating data for experiments
  • ./src/learner/: Contains the code for our models and traning loop
  • ./src/pipeline/: Contains pipeline code for data synthesis and model training
  • ./src/adversarial_attack/: Contains pipeline code for adversarial attacks on trained models
  • ./src/reproduce/: Contains steps to reproduce the results in our work