Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in notebooks #93

Open
amrzv opened this issue Feb 15, 2024 · 0 comments
Open

Errors in notebooks #93

amrzv opened this issue Feb 15, 2024 · 0 comments

Comments

@amrzv
Copy link

amrzv commented Feb 15, 2024

Hi.

  1. When running notebook in colab uvim_depth_task.ipynb on line
    oracle_params, oracle_state = vit.load(None, "depth_stageI_params.npz") the error is raised
AttributeError: module 'big_vision.utils' has no attribute 'load_checkpoint'

image
2. The same error in clippo_colab.ipynb on line

params = utils.load_checkpoint(None, checkpoint_path)['params']

image

  1. When running lit.ipynb on line
params0 = model.init(jax.random.PRNGKey(42), *init_params)['params'].unfreeze()

the error is raised

AttributeError: 'dict' object has no attribute 'unfreeze'

image

@amrzv amrzv changed the title AttributeError: module 'big_vision.utils' has no attribute 'load_checkpoint' Errors in notebooks Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant