Gabriele91
Gabriele91
Update, It is also true for the BOOL type, which is classified as INT32 instead of BOOLEAN:  I guess a workaround is a struct krabs::boolean like the krabs::hex32/64 ones.
This is my workaround and it works fine, for me. ```C++ namespace krabs { struct boolean { int value; }; namespace debug { template inline void assert_valid_assignment(const std::wstring&, const property_info&...
Nope, the issue is visible in the first image, the specialized template classifies it as UINT8 instead of boolean (TDH_INTYPE_BOOLEAN). This raises the exception.
> Hi @Gabriele91 , thanks for your interest in our work. > > We have made a detailed guideline to reproduce the results in the paper: > > https://github.com/mzweilin/EvadeML-Zoo/blob/master/Reproduce_FeatureSqueezing.md#6-evaluate-with-the-imagenet-dataset Thx...
I used TensorFlow 1.14 and Keras 2.0.1, thus, I'm going to use Keras 2.0.0 and TensorFlow 1.3 (2017). Anyway, which is the corresponding program output value with respect to your...