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

Unable to locate credentials #9

Open
aquorio15 opened this issue Jun 4, 2024 · 2 comments
Open

Unable to locate credentials #9

aquorio15 opened this issue Jun 4, 2024 · 2 comments

Comments

@aquorio15
Copy link

I am trying to run the baseline code by I am getting the following error 'Unable to locate credentials'. I think this is most probably due to amazon s3

@ctk3b
Copy link
Member

ctk3b commented Jun 4, 2024

Hi there, could you share the code your invoking and the traceback?

@aquorio15
Copy link
Author

Hi I am trying to run the baseline results for channelViT without HCS. Basically, I am using the command line argument as provided in the repo. I am getting the error right after loading the test and validation set.

python channelvit/main/main_supervised.py \
    trainer.devices=8 \
    trainer.max_epochs=100 \
    meta_arch/backbone=channelvit_small \
    meta_arch.backbone.args.in_chans=8 \
    meta_arch.target='label' \
    meta_arch.num_classes=161 \
    data@train_data=jumpcp \
    data@val_data_dict=[jumpcp_val,jumpcp_test] \
    train_data.jumpcp.loader.batch_size=32 \
    transformations@train_transformations=cell \
    transformations@val_transformations=cell

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

2 participants