├── LICENSE ├── README.md └── src ├── client.py ├── growing_set.py ├── growing_set_ops.py ├── main.py ├── model.py ├── model_ops.py └── modes.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/README.md -------------------------------------------------------------------------------- /src/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/client.py -------------------------------------------------------------------------------- /src/growing_set.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/growing_set.py -------------------------------------------------------------------------------- /src/growing_set_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/growing_set_ops.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/main.py -------------------------------------------------------------------------------- /src/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/model.py -------------------------------------------------------------------------------- /src/model_ops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/model_ops.py -------------------------------------------------------------------------------- /src/modes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSGAalto/prada-protecting-against-dnn-model-stealing-attacks/HEAD/src/modes.py --------------------------------------------------------------------------------