ERROR: Project does not contain artifact

Hi @dspectrum , happy to help with the issue you are facing.

A few things come to mind.

  • Do you see this artifact in the UI?
  • Are you able to get the artifact via the command line? wandb artifact get <entity>/<project>/<artifact-name>
  • Have you verified your sagemaker host environmental variable is referenced correctly prior to executing the training ? wandb status to check “base_url”. To set, use export WANDB_BASE_URL=<HOST>:<PORT>