Regularized_autoencoders-RAE- icon indicating copy to clipboard operation
Regularized_autoencoders-RAE- copied to clipboard

Eager execution

Open tung-nd opened this issue 5 years ago • 2 comments

in your code, tf.placeholder is not compatible with eager execution but when I turn of eager mode, there is a new error "numpy() is only available when eager execution is enabled" how can I resolve this?

tung-nd avatar May 27 '20 16:05 tung-nd

Sorry for the delay in the reply. Where exactly did this happen? Perhaps you are using latest tensorflow. This code was tested with tf 1.0

ParthaEth avatar Jun 01 '20 09:06 ParthaEth

Your requirements.txt states tensorflow==2.0.0, see https://github.com/ParthaEth/Regularized_autoencoders-RAE-/blob/master/requirements.txt#L21 Please fix.

enijkamp avatar Jun 04 '20 08:06 enijkamp