We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db8ff3 commit f8bb13fCopy full SHA for f8bb13f
train.py
@@ -301,9 +301,6 @@ def main():
301
args, args_text = _parse_args()
302
303
if args.use_wandb:
304
- if not args.wandb_project_name:
305
- args.wandb_project_name = f'timm_{args.model}'
306
- _logger.warning(f"Wandb project name not provided, defaulting to timm_{args.model}")
307
wandb.init(project=args.wandb_project_name, config=args)
308
309
args.prefetcher = not args.no_prefetcher
0 commit comments