google-deepmind / dm-haiku

JAX-based neural network library
https://dm-haiku.readthedocs.io
Apache License 2.0
2.91k stars 231 forks source link

[JAX] Fix type error in Haiku transformer train example. #616

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

[JAX] Fix type error in Haiku transformer train example.

A np.ndarray is passed to a constructor that expects a jax Array.