dvlab-research / outpainting_srn

Wide-Context Semantic Image Extrapolation, CVPR2019
MIT License
132 stars 32 forks source link

test.py tensorflow 2.x compatible #17

Open neph1 opened 2 years ago

neph1 commented 2 years ago

This is a basic approach to make test.py compatible with tf2. Nothing fancy, just replacing a bunch of references with compat.v1 and including two files from the contrib module that is missing. I haven't gotten around to try train.py, yet.