Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

WANDB logging not showing #1981

Open
james-imi opened this issue May 6, 2024 · 1 comment
Open

WANDB logging not showing #1981

james-imi opened this issue May 6, 2024 · 1 comment

Comments

@james-imi
Copy link

馃挕 Your Question

Logs. WANDB not showing

[2024-05-06 18:52:40] WARNING - checkpoint_utils.py - :warning: The pre-trained models provided by SuperGradients may have their own licenses or terms and conditions derived from the dataset used for pre-training.
 It is your responsibility to determine whether you have permission to use the models for your use case.
 The model you have requested was pre-trained on the coco dataset, published under the following terms: https://cocodataset.org/#termsofuse
[2024-05-06 18:52:40] INFO - checkpoint_utils.py - License Notification: YOLO-NAS pre-trained weights are subjected to the specific license terms and conditions detailed in 
https://github.com/Deci-AI/super-gradients/blob/master/LICENSE.YOLONAS.md
By downloading the pre-trained weight files you agree to comply with these terms.
[2024-05-06 18:52:40] INFO - checkpoint_utils.py - Successfully loaded pretrained weights for architecture yolo_nas_m
[2024-05-06 18:52:41] INFO - sg_trainer.py - Starting a new run with `run_id=RUN_20240506_185241_833056`
[2024-05-06 18:52:41] INFO - sg_trainer.py - Checkpoints directory: experiments[/optimized_df_params_val5/RUN_20240506_185241_833056](http://localhost:8893/optimized_df_params_val5/RUN_20240506_185241_833056)
The console stream is now moved to experiments/optimized_df_params_val5/RUN_20240506_185241_833056/console_May06_18_52_41.txt

with this params

"sg_logger_params":             # Params that will be passes to __init__ of the logger super_gradients.common.sg_loggers.wandb_sg_logger.WandBSGLogger
          {
            "project_name": "yolo_nas_dentalfeats_aaa", # W&B project name
            "save_checkpoints_remote": True,
            "save_tensorboard_remote": True,
            "save_logs_remote": True
          },

Versions

No response

@ofrimasad
Copy link
Collaborator

Hi @james-imi .
A few things you should check:

  1. make sure wandb is installed.
  2. make sure you set: "sg_logger": "wandb_sg_logger"
  3. add entity to parameters:
"sg_logger_params":
          {
            "project_name": "yolo_nas_dentalfeats_aaa", # W&B project name
            
            "entity": "your_wandb_entity_name",
 
            "save_checkpoints_remote": True,
            "save_tensorboard_remote": True,
            "save_logs_remote": True
          },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants