Default project name to None

pull/550/head
Aman Arora 2021-04-10 00:44:05 -04:00
parent 8db8ff346f
commit f8bb13f640
1 changed files with 0 additions and 3 deletions

View File

@ -301,9 +301,6 @@ def main():
args, args_text = _parse_args()
if args.use_wandb:
if not args.wandb_project_name:
args.wandb_project_name = f'timm_{args.model}'
_logger.warning(f"Wandb project name not provided, defaulting to timm_{args.model}")
wandb.init(project=args.wandb_project_name, config=args)
args.prefetcher = not args.no_prefetcher