efficientnet-jax
efficientnet-jax copied to clipboard
Sample code for Loading Pretrained Model in JAX?
Thanks for the great work! I have a few questions:
- I saw you released a collections of pre-trained model checkpoints, do you have any sample code on how to load them in JAX?
- Does this pretrained models have comparable performance against that from PT/ TF?
- Also you mentioned the model weights are ported from timm and tensorflow, I am curious to know how did you do the porting? (i.e. conversion from PT/ TF model weights to JAX's)