Skip to content

[JAX] Why no higher precision? #10

@Qazalbash

Description

@Qazalbash

Hi, I wanted to know if there is any specific reason not to allow higher precision values?

Reference code:

gmmx/gmmx/gmm.py

Lines 97 to 99 in 537cfdd

if array.dtype != jnp.float32:
message = f"Expected float32, got {array.dtype}"
raise ValueError(message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions