You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently some rather opaque warnings during docs building
WARNING: Cannot resolve forward reference in type annotations of "scico.flax.ConvBNBlock": name 'Module' is not defined
WARNING: Cannot resolve forward reference in type annotations of "scico.flax.DnCNNNet": name 'Module' is not defined
WARNING: Cannot resolve forward reference in type annotations of "scico.flax.ConvBNBlock": name 'Module' is not defined
WARNING: Cannot resolve forward reference in type annotations of "scico.flax.DnCNNNet": name 'Module' is not defined
scico/scico/flax.py:docstring of flax.linen.module.Module.bind:43: WARNING: Unexpected indentation.
scico/scico/flax.py:docstring of flax.linen.module.Module.bind:43: WARNING: Unexpected indentation.
These are clearly related to the scico.flax module, but it's not clear whether the problems due to some issue in that module itself, or in the imported flax modules.
The text was updated successfully, but these errors were encountered:
The Unexpected indentation warning seems to have been fixed in this commit google/flax@ab38a00, but the fix doesn't seem to have made it into a release yet.
There are currently some rather opaque warnings during docs building
These are clearly related to the
scico.flax
module, but it's not clear whether the problems due to some issue in that module itself, or in the importedflax
modules.The text was updated successfully, but these errors were encountered: