re-enabled expt2 test1

This commit is contained in:
2024-06-11 14:22:16 +01:00
parent 85363021be
commit 6d0682bbed

View File

@@ -47,14 +47,14 @@ def run(tensorboard: bool = True, wandb: bool = True):
from .model import unpacking_smooth_l1_loss
from . import semantic_loss
# test(
# train_loss=unpacking_smooth_l1_loss,
# val_loss=unpacking_smooth_l1_loss,
# test_loss=unpacking_smooth_l1_loss,
# version="smooth_l1_loss",
# tensorboard=tensorboard,
# wandb=wandb,
# )
test(
train_loss=unpacking_smooth_l1_loss,
val_loss=unpacking_smooth_l1_loss,
test_loss=unpacking_smooth_l1_loss,
version="smooth_l1_loss",
tensorboard=tensorboard,
wandb=wandb,
)
version = "positive_slope_linear_loss"
if wandb: