VisualPhishNet icon indicating copy to clipboard operation
VisualPhishNet copied to clipboard

Results 3 VisualPhishNet issues
Sort by recently updated
recently updated
newest added

Hi, i am running the code on colab pro+ with **ram 84g and GPU Nvidia P100,** but one error appeared 'Failed copying input tensor from /job:localhost/replica:0/task:0/device:CPU:0 to /job:localhost/replica:0/task:0/device:GPU:0 in order...

Log the used keras and tensorflow versions for the training phases

Hey, it seems like `Train_adv` still uses tensorflow v1 stuff. For example ``` y_true = tf.placeholder("float", [None,1]) ``` in function `def get_adv_example(triple,epsilon,batch_size)`. Kind regards, Max