n2cholas / jax-resnet

Implementations and checkpoints for ResNet, Wide ResNet, ResNeXt, ResNet-D, and ResNeSt in JAX (Flax).
https://pypi.org/project/jax-resnet/
MIT License
102 stars 8 forks source link

Update README.md #6

Closed v0lta closed 2 years ago

v0lta commented 2 years ago

The idea here is to change the import in the readme to remove the typo. The spelling now matches:

https://github.com/n2cholas/jax-resnet/blob/43f41194123d63ca5e7d388cab8f85ae5c6d0abf/jax_resnet/pretrained.py#L42

Afterward, pretrained_resnet is imported correctly on my machine.

v0lta commented 2 years ago

Ahh nevermind. I just saw this is on purpose.