Update before first push to remote

This commit is contained in:
2024-05-15 15:03:51 +01:00
parent 15a57cc229
commit 4212c543f8
2 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ def run_test(loss_func, version):
name="logs/comparison",
version=version,
)
wandb_logger = WandbLogger(project="MNIST")
wandb_logger = WandbLogger(project="Semantic_Loss_Tests")
logger = [tb_logger, wandb_logger]
test_model(logger=logger, loss_func=loss_func, lr=LEARNING_RATE)