Ziyu Wang

Results 3 issues of Ziyu Wang

The following code doesn't work: ``` import tensorflow as tf import numpy as np import sonnet as snt class A(): def __init__(self): self.train_core, test_core = snt.lstm_with_recurrent_dropout(1, dropout=0.5) @tf.function def forward(self,...

Guess it's ready for review / discussion for design

**Describe the bug** In `future.tf2.attacks.projected_gradient_descent`, the sanity check `clip_min