File size: 71,572 Bytes
5e3398d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 |
[2025-02-05 14:56:02,358] INFO: [0;35mWill use single-gpu: NVIDIA A100-SXM4-80GB[0m
[2025-02-05 14:56:02,358] INFO: configured dtype=torch.float32 for autocast
[2025-02-05 14:56:02,358] INFO: configured dtype=torch.float32 for autocast
[2025-02-05 14:56:02,566] INFO: layer conv_id_0 using attention_type=math
[2025-02-05 14:56:02,566] INFO: layer conv_id_0 using attention_type=math
[2025-02-05 14:56:02,653] INFO: layer conv_reg_0 using attention_type=math
[2025-02-05 14:56:02,653] INFO: layer conv_reg_0 using attention_type=math
[2025-02-05 14:56:02,750] INFO: layer conv_id_1 using attention_type=math
[2025-02-05 14:56:02,750] INFO: layer conv_id_1 using attention_type=math
[2025-02-05 14:56:02,838] INFO: layer conv_reg_1 using attention_type=math
[2025-02-05 14:56:02,838] INFO: layer conv_reg_1 using attention_type=math
[2025-02-05 14:56:02,926] INFO: layer conv_id_2 using attention_type=math
[2025-02-05 14:56:02,926] INFO: layer conv_id_2 using attention_type=math
[2025-02-05 14:56:03,015] INFO: layer conv_reg_2 using attention_type=math
[2025-02-05 14:56:03,015] INFO: layer conv_reg_2 using attention_type=math
[2025-02-05 14:56:05,348] INFO: MLPF(
(nn0_id): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=17, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1024, bias=True)
)
)
(nn0_reg): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=17, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1024, bias=True)
)
)
(conv_id): ModuleList(
(0-2): 3 x PreLnSelfAttentionLayer(
(mha): MultiheadAttention(
(out_proj): NonDynamicallyQuantizableLinear(in_features=1024, out_features=1024, bias=True)
)
(norm0): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(norm1): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(seq): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): Linear(in_features=1024, out_features=1024, bias=True)
(3): ReLU()
)
(dropout): Dropout(p=0.0, inplace=False)
)
)
(conv_reg): ModuleList(
(0-2): 3 x PreLnSelfAttentionLayer(
(mha): MultiheadAttention(
(out_proj): NonDynamicallyQuantizableLinear(in_features=1024, out_features=1024, bias=True)
)
(norm0): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(norm1): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(seq): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): Linear(in_features=1024, out_features=1024, bias=True)
(3): ReLU()
)
(dropout): Dropout(p=0.0, inplace=False)
)
)
(nn_binary_particle): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
(nn_pid): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=6, bias=True)
)
(nn_pt): RegressionOutput(
(nn): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1, bias=True)
)
)
)
(nn_eta): RegressionOutput(
(nn): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
)
(nn_sin_phi): RegressionOutput(
(nn): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
)
(nn_cos_phi): RegressionOutput(
(nn): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
)
(nn_energy): RegressionOutput(
(nn): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1, bias=True)
)
)
)
(final_norm_id): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(final_norm_reg): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
)
[2025-02-05 14:56:05,348] INFO: MLPF(
(nn0_id): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=17, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1024, bias=True)
)
)
(nn0_reg): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=17, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1024, bias=True)
)
)
(conv_id): ModuleList(
(0-2): 3 x PreLnSelfAttentionLayer(
(mha): MultiheadAttention(
(out_proj): NonDynamicallyQuantizableLinear(in_features=1024, out_features=1024, bias=True)
)
(norm0): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(norm1): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(seq): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): Linear(in_features=1024, out_features=1024, bias=True)
(3): ReLU()
)
(dropout): Dropout(p=0.0, inplace=False)
)
)
(conv_reg): ModuleList(
(0-2): 3 x PreLnSelfAttentionLayer(
(mha): MultiheadAttention(
(out_proj): NonDynamicallyQuantizableLinear(in_features=1024, out_features=1024, bias=True)
)
(norm0): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(norm1): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(seq): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): Linear(in_features=1024, out_features=1024, bias=True)
(3): ReLU()
)
(dropout): Dropout(p=0.0, inplace=False)
)
)
(nn_binary_particle): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
(nn_pid): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=6, bias=True)
)
(nn_pt): RegressionOutput(
(nn): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1, bias=True)
)
)
)
(nn_eta): RegressionOutput(
(nn): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
)
(nn_sin_phi): RegressionOutput(
(nn): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
)
(nn_cos_phi): RegressionOutput(
(nn): Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=2, bias=True)
)
)
(nn_energy): RegressionOutput(
(nn): ModuleList(
(0-1): 2 x Sequential(
(0): Linear(in_features=1024, out_features=1024, bias=True)
(1): ReLU()
(2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(3): Dropout(p=0.0, inplace=False)
(4): Linear(in_features=1024, out_features=1, bias=True)
)
)
)
(final_norm_id): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(final_norm_reg): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
)
[2025-02-05 14:56:05,350] INFO: Trainable parameters: 51577874
[2025-02-05 14:56:05,350] INFO: Trainable parameters: 51577874
[2025-02-05 14:56:05,350] INFO: Non-trainable parameters: 0
[2025-02-05 14:56:05,350] INFO: Non-trainable parameters: 0
[2025-02-05 14:56:05,350] INFO: Total parameters: 51577874
[2025-02-05 14:56:05,350] INFO: Total parameters: 51577874
[2025-02-05 14:56:05,354] INFO: Modules Trainable parameters Non-trainable parameters
nn0_id.0.0.weight 17408 0
nn0_id.0.0.bias 1024 0
nn0_id.0.2.weight 1024 0
nn0_id.0.2.bias 1024 0
nn0_id.0.4.weight 1048576 0
nn0_id.0.4.bias 1024 0
nn0_id.1.0.weight 17408 0
nn0_id.1.0.bias 1024 0
nn0_id.1.2.weight 1024 0
nn0_id.1.2.bias 1024 0
nn0_id.1.4.weight 1048576 0
nn0_id.1.4.bias 1024 0
nn0_reg.0.0.weight 17408 0
nn0_reg.0.0.bias 1024 0
nn0_reg.0.2.weight 1024 0
nn0_reg.0.2.bias 1024 0
nn0_reg.0.4.weight 1048576 0
nn0_reg.0.4.bias 1024 0
nn0_reg.1.0.weight 17408 0
nn0_reg.1.0.bias 1024 0
nn0_reg.1.2.weight 1024 0
nn0_reg.1.2.bias 1024 0
nn0_reg.1.4.weight 1048576 0
nn0_reg.1.4.bias 1024 0
conv_id.0.mha.in_proj_weight 3145728 0
conv_id.0.mha.in_proj_bias 3072 0
conv_id.0.mha.out_proj.weight 1048576 0
conv_id.0.mha.out_proj.bias 1024 0
conv_id.0.norm0.weight 1024 0
conv_id.0.norm0.bias 1024 0
conv_id.0.norm1.weight 1024 0
conv_id.0.norm1.bias 1024 0
conv_id.0.seq.0.weight 1048576 0
conv_id.0.seq.0.bias 1024 0
conv_id.0.seq.2.weight 1048576 0
conv_id.0.seq.2.bias 1024 0
conv_id.1.mha.in_proj_weight 3145728 0
conv_id.1.mha.in_proj_bias 3072 0
conv_id.1.mha.out_proj.weight 1048576 0
conv_id.1.mha.out_proj.bias 1024 0
conv_id.1.norm0.weight 1024 0
conv_id.1.norm0.bias 1024 0
conv_id.1.norm1.weight 1024 0
conv_id.1.norm1.bias 1024 0
conv_id.1.seq.0.weight 1048576 0
conv_id.1.seq.0.bias 1024 0
conv_id.1.seq.2.weight 1048576 0
conv_id.1.seq.2.bias 1024 0
conv_id.2.mha.in_proj_weight 3145728 0
conv_id.2.mha.in_proj_bias 3072 0
conv_id.2.mha.out_proj.weight 1048576 0
conv_id.2.mha.out_proj.bias 1024 0
conv_id.2.norm0.weight 1024 0
conv_id.2.norm0.bias 1024 0
conv_id.2.norm1.weight 1024 0
conv_id.2.norm1.bias 1024 0
conv_id.2.seq.0.weight 1048576 0
conv_id.2.seq.0.bias 1024 0
conv_id.2.seq.2.weight 1048576 0
conv_id.2.seq.2.bias 1024 0
conv_reg.0.mha.in_proj_weight 3145728 0
conv_reg.0.mha.in_proj_bias 3072 0
conv_reg.0.mha.out_proj.weight 1048576 0
conv_reg.0.mha.out_proj.bias 1024 0
conv_reg.0.norm0.weight 1024 0
conv_reg.0.norm0.bias 1024 0
conv_reg.0.norm1.weight 1024 0
conv_reg.0.norm1.bias 1024 0
conv_reg.0.seq.0.weight 1048576 0
conv_reg.0.seq.0.bias 1024 0
conv_reg.0.seq.2.weight 1048576 0
conv_reg.0.seq.2.bias 1024 0
conv_reg.1.mha.in_proj_weight 3145728 0
conv_reg.1.mha.in_proj_bias 3072 0
conv_reg.1.mha.out_proj.weight 1048576 0
conv_reg.1.mha.out_proj.bias 1024 0
conv_reg.1.norm0.weight 1024 0
conv_reg.1.norm0.bias 1024 0
conv_reg.1.norm1.weight 1024 0
conv_reg.1.norm1.bias 1024 0
conv_reg.1.seq.0.weight 1048576 0
conv_reg.1.seq.0.bias 1024 0
conv_reg.1.seq.2.weight 1048576 0
conv_reg.1.seq.2.bias 1024 0
conv_reg.2.mha.in_proj_weight 3145728 0
conv_reg.2.mha.in_proj_bias 3072 0
conv_reg.2.mha.out_proj.weight 1048576 0
conv_reg.2.mha.out_proj.bias 1024 0
conv_reg.2.norm0.weight 1024 0
conv_reg.2.norm0.bias 1024 0
conv_reg.2.norm1.weight 1024 0
conv_reg.2.norm1.bias 1024 0
conv_reg.2.seq.0.weight 1048576 0
conv_reg.2.seq.0.bias 1024 0
conv_reg.2.seq.2.weight 1048576 0
conv_reg.2.seq.2.bias 1024 0
nn_binary_particle.0.weight 1048576 0
nn_binary_particle.0.bias 1024 0
nn_binary_particle.2.weight 1024 0
nn_binary_particle.2.bias 1024 0
nn_binary_particle.4.weight 2048 0
nn_binary_particle.4.bias 2 0
nn_pid.0.weight 1048576 0
nn_pid.0.bias 1024 0
nn_pid.2.weight 1024 0
nn_pid.2.bias 1024 0
nn_pid.4.weight 6144 0
nn_pid.4.bias 6 0
nn_pt.nn.0.0.weight 1048576 0
nn_pt.nn.0.0.bias 1024 0
nn_pt.nn.0.2.weight 1024 0
nn_pt.nn.0.2.bias 1024 0
nn_pt.nn.0.4.weight 1024 0
nn_pt.nn.0.4.bias 1 0
nn_pt.nn.1.0.weight 1048576 0
nn_pt.nn.1.0.bias 1024 0
nn_pt.nn.1.2.weight 1024 0
nn_pt.nn.1.2.bias 1024 0
nn_pt.nn.1.4.weight 1024 0
nn_pt.nn.1.4.bias 1 0
nn_eta.nn.0.weight 1048576 0
nn_eta.nn.0.bias 1024 0
nn_eta.nn.2.weight 1024 0
nn_eta.nn.2.bias 1024 0
nn_eta.nn.4.weight 2048 0
nn_eta.nn.4.bias 2 0
nn_sin_phi.nn.0.weight 1048576 0
nn_sin_phi.nn.0.bias 1024 0
nn_sin_phi.nn.2.weight 1024 0
nn_sin_phi.nn.2.bias 1024 0
nn_sin_phi.nn.4.weight 2048 0
nn_sin_phi.nn.4.bias 2 0
nn_cos_phi.nn.0.weight 1048576 0
nn_cos_phi.nn.0.bias 1024 0
nn_cos_phi.nn.2.weight 1024 0
nn_cos_phi.nn.2.bias 1024 0
nn_cos_phi.nn.4.weight 2048 0
nn_cos_phi.nn.4.bias 2 0
nn_energy.nn.0.0.weight 1048576 0
nn_energy.nn.0.0.bias 1024 0
nn_energy.nn.0.2.weight 1024 0
nn_energy.nn.0.2.bias 1024 0
nn_energy.nn.0.4.weight 1024 0
nn_energy.nn.0.4.bias 1 0
nn_energy.nn.1.0.weight 1048576 0
nn_energy.nn.1.0.bias 1024 0
nn_energy.nn.1.2.weight 1024 0
nn_energy.nn.1.2.bias 1024 0
nn_energy.nn.1.4.weight 1024 0
nn_energy.nn.1.4.bias 1 0
final_norm_id.weight 1024 0
final_norm_id.bias 1024 0
final_norm_reg.weight 1024 0
final_norm_reg.bias 1024 0
[2025-02-05 14:56:05,354] INFO: Modules Trainable parameters Non-trainable parameters
nn0_id.0.0.weight 17408 0
nn0_id.0.0.bias 1024 0
nn0_id.0.2.weight 1024 0
nn0_id.0.2.bias 1024 0
nn0_id.0.4.weight 1048576 0
nn0_id.0.4.bias 1024 0
nn0_id.1.0.weight 17408 0
nn0_id.1.0.bias 1024 0
nn0_id.1.2.weight 1024 0
nn0_id.1.2.bias 1024 0
nn0_id.1.4.weight 1048576 0
nn0_id.1.4.bias 1024 0
nn0_reg.0.0.weight 17408 0
nn0_reg.0.0.bias 1024 0
nn0_reg.0.2.weight 1024 0
nn0_reg.0.2.bias 1024 0
nn0_reg.0.4.weight 1048576 0
nn0_reg.0.4.bias 1024 0
nn0_reg.1.0.weight 17408 0
nn0_reg.1.0.bias 1024 0
nn0_reg.1.2.weight 1024 0
nn0_reg.1.2.bias 1024 0
nn0_reg.1.4.weight 1048576 0
nn0_reg.1.4.bias 1024 0
conv_id.0.mha.in_proj_weight 3145728 0
conv_id.0.mha.in_proj_bias 3072 0
conv_id.0.mha.out_proj.weight 1048576 0
conv_id.0.mha.out_proj.bias 1024 0
conv_id.0.norm0.weight 1024 0
conv_id.0.norm0.bias 1024 0
conv_id.0.norm1.weight 1024 0
conv_id.0.norm1.bias 1024 0
conv_id.0.seq.0.weight 1048576 0
conv_id.0.seq.0.bias 1024 0
conv_id.0.seq.2.weight 1048576 0
conv_id.0.seq.2.bias 1024 0
conv_id.1.mha.in_proj_weight 3145728 0
conv_id.1.mha.in_proj_bias 3072 0
conv_id.1.mha.out_proj.weight 1048576 0
conv_id.1.mha.out_proj.bias 1024 0
conv_id.1.norm0.weight 1024 0
conv_id.1.norm0.bias 1024 0
conv_id.1.norm1.weight 1024 0
conv_id.1.norm1.bias 1024 0
conv_id.1.seq.0.weight 1048576 0
conv_id.1.seq.0.bias 1024 0
conv_id.1.seq.2.weight 1048576 0
conv_id.1.seq.2.bias 1024 0
conv_id.2.mha.in_proj_weight 3145728 0
conv_id.2.mha.in_proj_bias 3072 0
conv_id.2.mha.out_proj.weight 1048576 0
conv_id.2.mha.out_proj.bias 1024 0
conv_id.2.norm0.weight 1024 0
conv_id.2.norm0.bias 1024 0
conv_id.2.norm1.weight 1024 0
conv_id.2.norm1.bias 1024 0
conv_id.2.seq.0.weight 1048576 0
conv_id.2.seq.0.bias 1024 0
conv_id.2.seq.2.weight 1048576 0
conv_id.2.seq.2.bias 1024 0
conv_reg.0.mha.in_proj_weight 3145728 0
conv_reg.0.mha.in_proj_bias 3072 0
conv_reg.0.mha.out_proj.weight 1048576 0
conv_reg.0.mha.out_proj.bias 1024 0
conv_reg.0.norm0.weight 1024 0
conv_reg.0.norm0.bias 1024 0
conv_reg.0.norm1.weight 1024 0
conv_reg.0.norm1.bias 1024 0
conv_reg.0.seq.0.weight 1048576 0
conv_reg.0.seq.0.bias 1024 0
conv_reg.0.seq.2.weight 1048576 0
conv_reg.0.seq.2.bias 1024 0
conv_reg.1.mha.in_proj_weight 3145728 0
conv_reg.1.mha.in_proj_bias 3072 0
conv_reg.1.mha.out_proj.weight 1048576 0
conv_reg.1.mha.out_proj.bias 1024 0
conv_reg.1.norm0.weight 1024 0
conv_reg.1.norm0.bias 1024 0
conv_reg.1.norm1.weight 1024 0
conv_reg.1.norm1.bias 1024 0
conv_reg.1.seq.0.weight 1048576 0
conv_reg.1.seq.0.bias 1024 0
conv_reg.1.seq.2.weight 1048576 0
conv_reg.1.seq.2.bias 1024 0
conv_reg.2.mha.in_proj_weight 3145728 0
conv_reg.2.mha.in_proj_bias 3072 0
conv_reg.2.mha.out_proj.weight 1048576 0
conv_reg.2.mha.out_proj.bias 1024 0
conv_reg.2.norm0.weight 1024 0
conv_reg.2.norm0.bias 1024 0
conv_reg.2.norm1.weight 1024 0
conv_reg.2.norm1.bias 1024 0
conv_reg.2.seq.0.weight 1048576 0
conv_reg.2.seq.0.bias 1024 0
conv_reg.2.seq.2.weight 1048576 0
conv_reg.2.seq.2.bias 1024 0
nn_binary_particle.0.weight 1048576 0
nn_binary_particle.0.bias 1024 0
nn_binary_particle.2.weight 1024 0
nn_binary_particle.2.bias 1024 0
nn_binary_particle.4.weight 2048 0
nn_binary_particle.4.bias 2 0
nn_pid.0.weight 1048576 0
nn_pid.0.bias 1024 0
nn_pid.2.weight 1024 0
nn_pid.2.bias 1024 0
nn_pid.4.weight 6144 0
nn_pid.4.bias 6 0
nn_pt.nn.0.0.weight 1048576 0
nn_pt.nn.0.0.bias 1024 0
nn_pt.nn.0.2.weight 1024 0
nn_pt.nn.0.2.bias 1024 0
nn_pt.nn.0.4.weight 1024 0
nn_pt.nn.0.4.bias 1 0
nn_pt.nn.1.0.weight 1048576 0
nn_pt.nn.1.0.bias 1024 0
nn_pt.nn.1.2.weight 1024 0
nn_pt.nn.1.2.bias 1024 0
nn_pt.nn.1.4.weight 1024 0
nn_pt.nn.1.4.bias 1 0
nn_eta.nn.0.weight 1048576 0
nn_eta.nn.0.bias 1024 0
nn_eta.nn.2.weight 1024 0
nn_eta.nn.2.bias 1024 0
nn_eta.nn.4.weight 2048 0
nn_eta.nn.4.bias 2 0
nn_sin_phi.nn.0.weight 1048576 0
nn_sin_phi.nn.0.bias 1024 0
nn_sin_phi.nn.2.weight 1024 0
nn_sin_phi.nn.2.bias 1024 0
nn_sin_phi.nn.4.weight 2048 0
nn_sin_phi.nn.4.bias 2 0
nn_cos_phi.nn.0.weight 1048576 0
nn_cos_phi.nn.0.bias 1024 0
nn_cos_phi.nn.2.weight 1024 0
nn_cos_phi.nn.2.bias 1024 0
nn_cos_phi.nn.4.weight 2048 0
nn_cos_phi.nn.4.bias 2 0
nn_energy.nn.0.0.weight 1048576 0
nn_energy.nn.0.0.bias 1024 0
nn_energy.nn.0.2.weight 1024 0
nn_energy.nn.0.2.bias 1024 0
nn_energy.nn.0.4.weight 1024 0
nn_energy.nn.0.4.bias 1 0
nn_energy.nn.1.0.weight 1048576 0
nn_energy.nn.1.0.bias 1024 0
nn_energy.nn.1.2.weight 1024 0
nn_energy.nn.1.2.bias 1024 0
nn_energy.nn.1.4.weight 1024 0
nn_energy.nn.1.4.bias 1 0
final_norm_id.weight 1024 0
final_norm_id.bias 1024 0
final_norm_reg.weight 1024 0
final_norm_reg.bias 1024 0
[2025-02-05 14:56:05,371] INFO: Creating experiment dir /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593
[2025-02-05 14:56:05,371] INFO: Creating experiment dir /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593
[2025-02-05 14:56:05,371] INFO: [1mModel directory /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593[0m
[2025-02-05 14:56:05,371] INFO: [1mModel directory /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593[0m
[2025-02-05 14:56:05,398] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,398] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,413] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,413] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,428] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,428] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,442] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379400[0m
[2025-02-05 14:56:05,442] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379400[0m
[2025-02-05 14:56:05,456] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,456] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,471] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379400[0m
[2025-02-05 14:56:05,471] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379400[0m
[2025-02-05 14:56:05,485] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379400[0m
[2025-02-05 14:56:05,485] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379400[0m
[2025-02-05 14:56:05,499] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,499] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,514] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,514] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 379500[0m
[2025-02-05 14:56:05,528] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 380100[0m
[2025-02-05 14:56:05,528] INFO: [0;34mtrain_dataset: cld_edm_ttbar_pf, 380100[0m
[2025-02-05 14:56:06,467] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,467] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,477] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,477] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,484] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,484] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,492] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,492] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,534] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,534] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,540] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,540] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,547] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,547] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,555] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,555] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,562] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,562] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,569] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 14:56:06,569] INFO: [0;34mvalid_dataset: cld_edm_ttbar_pf, 500[0m
[2025-02-05 21:58:11,657] INFO: [1mRank 0: epoch=1/100 train_loss=3.3108 valid_loss=2.7375 stale=0 epoch_train_time=421.71m epoch_valid_time=0.27m epoch_total_time=421.98m eta=41785.3m[0m
[2025-02-05 21:58:11,657] INFO: [1mRank 0: epoch=1/100 train_loss=3.3108 valid_loss=2.7375 stale=0 epoch_train_time=421.71m epoch_valid_time=0.27m epoch_total_time=421.98m eta=41785.3m[0m
[2025-02-06 05:01:17,071] INFO: [1mRank 0: epoch=2/100 train_loss=2.6045 valid_loss=2.5338 stale=0 epoch_train_time=422.73m epoch_valid_time=0.26m epoch_total_time=422.99m eta=41413.0m[0m
[2025-02-06 05:01:17,071] INFO: [1mRank 0: epoch=2/100 train_loss=2.6045 valid_loss=2.5338 stale=0 epoch_train_time=422.73m epoch_valid_time=0.26m epoch_total_time=422.99m eta=41413.0m[0m
[2025-02-06 14:09:28,658] INFO: [1mRank 0: epoch=3/100 train_loss=2.4373 valid_loss=2.3758 stale=0 epoch_train_time=547.85m epoch_valid_time=0.25m epoch_total_time=548.11m eta=45051.9m[0m
[2025-02-06 14:09:28,658] INFO: [1mRank 0: epoch=3/100 train_loss=2.4373 valid_loss=2.3758 stale=0 epoch_train_time=547.85m epoch_valid_time=0.25m epoch_total_time=548.11m eta=45051.9m[0m
[2025-02-06 21:12:47,380] INFO: [1mRank 0: epoch=4/100 train_loss=2.3441 valid_loss=2.3123 stale=0 epoch_train_time=422.97m epoch_valid_time=0.26m epoch_total_time=423.23m eta=43600.0m[0m
[2025-02-06 21:12:47,380] INFO: [1mRank 0: epoch=4/100 train_loss=2.3441 valid_loss=2.3123 stale=0 epoch_train_time=422.97m epoch_valid_time=0.26m epoch_total_time=423.23m eta=43600.0m[0m
[2025-02-07 04:14:43,856] INFO: [1mRank 0: epoch=5/100 train_loss=2.2765 valid_loss=2.2521 stale=0 epoch_train_time=421.59m epoch_valid_time=0.26m epoch_total_time=421.85m eta=42533.6m[0m
[2025-02-07 04:14:43,856] INFO: [1mRank 0: epoch=5/100 train_loss=2.2765 valid_loss=2.2521 stale=0 epoch_train_time=421.59m epoch_valid_time=0.26m epoch_total_time=421.85m eta=42533.6m[0m
[2025-02-07 11:17:44,260] INFO: [1mRank 0: epoch=6/100 train_loss=2.2146 valid_loss=2.1891 stale=0 epoch_train_time=422.66m epoch_valid_time=0.26m epoch_total_time=422.92m eta=41698.7m[0m
[2025-02-07 11:17:44,260] INFO: [1mRank 0: epoch=6/100 train_loss=2.2146 valid_loss=2.1891 stale=0 epoch_train_time=422.66m epoch_valid_time=0.26m epoch_total_time=422.92m eta=41698.7m[0m
[2025-02-07 18:20:07,646] INFO: [1mRank 0: epoch=7/100 train_loss=2.1698 valid_loss=2.1753 stale=0 epoch_train_time=422.05m epoch_valid_time=0.26m epoch_total_time=422.31m eta=40973.2m[0m
[2025-02-07 18:20:07,646] INFO: [1mRank 0: epoch=7/100 train_loss=2.1698 valid_loss=2.1753 stale=0 epoch_train_time=422.05m epoch_valid_time=0.26m epoch_total_time=422.31m eta=40973.2m[0m
[2025-02-08 01:21:58,162] INFO: [1mRank 0: epoch=8/100 train_loss=2.1343 valid_loss=2.1384 stale=0 epoch_train_time=421.49m epoch_valid_time=0.27m epoch_total_time=421.75m eta=40317.3m[0m
[2025-02-08 01:21:58,162] INFO: [1mRank 0: epoch=8/100 train_loss=2.1343 valid_loss=2.1384 stale=0 epoch_train_time=421.49m epoch_valid_time=0.27m epoch_total_time=421.75m eta=40317.3m[0m
[2025-02-08 08:24:27,689] INFO: [1mRank 0: epoch=9/100 train_loss=2.1037 valid_loss=2.1061 stale=0 epoch_train_time=422.15m epoch_valid_time=0.25m epoch_total_time=422.40m eta=39719.9m[0m
[2025-02-08 08:24:27,689] INFO: [1mRank 0: epoch=9/100 train_loss=2.1037 valid_loss=2.1061 stale=0 epoch_train_time=422.15m epoch_valid_time=0.25m epoch_total_time=422.40m eta=39719.9m[0m
[2025-02-08 15:25:54,840] INFO: [1mRank 0: epoch=10/100 train_loss=2.0723 valid_loss=2.0807 stale=0 epoch_train_time=421.12m epoch_valid_time=0.26m epoch_total_time=421.38m eta=39148.1m[0m
[2025-02-08 15:25:54,840] INFO: [1mRank 0: epoch=10/100 train_loss=2.0723 valid_loss=2.0807 stale=0 epoch_train_time=421.12m epoch_valid_time=0.26m epoch_total_time=421.38m eta=39148.1m[0m
[2025-02-08 22:27:12,255] INFO: [1mRank 0: epoch=11/100 train_loss=2.0338 valid_loss=2.0353 stale=0 epoch_train_time=420.96m epoch_valid_time=0.25m epoch_total_time=421.21m eta=38602.4m[0m
[2025-02-08 22:27:12,255] INFO: [1mRank 0: epoch=11/100 train_loss=2.0338 valid_loss=2.0353 stale=0 epoch_train_time=420.96m epoch_valid_time=0.25m epoch_total_time=421.21m eta=38602.4m[0m
[2025-02-09 05:29:16,363] INFO: [1mRank 0: epoch=12/100 train_loss=1.9992 valid_loss=2.0109 stale=0 epoch_train_time=421.73m epoch_valid_time=0.25m epoch_total_time=421.98m eta=38083.1m[0m
[2025-02-09 05:29:16,363] INFO: [1mRank 0: epoch=12/100 train_loss=1.9992 valid_loss=2.0109 stale=0 epoch_train_time=421.73m epoch_valid_time=0.25m epoch_total_time=421.98m eta=38083.1m[0m
[2025-02-09 12:30:12,763] INFO: [1mRank 0: epoch=13/100 train_loss=1.9654 valid_loss=1.9706 stale=0 epoch_train_time=420.56m epoch_valid_time=0.29m epoch_total_time=420.85m eta=37571.2m[0m
[2025-02-09 12:30:12,763] INFO: [1mRank 0: epoch=13/100 train_loss=1.9654 valid_loss=1.9706 stale=0 epoch_train_time=420.56m epoch_valid_time=0.29m epoch_total_time=420.85m eta=37571.2m[0m
[2025-02-09 19:31:22,350] INFO: [1mRank 0: epoch=14/100 train_loss=1.9344 valid_loss=1.9577 stale=0 epoch_train_time=420.82m epoch_valid_time=0.26m epoch_total_time=421.08m eta=37073.7m[0m
[2025-02-09 19:31:22,350] INFO: [1mRank 0: epoch=14/100 train_loss=1.9344 valid_loss=1.9577 stale=0 epoch_train_time=420.82m epoch_valid_time=0.26m epoch_total_time=421.08m eta=37073.7m[0m
[2025-02-10 03:41:02,758] INFO: [1mRank 0: epoch=15/100 train_loss=1.9100 valid_loss=1.9332 stale=0 epoch_train_time=489.33m epoch_valid_time=0.26m epoch_total_time=489.59m eta=36974.6m[0m
[2025-02-10 03:41:02,758] INFO: [1mRank 0: epoch=15/100 train_loss=1.9100 valid_loss=1.9332 stale=0 epoch_train_time=489.33m epoch_valid_time=0.26m epoch_total_time=489.59m eta=36974.6m[0m
[2025-02-10 12:15:04,801] INFO: [1mRank 0: epoch=16/100 train_loss=1.8903 valid_loss=1.9090 stale=0 epoch_train_time=513.70m epoch_valid_time=0.25m epoch_total_time=513.95m eta=36954.5m[0m
[2025-02-10 12:15:04,801] INFO: [1mRank 0: epoch=16/100 train_loss=1.8903 valid_loss=1.9090 stale=0 epoch_train_time=513.70m epoch_valid_time=0.25m epoch_total_time=513.95m eta=36954.5m[0m
[2025-02-10 19:18:48,630] INFO: [1mRank 0: epoch=17/100 train_loss=1.8736 valid_loss=1.9173 stale=1 epoch_train_time=423.44m epoch_valid_time=0.25m epoch_total_time=423.68m eta=36435.5m[0m
[2025-02-10 19:18:48,630] INFO: [1mRank 0: epoch=17/100 train_loss=1.8736 valid_loss=1.9173 stale=1 epoch_train_time=423.44m epoch_valid_time=0.25m epoch_total_time=423.68m eta=36435.5m[0m
[2025-02-11 02:34:31,197] INFO: [1mRank 0: epoch=18/100 train_loss=1.8591 valid_loss=1.8922 stale=0 epoch_train_time=435.34m epoch_valid_time=0.27m epoch_total_time=435.61m eta=35981.6m[0m
[2025-02-11 02:34:31,197] INFO: [1mRank 0: epoch=18/100 train_loss=1.8591 valid_loss=1.8922 stale=0 epoch_train_time=435.34m epoch_valid_time=0.27m epoch_total_time=435.61m eta=35981.6m[0m
[2025-02-11 09:36:42,015] INFO: [1mRank 0: epoch=19/100 train_loss=1.8458 valid_loss=1.8870 stale=0 epoch_train_time=421.83m epoch_valid_time=0.25m epoch_total_time=422.09m eta=35471.9m[0m
[2025-02-11 09:36:42,015] INFO: [1mRank 0: epoch=19/100 train_loss=1.8458 valid_loss=1.8870 stale=0 epoch_train_time=421.83m epoch_valid_time=0.25m epoch_total_time=422.09m eta=35471.9m[0m
[2025-02-11 16:38:47,945] INFO: [1mRank 0: epoch=20/100 train_loss=1.8341 valid_loss=1.8697 stale=0 epoch_train_time=421.77m epoch_valid_time=0.25m epoch_total_time=422.02m eta=34970.7m[0m
[2025-02-11 16:38:47,945] INFO: [1mRank 0: epoch=20/100 train_loss=1.8341 valid_loss=1.8697 stale=0 epoch_train_time=421.77m epoch_valid_time=0.25m epoch_total_time=422.02m eta=34970.7m[0m
[2025-02-11 23:42:26,265] INFO: [1mRank 0: epoch=21/100 train_loss=1.8230 valid_loss=1.8668 stale=0 epoch_train_time=423.29m epoch_valid_time=0.26m epoch_total_time=423.55m eta=34482.8m[0m
[2025-02-11 23:42:26,265] INFO: [1mRank 0: epoch=21/100 train_loss=1.8230 valid_loss=1.8668 stale=0 epoch_train_time=423.29m epoch_valid_time=0.26m epoch_total_time=423.55m eta=34482.8m[0m
[2025-02-12 06:44:45,560] INFO: [1mRank 0: epoch=22/100 train_loss=1.8127 valid_loss=1.8539 stale=0 epoch_train_time=421.96m epoch_valid_time=0.26m epoch_total_time=422.21m eta=33996.1m[0m
[2025-02-12 06:44:45,560] INFO: [1mRank 0: epoch=22/100 train_loss=1.8127 valid_loss=1.8539 stale=0 epoch_train_time=421.96m epoch_valid_time=0.26m epoch_total_time=422.21m eta=33996.1m[0m
[2025-02-12 13:47:09,816] INFO: [1mRank 0: epoch=23/100 train_loss=1.8030 valid_loss=1.8471 stale=0 epoch_train_time=422.04m epoch_valid_time=0.28m epoch_total_time=422.32m eta=33515.2m[0m
[2025-02-12 13:47:09,816] INFO: [1mRank 0: epoch=23/100 train_loss=1.8030 valid_loss=1.8471 stale=0 epoch_train_time=422.04m epoch_valid_time=0.28m epoch_total_time=422.32m eta=33515.2m[0m
[2025-02-12 20:49:42,931] INFO: [1mRank 0: epoch=24/100 train_loss=1.7936 valid_loss=1.8464 stale=0 epoch_train_time=422.20m epoch_valid_time=0.26m epoch_total_time=422.46m eta=33039.7m[0m
[2025-02-12 20:49:42,931] INFO: [1mRank 0: epoch=24/100 train_loss=1.7936 valid_loss=1.8464 stale=0 epoch_train_time=422.20m epoch_valid_time=0.26m epoch_total_time=422.46m eta=33039.7m[0m
[2025-02-13 03:52:12,631] INFO: [1mRank 0: epoch=25/100 train_loss=1.7848 valid_loss=1.8331 stale=0 epoch_train_time=422.15m epoch_valid_time=0.26m epoch_total_time=422.41m eta=32568.3m[0m
[2025-02-13 03:52:12,631] INFO: [1mRank 0: epoch=25/100 train_loss=1.7848 valid_loss=1.8331 stale=0 epoch_train_time=422.15m epoch_valid_time=0.26m epoch_total_time=422.41m eta=32568.3m[0m
[2025-02-13 10:56:04,031] INFO: [1mRank 0: epoch=26/100 train_loss=1.7762 valid_loss=1.8323 stale=0 epoch_train_time=423.51m epoch_valid_time=0.26m epoch_total_time=423.77m eta=32104.5m[0m
[2025-02-13 10:56:04,031] INFO: [1mRank 0: epoch=26/100 train_loss=1.7762 valid_loss=1.8323 stale=0 epoch_train_time=423.51m epoch_valid_time=0.26m epoch_total_time=423.77m eta=32104.5m[0m
[2025-02-13 17:58:13,531] INFO: [1mRank 0: epoch=27/100 train_loss=1.7679 valid_loss=1.8301 stale=0 epoch_train_time=421.81m epoch_valid_time=0.26m epoch_total_time=422.07m eta=31639.0m[0m
[2025-02-13 17:58:13,531] INFO: [1mRank 0: epoch=27/100 train_loss=1.7679 valid_loss=1.8301 stale=0 epoch_train_time=421.81m epoch_valid_time=0.26m epoch_total_time=422.07m eta=31639.0m[0m
[2025-02-14 01:01:21,633] INFO: [1mRank 0: epoch=28/100 train_loss=1.7602 valid_loss=1.8254 stale=0 epoch_train_time=422.79m epoch_valid_time=0.26m epoch_total_time=423.05m eta=31179.2m[0m
[2025-02-14 01:01:21,633] INFO: [1mRank 0: epoch=28/100 train_loss=1.7602 valid_loss=1.8254 stale=0 epoch_train_time=422.79m epoch_valid_time=0.26m epoch_total_time=423.05m eta=31179.2m[0m
[2025-02-14 08:04:43,593] INFO: [1mRank 0: epoch=29/100 train_loss=1.7528 valid_loss=1.8215 stale=0 epoch_train_time=423.03m epoch_valid_time=0.25m epoch_total_time=423.28m eta=30722.4m[0m
[2025-02-14 08:04:43,593] INFO: [1mRank 0: epoch=29/100 train_loss=1.7528 valid_loss=1.8215 stale=0 epoch_train_time=423.03m epoch_valid_time=0.25m epoch_total_time=423.28m eta=30722.4m[0m
[2025-02-14 15:07:24,327] INFO: [1mRank 0: epoch=30/100 train_loss=1.7457 valid_loss=1.8142 stale=0 epoch_train_time=422.32m epoch_valid_time=0.27m epoch_total_time=422.59m eta=30266.3m[0m
[2025-02-14 15:07:24,327] INFO: [1mRank 0: epoch=30/100 train_loss=1.7457 valid_loss=1.8142 stale=0 epoch_train_time=422.32m epoch_valid_time=0.27m epoch_total_time=422.59m eta=30266.3m[0m
[2025-02-14 22:10:43,065] INFO: [1mRank 0: epoch=31/100 train_loss=1.7387 valid_loss=1.8184 stale=1 epoch_train_time=422.98m epoch_valid_time=0.26m epoch_total_time=423.24m eta=29813.8m[0m
[2025-02-14 22:10:43,065] INFO: [1mRank 0: epoch=31/100 train_loss=1.7387 valid_loss=1.8184 stale=1 epoch_train_time=422.98m epoch_valid_time=0.26m epoch_total_time=423.24m eta=29813.8m[0m
[2025-02-15 05:15:08,862] INFO: [1mRank 0: epoch=32/100 train_loss=1.7322 valid_loss=1.8090 stale=0 epoch_train_time=424.06m epoch_valid_time=0.27m epoch_total_time=424.33m eta=29365.4m[0m
[2025-02-15 05:15:08,862] INFO: [1mRank 0: epoch=32/100 train_loss=1.7322 valid_loss=1.8090 stale=0 epoch_train_time=424.06m epoch_valid_time=0.27m epoch_total_time=424.33m eta=29365.4m[0m
[2025-02-15 12:18:35,587] INFO: [1mRank 0: epoch=33/100 train_loss=1.7256 valid_loss=1.8052 stale=0 epoch_train_time=423.11m epoch_valid_time=0.26m epoch_total_time=423.37m eta=28916.5m[0m
[2025-02-15 12:18:35,587] INFO: [1mRank 0: epoch=33/100 train_loss=1.7256 valid_loss=1.8052 stale=0 epoch_train_time=423.11m epoch_valid_time=0.26m epoch_total_time=423.37m eta=28916.5m[0m
[2025-02-15 19:23:47,478] INFO: [1mRank 0: epoch=34/100 train_loss=1.7191 valid_loss=1.7964 stale=0 epoch_train_time=424.76m epoch_valid_time=0.27m epoch_total_time=425.03m eta=28472.5m[0m
[2025-02-15 19:23:47,478] INFO: [1mRank 0: epoch=34/100 train_loss=1.7191 valid_loss=1.7964 stale=0 epoch_train_time=424.76m epoch_valid_time=0.27m epoch_total_time=425.03m eta=28472.5m[0m
[2025-02-16 02:27:06,671] INFO: [1mRank 0: epoch=35/100 train_loss=1.7125 valid_loss=1.8048 stale=1 epoch_train_time=422.98m epoch_valid_time=0.27m epoch_total_time=423.25m eta=28026.1m[0m
[2025-02-16 02:27:06,671] INFO: [1mRank 0: epoch=35/100 train_loss=1.7125 valid_loss=1.8048 stale=1 epoch_train_time=422.98m epoch_valid_time=0.27m epoch_total_time=423.25m eta=28026.1m[0m
[2025-02-16 10:09:28,031] INFO: [1mRank 0: epoch=36/100 train_loss=1.7060 valid_loss=1.8053 stale=2 epoch_train_time=462.05m epoch_valid_time=0.25m epoch_total_time=462.30m eta=27650.4m[0m
[2025-02-16 10:09:28,031] INFO: [1mRank 0: epoch=36/100 train_loss=1.7060 valid_loss=1.8053 stale=2 epoch_train_time=462.05m epoch_valid_time=0.25m epoch_total_time=462.30m eta=27650.4m[0m
[2025-02-16 17:12:06,242] INFO: [1mRank 0: epoch=37/100 train_loss=1.6991 valid_loss=1.7944 stale=0 epoch_train_time=422.31m epoch_valid_time=0.25m epoch_total_time=422.57m eta=27202.3m[0m
[2025-02-16 17:12:06,242] INFO: [1mRank 0: epoch=37/100 train_loss=1.6991 valid_loss=1.7944 stale=0 epoch_train_time=422.31m epoch_valid_time=0.25m epoch_total_time=422.57m eta=27202.3m[0m
[2025-02-17 00:13:27,944] INFO: [1mRank 0: epoch=38/100 train_loss=1.6925 valid_loss=1.7897 stale=0 epoch_train_time=420.99m epoch_valid_time=0.25m epoch_total_time=421.24m eta=26753.6m[0m
[2025-02-17 00:13:27,944] INFO: [1mRank 0: epoch=38/100 train_loss=1.6925 valid_loss=1.7897 stale=0 epoch_train_time=420.99m epoch_valid_time=0.25m epoch_total_time=421.24m eta=26753.6m[0m
[2025-02-17 07:14:29,835] INFO: [1mRank 0: epoch=39/100 train_loss=1.6859 valid_loss=1.7890 stale=0 epoch_train_time=420.71m epoch_valid_time=0.25m epoch_total_time=420.96m eta=26305.7m[0m
[2025-02-17 07:14:29,835] INFO: [1mRank 0: epoch=39/100 train_loss=1.6859 valid_loss=1.7890 stale=0 epoch_train_time=420.71m epoch_valid_time=0.25m epoch_total_time=420.96m eta=26305.7m[0m
[2025-02-17 14:17:20,151] INFO: [1mRank 0: epoch=40/100 train_loss=1.6798 valid_loss=1.7861 stale=0 epoch_train_time=422.48m epoch_valid_time=0.27m epoch_total_time=422.75m eta=25861.8m[0m
[2025-02-17 14:17:20,151] INFO: [1mRank 0: epoch=40/100 train_loss=1.6798 valid_loss=1.7861 stale=0 epoch_train_time=422.48m epoch_valid_time=0.27m epoch_total_time=422.75m eta=25861.8m[0m
[2025-02-17 21:18:50,131] INFO: [1mRank 0: epoch=41/100 train_loss=1.6736 valid_loss=1.7942 stale=1 epoch_train_time=421.18m epoch_valid_time=0.26m epoch_total_time=421.44m eta=25417.1m[0m
[2025-02-17 21:18:50,131] INFO: [1mRank 0: epoch=41/100 train_loss=1.6736 valid_loss=1.7942 stale=1 epoch_train_time=421.18m epoch_valid_time=0.26m epoch_total_time=421.44m eta=25417.1m[0m
[2025-02-18 04:21:23,994] INFO: [1mRank 0: epoch=42/100 train_loss=1.6678 valid_loss=1.7826 stale=0 epoch_train_time=422.21m epoch_valid_time=0.26m epoch_total_time=422.47m eta=24974.9m[0m
[2025-02-18 04:21:23,994] INFO: [1mRank 0: epoch=42/100 train_loss=1.6678 valid_loss=1.7826 stale=0 epoch_train_time=422.21m epoch_valid_time=0.26m epoch_total_time=422.47m eta=24974.9m[0m
[2025-02-18 11:23:51,982] INFO: [1mRank 0: epoch=43/100 train_loss=1.6619 valid_loss=1.7899 stale=1 epoch_train_time=422.16m epoch_valid_time=0.25m epoch_total_time=422.41m eta=24533.5m[0m
[2025-02-18 11:23:51,982] INFO: [1mRank 0: epoch=43/100 train_loss=1.6619 valid_loss=1.7899 stale=1 epoch_train_time=422.16m epoch_valid_time=0.25m epoch_total_time=422.41m eta=24533.5m[0m
[2025-02-18 18:24:34,080] INFO: [1mRank 0: epoch=44/100 train_loss=1.6560 valid_loss=1.7926 stale=2 epoch_train_time=420.39m epoch_valid_time=0.26m epoch_total_time=420.65m eta=24090.8m[0m
[2025-02-18 18:24:34,080] INFO: [1mRank 0: epoch=44/100 train_loss=1.6560 valid_loss=1.7926 stale=2 epoch_train_time=420.39m epoch_valid_time=0.26m epoch_total_time=420.65m eta=24090.8m[0m
[2025-02-19 01:26:50,572] INFO: [1mRank 0: epoch=45/100 train_loss=1.6502 valid_loss=1.7841 stale=3 epoch_train_time=421.97m epoch_valid_time=0.26m epoch_total_time=422.22m eta=23650.9m[0m
[2025-02-19 01:26:50,572] INFO: [1mRank 0: epoch=45/100 train_loss=1.6502 valid_loss=1.7841 stale=3 epoch_train_time=421.97m epoch_valid_time=0.26m epoch_total_time=422.22m eta=23650.9m[0m
[2025-02-19 08:29:32,867] INFO: [1mRank 0: epoch=46/100 train_loss=1.6444 valid_loss=1.7853 stale=4 epoch_train_time=422.36m epoch_valid_time=0.26m epoch_total_time=422.62m eta=23212.3m[0m
[2025-02-19 08:29:32,867] INFO: [1mRank 0: epoch=46/100 train_loss=1.6444 valid_loss=1.7853 stale=4 epoch_train_time=422.36m epoch_valid_time=0.26m epoch_total_time=422.62m eta=23212.3m[0m
[2025-02-19 15:30:47,546] INFO: [1mRank 0: epoch=47/100 train_loss=1.6384 valid_loss=1.7909 stale=5 epoch_train_time=420.92m epoch_valid_time=0.26m epoch_total_time=421.19m eta=22772.7m[0m
[2025-02-19 15:30:47,546] INFO: [1mRank 0: epoch=47/100 train_loss=1.6384 valid_loss=1.7909 stale=5 epoch_train_time=420.92m epoch_valid_time=0.26m epoch_total_time=421.19m eta=22772.7m[0m
[2025-02-19 22:32:26,955] INFO: [1mRank 0: epoch=48/100 train_loss=1.6326 valid_loss=1.7855 stale=6 epoch_train_time=421.34m epoch_valid_time=0.26m epoch_total_time=421.60m eta=22334.4m[0m
[2025-02-19 22:32:26,955] INFO: [1mRank 0: epoch=48/100 train_loss=1.6326 valid_loss=1.7855 stale=6 epoch_train_time=421.34m epoch_valid_time=0.26m epoch_total_time=421.60m eta=22334.4m[0m
[2025-02-19 22:32:27,421] INFO: Breaking due to stale epochs: 6
[2025-02-19 22:32:27,421] INFO: Breaking due to stale epochs: 6
[2025-02-19 22:32:27,421] INFO: Training completed. Total time on device 0: 20616.336min
[2025-02-19 22:32:27,421] INFO: Training completed. Total time on device 0: 20616.336min
[2025-02-19 22:32:44,584] INFO: split_configs=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
[2025-02-19 22:32:44,584] INFO: split_configs=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
[2025-02-19 22:32:44,765] INFO: [0;34mtest_dataset: cld_edm_ttbar_pf, 5000[0m
[2025-02-19 22:32:44,765] INFO: [0;34mtest_dataset: cld_edm_ttbar_pf, 5000[0m
[2025-02-19 22:32:44,867] INFO: Running predictions on cld_edm_ttbar_pf
[2025-02-19 22:32:44,867] INFO: Running predictions on cld_edm_ttbar_pf
[2025-02-19 22:32:53,838] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_0.parquet
[2025-02-19 22:32:53,838] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_0.parquet
[2025-02-19 22:32:54,845] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_1.parquet
[2025-02-19 22:32:54,845] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_1.parquet
[2025-02-19 22:32:55,650] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_2.parquet
[2025-02-19 22:32:55,650] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_2.parquet
[2025-02-19 22:32:56,547] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_3.parquet
[2025-02-19 22:32:56,547] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_3.parquet
[2025-02-19 22:32:57,272] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_4.parquet
[2025-02-19 22:32:57,272] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_4.parquet
[2025-02-19 22:32:57,866] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_5.parquet
[2025-02-19 22:32:57,866] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_5.parquet
[2025-02-19 22:32:58,540] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_6.parquet
[2025-02-19 22:32:58,540] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_6.parquet
[2025-02-19 22:32:59,143] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_7.parquet
[2025-02-19 22:32:59,143] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_7.parquet
[2025-02-19 22:32:59,672] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_8.parquet
[2025-02-19 22:32:59,672] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_8.parquet
[2025-02-19 22:33:00,233] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_9.parquet
[2025-02-19 22:33:00,233] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_9.parquet
[2025-02-19 22:33:00,770] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_10.parquet
[2025-02-19 22:33:00,770] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_10.parquet
[2025-02-19 22:33:01,300] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_11.parquet
[2025-02-19 22:33:01,300] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_11.parquet
[2025-02-19 22:33:01,844] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_12.parquet
[2025-02-19 22:33:01,844] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_12.parquet
[2025-02-19 22:33:02,455] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_13.parquet
[2025-02-19 22:33:02,455] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_13.parquet
[2025-02-19 22:33:03,034] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_14.parquet
[2025-02-19 22:33:03,034] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_14.parquet
[2025-02-19 22:33:03,640] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_15.parquet
[2025-02-19 22:33:03,640] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_15.parquet
[2025-02-19 22:33:04,225] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_16.parquet
[2025-02-19 22:33:04,225] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_16.parquet
[2025-02-19 22:33:04,777] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_17.parquet
[2025-02-19 22:33:04,777] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_17.parquet
[2025-02-19 22:33:05,423] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_18.parquet
[2025-02-19 22:33:05,423] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_18.parquet
[2025-02-19 22:33:05,962] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_19.parquet
[2025-02-19 22:33:05,962] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_19.parquet
[2025-02-19 22:33:06,471] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_20.parquet
[2025-02-19 22:33:06,471] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_20.parquet
[2025-02-19 22:33:07,003] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_21.parquet
[2025-02-19 22:33:07,003] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_21.parquet
[2025-02-19 22:33:07,656] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_22.parquet
[2025-02-19 22:33:07,656] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_22.parquet
[2025-02-19 22:33:08,339] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_23.parquet
[2025-02-19 22:33:08,339] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_23.parquet
[2025-02-19 22:33:08,991] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_24.parquet
[2025-02-19 22:33:08,991] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_24.parquet
[2025-02-19 22:33:09,594] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_25.parquet
[2025-02-19 22:33:09,594] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_25.parquet
[2025-02-19 22:33:10,395] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_26.parquet
[2025-02-19 22:33:10,395] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_26.parquet
[2025-02-19 22:33:10,987] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_27.parquet
[2025-02-19 22:33:10,987] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_27.parquet
[2025-02-19 22:33:11,576] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_28.parquet
[2025-02-19 22:33:11,576] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_28.parquet
[2025-02-19 22:33:12,141] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_29.parquet
[2025-02-19 22:33:12,141] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_29.parquet
[2025-02-19 22:33:12,712] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_30.parquet
[2025-02-19 22:33:12,712] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_30.parquet
[2025-02-19 22:33:13,302] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_31.parquet
[2025-02-19 22:33:13,302] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_31.parquet
[2025-02-19 22:33:13,890] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_32.parquet
[2025-02-19 22:33:13,890] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_32.parquet
[2025-02-19 22:33:14,497] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_33.parquet
[2025-02-19 22:33:14,497] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_33.parquet
[2025-02-19 22:33:15,156] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_34.parquet
[2025-02-19 22:33:15,156] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_34.parquet
[2025-02-19 22:33:15,708] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_35.parquet
[2025-02-19 22:33:15,708] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_35.parquet
[2025-02-19 22:33:16,281] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_36.parquet
[2025-02-19 22:33:16,281] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_36.parquet
[2025-02-19 22:33:16,862] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_37.parquet
[2025-02-19 22:33:16,862] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_37.parquet
[2025-02-19 22:33:17,443] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_38.parquet
[2025-02-19 22:33:17,443] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_38.parquet
[2025-02-19 22:33:17,678] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_39.parquet
[2025-02-19 22:33:17,678] INFO: Saved predictions at /pfvolcentral/experiments/Feb5_scratch_4M_pyg-cld_20250205_145601_936593/preds_best_weights/cld_edm_ttbar_pf/pred_0_39.parquet
[2025-02-19 22:33:18,000] INFO: Time taken to make predictions on device 0 is: 0.54 min
[2025-02-19 22:33:18,000] INFO: Time taken to make predictions on device 0 is: 0.54 min
[2025-02-19 22:33:18,004] INFO: Plotting distributions for cld_edm_ttbar_pf
[2025-02-19 22:33:18,004] INFO: Plotting distributions for cld_edm_ttbar_pf
|