google-research / big_transfer

Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
https://arxiv.org/abs/1912.11370
Apache License 2.0
1.5k stars 174 forks source link

Jax from flax.nn to flax.linen? #52

Open dave-andersen opened 3 years ago

dave-andersen commented 3 years ago

Hi, folks - thanks for the useful release!

flax.nn is now deprecated, so a move to linen would help ensure this code remains future compatible (and doesn't generate warnings, as it does now). Not sure if you're intending to maintain this or leave it as a snapshot of what the paper was based upon, but it's a nice resource to have out there.