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:
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.
Hello,
I am trying to reproduce the GET tutorial workflow using the current repository and tutorial notebooks.
The tutorials reference the following checkpoints:
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:
returns:
and
returns:
Is there an updated location for the pretrained checkpoints, or another recommended way to access them?
Thank you.