wangyi160

Results 2 issues of wangyi160

examples/federated-learning run.py class ModelOwner line 81-96 ``` def _build_data_pipeline(self): """Build data pipeline for validation by model owner.""" def normalize(image, label): image = tf.cast(image, tf.float32) / 255.0 return image, label dataset...

I don't know whether this has been solved in 1.3 or not. but the problem is that when there are multi same headers such as "Set-Cookie", only the last one...