krasserm / super-resolution

Tensorflow 2.x based implementation of EDSR, WDSR and SRGAN for single image super-resolution
Apache License 2.0
1.5k stars 352 forks source link

enable_eager_execution TF needed #51

Open antoniosap opened 4 years ago

antoniosap commented 4 years ago

insert this in ipynb

import tensorflow as tf
tf.enable_eager_execution()