dujifeng
Results
2
comments of
dujifeng
> > ``` > > def call(self, x, training=False): > > if not training: > > training = tf.constant(False) > > training = tf.logical_and(training, self.trainable) > > return super().call(x, training)...
You are right. I just found the error and raise this issue. By the way, do you understand the code implementation of look-up-table generation and the look up table process...