carlini / nn_robust_attacks

Robust evasion attacks against neural network to find adversarial examples
BSD 2-Clause "Simplified" License
778 stars 229 forks source link

How can I load the pretrained pb file of tensorflow format into the project? #29

Closed lith0613 closed 5 years ago

lith0613 commented 5 years ago

I want to use the pretrained tensorflow model into the project for evaluation, but I can't load the pb file into the keras model, how to solve the problem ? Thanks !