Paul Tune

Results 3 comments of Paul Tune

Hi there, thanks for the kind words. It seems in the second set of logs you've posted, there's a dependency on TensorFlow 2.5.0. I'm a little confused about this. I...

I've made some new changes based on feedback from someone else. Try fetching and running it again.

Hey @astrogilda, You'll need to create a new `decoder` function, similar to the `encoder` function ``` def decoder(self, data, reuse, is_training) ``` You'll have to implement a new loss function...