sam-pt
sam-pt copied to clipboard
Confused about the key to enter when running demo or test
Hi, thanks for your efforts and novel ideas. However, as I am running demo or experiments, I was asked to either enter API or API key not found. (3 options) Would you kindly provide more detailed tutorial video or instructions? Thanks again for your time.
Thank you for your interest in our project. Based on your description, it seems you're being prompted for the W&B (Weights & Biases) API key. W&B is a tool we've integrated for convenient logging, storing logs in the cloud, and accessing them via the browser.
To address this:
- Sign up for W&B if you haven't already.
- Once signed up, you can follow these steps to log in via the command line:
# Activate your conda environment
conda activate sam-pt
# Install wandb if it isn't already
pip install wandb
# This will prompt you to log in to wandb
wandb login