Git Product home page Git Product logo

Comments (2)

patrick-kidger avatar patrick-kidger commented on May 3, 2024 1

For beartype, this is the error message I get:

beartype.roar.BeartypeCallHintReturnViolation: Function __main__.update_hidden_state() return "Traced<ShapedArray(float32[10])>with<DynamicJaxprTrace(level=1/0)>" violates type hint <class 'jaxtyping.Float[Array, 'embedding']'>, as <protocol "jax._src.interpreters.partial_eval.DynamicJaxprTracer"> "Traced<ShapedArray(float32[10])>with<DynamicJaxprTrace(level=1/0)>" not instance of <class "jaxtyping.Float[Array, 'embedding']">.

I do note that it is producing coloured output in my terminal. Perhaps your terminal doesn't support colour, and this produces your odd-looking error message? I'd suggest opening a beartype issue if so; ideally beartype should disable its use of colour in this scenario.

I can't reproduce your typeguard error. I get error:

typeguard.TypeCheckError: the return value (jax._src.interpreters.partial_eval.DynamicJaxprTracer) is not an instance of jaxtyping.Float[Array, 'embedding']

which looks like the expected error message.
(I'll grant you that it doesn't really tell you that it's due to a shape error in particular -- this is a known issue (#6) and something that at least beartype has plans to fix (beartype/beartype#235))

This is in a fresh conda environment with the same versions of the packages as you list.

from jaxtyping.

phinate avatar phinate commented on May 3, 2024

Thanks for double checking! It turned out that the main difference was me operating within a VSCode notebook environment (definitely should have mentioned) -- perhaps Jupyter is not the intended usage of the runtime type checkers? I'll search around and see if theres a good place to report this behaviour in the respective libs.

Will close, thanks again!

from jaxtyping.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.