oguz417

Results 2 issues of oguz417

"Generate Adversarial Sample" button does not respond. Meanwhile, the command windows displays this error: . x = tf.get_collection('mnist')[0] IndexError: list index out of range It seems like tf.get_collection('mnist') returns an...

The resize implementation under get_trf uses val = (int(trf[2:]), int(trf[2:])) This does not keep the aspect ratio, which is a problem in rectangle size inputs. val = int(trf[2:]) will solve...