Skip to content

Tutorial checkpoints inaccessible (403 Forbidden) #64

Description

Hello,

I am trying to reproduce the GET tutorial workflow using the current repository and tutorial notebooks.

The tutorials reference the following checkpoints:

  • checkpoint-best.pth
  • checkpoint-799.pth

from:

s3://2023-get-xf2217/get_demo/

For example:

s3://2023-get-xf2217/get_demo/checkpoints/regulatory_inference_checkpoint_fetal_adult/finetune_fetal_adult_leaveout_astrocyte/checkpoint-best.pth

and

s3://2023-get-xf2217/get_demo/checkpoints/regulatory_inference_checkpoint_fetal_adult/pretrain_fetal_adult/checkpoint-799.pth

However, the download commands currently fail:

aws s3 cp <checkpoint_path> ./checkpoint-best.pth --no-sign-request

returns:

403 Forbidden

and

aws s3 ls s3://2023-get-xf2217/get_demo/ --no-sign-request

returns:

Anonymous users cannot invoke requests against Requester Pays buckets

Is there an updated location for the pretrained checkpoints, or another recommended way to access them?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions