YosefLab/epitome

Loss is not printed

akmorrow13 opened this issue · 1 comments

Loss is not printed because print statement is in tf.function.

INFO:tensorflow:100 Tensor("Mean_3:0", shape=(), dtype=float32)Tensor("Mean_4:0", shape=(), dtype=float32)Tensor("Mean_5:0", shape=(), dtype=float32)

We need to evaluate

Fixed with #55