mirror of
https://github.com/Cian-H/symbolic_nn_tests.git
synced 2025-12-22 22:22:01 +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 .model import unpacking_smooth_l1_loss
|
||||||
from . import semantic_loss
|
from . import semantic_loss
|
||||||
|
|
||||||
# test(
|
test(
|
||||||
# train_loss=unpacking_smooth_l1_loss,
|
train_loss=unpacking_smooth_l1_loss,
|
||||||
# val_loss=unpacking_smooth_l1_loss,
|
val_loss=unpacking_smooth_l1_loss,
|
||||||
# test_loss=unpacking_smooth_l1_loss,
|
test_loss=unpacking_smooth_l1_loss,
|
||||||
# version="smooth_l1_loss",
|
version="smooth_l1_loss",
|
||||||
# tensorboard=tensorboard,
|
tensorboard=tensorboard,
|
||||||
# wandb=wandb,
|
wandb=wandb,
|
||||||
# )
|
)
|
||||||
|
|
||||||
version = "positive_slope_linear_loss"
|
version = "positive_slope_linear_loss"
|
||||||
if wandb:
|
if wandb:
|
||||||
|
|||||||
Reference in New Issue
Block a user