mirror of
https://github.com/Cian-H/symbolic_nn_tests.git
synced 2025-12-22 14:11:59 +00:00
re-enabled expt2 test1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user