You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Port models to core
* Proper seed generation for jax
* Don't test metrics yet (for a separate PR)
* Add all model variables to the jax state mapping
We want to avoid a bug in the case that looks like
model.generate()
mode.fit()
model.generate()
In this case we need to be careful to not pull in the cached variable
state at generation compile time.
* Address Ian's comments
* Add TODO's for revers embedding
* Run pytest on the entirety of keras-nlp
* Misc cleanups
* Mark docstring tests tf only
* Last failing doctest
0 commit comments