Qianli Scott Zhu

Results 78 comments of Qianli Scott Zhu

Triage note: Is it for LSTM only? does it reproduce without RNN related layer? Also adding @k-w-w from save model side for this question.

I see. So this is probably a generic issue for save/loading on the TF stack, @k-w-w is probably the best person for this issue, and I am not so sure...

Thanks for filing this issue. In keras 3, we removed some the flags from BN layer that was previously backend specific (eg renorm, virtual batch size, etc). So the renorm...

l see. Then you probably have to change the renorm=False in this case since it is not supported by the keras 3.0. Its also unclear to me whether the renorm...

I think under the hood, pytorch tensorboard API also forward the numpy value to the tf.summary API. [I think the current](https://github.com/pytorch/pytorch/blob/main/torch/utils/tensorboard/summary.py). Does the current Tensorboard callback raise any error at...

Triage notes: one reason might be that Keras 3 use jit compile by default, and Keras 2 doesn't (user need to explicitly enable jit), and the warning message is probably...

Triage notes: I think the cross version saving/loading might not work between Keras 2 and 3. Maybe we should make this more explicit in the documentation/FAQ,etc.