google-research/scenic

OWL-ViT inference playround: [add title]

Opened this issue · 0 comments

AttributeError Traceback (most recent call last)

in <cell line: 10>()
8 import numpy as np
9 from scenic.projects.owl_vit import configs
---> 10 from scenic.projects.owl_vit import models
11
12 from scenic.projects.owl_vit.notebooks import inference

9 frames

/usr/local/lib/python3.10/dist-packages/jax/_src/deprecations.py in getattr(name)
53 warnings.warn(message, DeprecationWarning, stacklevel=2)
54 return fn
---> 55 raise AttributeError(f"module {module!r} has no attribute {name!r}")
56
57 return getattr

AttributeError: module 'jax.random' has no attribute 'PRNGKeyArray'