We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4630e1b commit 9f932ecCopy full SHA for 9f932ec
test.py
@@ -53,7 +53,7 @@
53
54
# initialize logger
55
if opt.use_wandb:
56
- wandb_run = wandb.init(project='CycleGAN-and-pix2pix', name=opt.name, config=opt) if not wandb.run else wandb.run
+ wandb_run = wandb.init(project=opt.wandb_project_name, name=opt.name, config=opt) if not wandb.run else wandb.run
57
wandb_run._label(repo='CycleGAN-and-pix2pix')
58
59
# create a website
0 commit comments