It'd be interesting to know the type that was used to train. However, as pointed out by @patrickvonplaten and @patil-suraj:
- It needs to be saved as a string;
jnp.bfloat16 etc. cannot be serialized.
- We need to decide the naming to make it clear what it means.
Context: #565 (comment)