LLaVA
LLaVA copied to clipboard
[Question] How to set Wandb names?
Question
How do you set the wandb names for the project and run?
It is currently defaulting to the project4 name huggingface
and a random name is assigned for the run.
I add the following scripts:
os.environ["WANDB_PROJECT"]="YOUR_PROJECT_NAME"
in LLaVA/llava/train/train_mem.py
and --run_name 'YOUR_RUN_NAME' \
to training arguments
I add the following scripts:
os.environ["WANDB_PROJECT"]="YOUR_PROJECT_NAME"
inLLaVA/llava/train/train_mem.py
and
--run_name 'YOUR_RUN_NAME' \
to training arguments
same with you