danfenghong / IEEE_TPAMI_SpectralGPT

Hong, D., Zhang, B., Li, X., Li, Y., Li, C., Yao, J., Yokoya, N., Li, H., Ghamisi, P., Jia, X., Plaza, A. and Gamba, P., Benediktsson, J., Chanussot, J. (2024). SpectralGPT: Spectral remote sensing foundation model. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024. DOI:10.1109/TPAMI.2024.3362475.
161 stars 17 forks source link

Hard coded wandb entity #8

Open robmarkcole opened 4 months ago

robmarkcole commented 4 months ago

This is raising an error:

    wandb.init(project=args.wandb, entity="mae-sentinel")
[12:30:03.910893]   File "/home/zeus/miniconda3/envs/cloudspace/lib/python3.10/site-packages/wandb/sdk/wandb_init.py", line 1144, in init
wandb: ERROR It appears that you do not have permission to access the requested resource.

This should probably be passed in too

robmarkcole commented 4 months ago

Can just be commented:

    # Set up wandb
    if global_rank == 0 and args.wandb is not None:
        wandb.init(project=args.wandb) # , entity="mae-sentinel"