Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 578 Bytes

Exploring dynamic stealing

Exploring model extraction into dynamic neural networks

Final presentation: https://devpranjal.github.io/summer-intern

Experiments

baseline_dfme.py: Baseline DFME with static student

exp_big_little.py: DFME with dynamic student from https://ieeexplore.ieee.org/document/7331375

exp_cond_conv.py: DFME with dynamic student from https://arxiv.org/abs/1904.04971

exp_gated_resnet.py: DFME with dynamic student from https://arxiv.org/abs/2204.00972

gate_visualization.py: Utility for visualizing gate activations in gated ResNets