Saurav Maheshkar
Saurav Maheshkar
Request for Clarification: ```python has_flax = any(backend.framework_name == 'jax' for backend in collect_test_backends(symbolic=False, layers=True)) ``` would be the correct way ?
It's simple enough to use einops for Flax. The solution that I worked out after raising https://github.com/google/flax/discussions/1390, was to just create another Flax `nn.Module` especially for the layer viz. ```python...
@arogozhnikov can I open a PR with this structure ?
Gentle ping @arogozhnikov
Please assign this to me. @albertomontesg
Could you elaborate on "changes the start-up behaviour" and "changes expected path layout". I assumed that the `Dockerfile` is used only for development purposes but it seems like it's also...
(Hope your tooth's okay now 🙂 ) --- @codefaux If I understand correctly there are no issues with the start-up behaviour nor does it change the path ? By path...
Closing this as solved by #292
Request for Review @j-min
Can I take this up ? @ninamiolane