ChannelViT icon indicating copy to clipboard operation
ChannelViT copied to clipboard

Unable to locate credentials

Open aquorio15 opened this issue 1 year ago • 2 comments
trafficstars

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

aquorio15 avatar Jun 04 '24 07:06 aquorio15

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

ctk3b avatar Jun 04 '24 14:06 ctk3b

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

aquorio15 avatar Jun 04 '24 16:06 aquorio15