Rohit Singh

Results 4 comments of Rohit Singh

It throws error for distribution strategy of GPU as well. Can check here - [#740 ](https://github.com/tensorflow/addons/issues/740) Thanks and hope to see a fix soon.

Yes Ive got the same error. I guess there is some problem with this implementation. So I had to reimplement it all on my own.

faced the same issue.

> 这样改就好了 > transform = transforms.Compose([ > transforms.ToTensor(), transforms.Normalize([0.5], [0.5])]) worked for me. Thanks.