System information
Please provide the entire URL of the model you are using?
https://github.com/tensorflow/models/blob/master/official/recommendation/ncf_test.py
Describe the current behavior

Describe the expected behavior

Code to reproduce the issue
python3 official/recommendation/ncf_test.py
Other info / logs
Hi @ayushmankumar7
strategy.run has been cherry picked to TF 2.2 RC1.
If you are using TF 2.1, you may revert the changes locally.
@saberkun I agree with you. Since i was using tf 2.2rc0 .. i faced this problem.
Yeah, the master branch directly integrate with tf-nightly internally. So I would recommend to use tf-nightly with the master branch. But, yes, TF 2.2 will be released soon
Sorry, TF 2.2 release is a bit slow but we are sure this change will be in. Let's close this issue. Thank you for letting us know.