mia icon indicating copy to clipboard operation
mia copied to clipboard

Saving and serializing AttackModelBundle

Open Zeltserj opened this issue 5 years ago • 0 comments

I ran the CIFAR10 example and I would like to save it so I can run some tests without having to retrain the attack model every time and also be able to use it elsewhere. I can't do it conveniently. Is there a way to do so?

I have tried pickle.dump() , as well as using _get_model() and the saving it.

Thanks

Zeltserj avatar Jan 01 '20 15:01 Zeltserj