hf-test commited on
Commit
c89d957
1 Parent(s): 1aa21b0

Training in progress, step 1000

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dceef9ee6d05b9be59f9aeb3b8cf01f3517ad8d22eb7667f403c4d44ad168d4
3
  size 1262075377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4853d0216f7fa258d87bc7419ec7d31398e4e620f56a3d32e767690755ce7af3
3
  size 1262075377
runs/Jan09_22-00-50_brutasse/events.out.tfevents.1641765760.brutasse.31164.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4bdf16e32eaaee748205b2763ed49851a3a1d5e15252d6afbe03f6b0d632a85
3
- size 5758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5452cd998f77c6f5a9102c308056d3e6e70fe3e86852ac3d3d881e546aabab06
3
+ size 6861
wandb/run-20220109_220240-1g372i3v/files/config.yaml CHANGED
@@ -4782,6 +4782,26 @@ _wandb:
4782
  5: 1
4783
  6:
4784
  - 1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4785
  python_version: 3.8.12
4786
  start_time: 1641765761
4787
  t:
 
4782
  5: 1
4783
  6:
4784
  - 1
4785
+ - 1: eval/loss
4786
+ 5: 1
4787
+ 6:
4788
+ - 1
4789
+ - 1: eval/wer
4790
+ 5: 1
4791
+ 6:
4792
+ - 1
4793
+ - 1: eval/runtime
4794
+ 5: 1
4795
+ 6:
4796
+ - 1
4797
+ - 1: eval/samples_per_second
4798
+ 5: 1
4799
+ 6:
4800
+ - 1
4801
+ - 1: eval/steps_per_second
4802
+ 5: 1
4803
+ 6:
4804
+ - 1
4805
  python_version: 3.8.12
4806
  start_time: 1641765761
4807
  t:
wandb/run-20220109_220240-1g372i3v/files/output.log CHANGED
@@ -386,3 +386,392 @@ Configuration saved in ./checkpoint-500/config.json
386
  {'eval_loss': 3.2857718467712402, 'eval_wer': 1.0, 'eval_runtime': 141.2158, 'eval_samples_per_second': 32.716, 'eval_steps_per_second': 4.093, 'epoch': 1.45}
387
  Model weights saved in ./checkpoint-500/pytorch_model.bin
388
  Configuration saved in ./checkpoint-500/preprocessor_config.json
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
386
  {'eval_loss': 3.2857718467712402, 'eval_wer': 1.0, 'eval_runtime': 141.2158, 'eval_samples_per_second': 32.716, 'eval_steps_per_second': 4.093, 'epoch': 1.45}
387
  Model weights saved in ./checkpoint-500/pytorch_model.bin
388
  Configuration saved in ./checkpoint-500/preprocessor_config.json
389
+ Configuration saved in ./preprocessor_config.json
390
+ /home/patrick/python_bin/transformers/models/wav2vec2/modeling_wav2vec2.py:1107: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values. To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor').
391
+ return (input_length - kernel_size) // stride + 1
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
+ 3%|█▊ | 601/17200 [15:00<6:03:42, 1.31s/it]
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
+ 4%|██ | 698/17200 [17:01<5:09:46, 1.13s/it]
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
+ 5%|██▍ | 799/17200 [19:05<4:56:26, 1.08s/it]
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
+ 5%|██▋ | 900/17200 [21:10<4:40:22, 1.03s/it]
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
+ 6%|██▉ | 1000/17200 [23:15<4:29:55, 1.00it/s]The following columns in the evaluation set don't have a corresponding argument in `Wav2Vec2ForCTC.forward` and have been ignored: input_length.
700
+ ***** Running Evaluation *****
701
+ Num examples = 4620
702
+ Batch size = 8
703
+ 1%|▎ | 3/578 [00:00<01:58, 4.83it/s]
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
+ 100%|████████████████████████████████████████████████████████| 578/578 [02:20<00:00, 4.31it/s]
775
+ Configuration saved in ./checkpoint-1000/config.json
776
+ Model weights saved in ./checkpoint-1000/pytorch_model.bin
777
+ Configuration saved in ./checkpoint-1000/preprocessor_config.json
wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json CHANGED
The diff for this file is too large to render. See raw diff
 
wandb/run-20220109_220240-1g372i3v/logs/debug-internal.log CHANGED
@@ -1765,3 +1765,543 @@
1765
  2022-01-09 22:15:32,805 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1766
  2022-01-09 22:15:38,892 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1767
  2022-01-09 22:15:38,893 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1765
  2022-01-09 22:15:32,805 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1766
  2022-01-09 22:15:38,892 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1767
  2022-01-09 22:15:38,893 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1768
+ 2022-01-09 22:15:42,807 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1769
+ 2022-01-09 22:15:44,808 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1770
+ 2022-01-09 22:15:46,808 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1771
+ 2022-01-09 22:15:46,811 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1772
+ 2022-01-09 22:15:48,808 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1773
+ 2022-01-09 22:15:49,809 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/config.yaml
1774
+ 2022-01-09 22:15:50,809 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1775
+ 2022-01-09 22:15:52,809 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1776
+ 2022-01-09 22:15:53,989 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1777
+ 2022-01-09 22:15:53,990 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1778
+ 2022-01-09 22:15:54,809 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1779
+ 2022-01-09 22:15:56,810 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1780
+ 2022-01-09 22:15:58,810 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1781
+ 2022-01-09 22:16:00,810 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1782
+ 2022-01-09 22:16:02,811 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1783
+ 2022-01-09 22:16:04,811 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1784
+ 2022-01-09 22:16:07,812 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1785
+ 2022-01-09 22:16:09,087 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1786
+ 2022-01-09 22:16:09,087 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1787
+ 2022-01-09 22:16:09,812 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1788
+ 2022-01-09 22:16:11,812 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1789
+ 2022-01-09 22:16:13,813 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1790
+ 2022-01-09 22:16:15,813 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1791
+ 2022-01-09 22:16:17,121 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1792
+ 2022-01-09 22:16:17,813 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1793
+ 2022-01-09 22:16:19,813 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1794
+ 2022-01-09 22:16:21,814 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1795
+ 2022-01-09 22:16:23,814 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1796
+ 2022-01-09 22:16:24,370 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1797
+ 2022-01-09 22:16:24,499 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1798
+ 2022-01-09 22:16:25,814 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1799
+ 2022-01-09 22:16:27,815 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1800
+ 2022-01-09 22:16:29,815 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1801
+ 2022-01-09 22:16:31,815 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1802
+ 2022-01-09 22:16:33,816 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1803
+ 2022-01-09 22:16:35,816 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1804
+ 2022-01-09 22:16:37,816 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1805
+ 2022-01-09 22:16:39,617 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1806
+ 2022-01-09 22:16:39,617 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1807
+ 2022-01-09 22:16:39,817 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1808
+ 2022-01-09 22:16:41,817 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1809
+ 2022-01-09 22:16:43,817 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1810
+ 2022-01-09 22:16:45,817 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1811
+ 2022-01-09 22:16:47,366 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1812
+ 2022-01-09 22:16:47,818 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1813
+ 2022-01-09 22:16:49,818 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1814
+ 2022-01-09 22:16:51,818 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1815
+ 2022-01-09 22:16:53,819 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1816
+ 2022-01-09 22:16:54,695 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1817
+ 2022-01-09 22:16:54,695 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1818
+ 2022-01-09 22:16:55,819 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1819
+ 2022-01-09 22:16:57,819 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1820
+ 2022-01-09 22:16:59,820 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1821
+ 2022-01-09 22:17:01,820 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1822
+ 2022-01-09 22:17:03,820 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1823
+ 2022-01-09 22:17:05,821 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1824
+ 2022-01-09 22:17:07,821 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1825
+ 2022-01-09 22:17:09,812 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1826
+ 2022-01-09 22:17:09,812 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1827
+ 2022-01-09 22:17:09,822 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1828
+ 2022-01-09 22:17:11,822 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1829
+ 2022-01-09 22:17:13,822 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1830
+ 2022-01-09 22:17:15,823 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1831
+ 2022-01-09 22:17:17,604 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1832
+ 2022-01-09 22:17:17,823 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1833
+ 2022-01-09 22:17:19,823 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1834
+ 2022-01-09 22:17:21,824 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1835
+ 2022-01-09 22:17:23,824 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1836
+ 2022-01-09 22:17:24,898 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1837
+ 2022-01-09 22:17:24,898 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1838
+ 2022-01-09 22:17:25,824 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1839
+ 2022-01-09 22:17:27,825 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1840
+ 2022-01-09 22:17:29,825 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1841
+ 2022-01-09 22:17:31,825 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1842
+ 2022-01-09 22:17:33,826 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1843
+ 2022-01-09 22:17:35,826 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1844
+ 2022-01-09 22:17:37,826 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1845
+ 2022-01-09 22:17:39,827 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1846
+ 2022-01-09 22:17:39,975 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1847
+ 2022-01-09 22:17:39,975 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1848
+ 2022-01-09 22:17:41,827 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1849
+ 2022-01-09 22:17:43,828 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1850
+ 2022-01-09 22:17:45,828 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1851
+ 2022-01-09 22:17:46,069 DEBUG SenderThread:31514 [sender.py:send():182] send: history
1852
+ 2022-01-09 22:17:46,124 DEBUG SenderThread:31514 [sender.py:send():182] send: summary
1853
+ 2022-01-09 22:17:46,147 INFO SenderThread:31514 [sender.py:_save_file():873] saving file wandb-summary.json with policy end
1854
+ 2022-01-09 22:17:46,828 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json
1855
+ 2022-01-09 22:17:47,828 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1856
+ 2022-01-09 22:17:47,854 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1857
+ 2022-01-09 22:17:48,829 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1858
+ 2022-01-09 22:17:49,829 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1859
+ 2022-01-09 22:17:51,829 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1860
+ 2022-01-09 22:17:53,830 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1861
+ 2022-01-09 22:17:55,093 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1862
+ 2022-01-09 22:17:55,093 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1863
+ 2022-01-09 22:17:55,830 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1864
+ 2022-01-09 22:17:57,831 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1865
+ 2022-01-09 22:17:59,831 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1866
+ 2022-01-09 22:18:01,831 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1867
+ 2022-01-09 22:18:03,831 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1868
+ 2022-01-09 22:18:05,832 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1869
+ 2022-01-09 22:18:07,832 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1870
+ 2022-01-09 22:18:09,833 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1871
+ 2022-01-09 22:18:10,194 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1872
+ 2022-01-09 22:18:10,194 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1873
+ 2022-01-09 22:18:11,833 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1874
+ 2022-01-09 22:18:13,834 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1875
+ 2022-01-09 22:18:15,834 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1876
+ 2022-01-09 22:18:17,835 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1877
+ 2022-01-09 22:18:18,093 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1878
+ 2022-01-09 22:18:19,835 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1879
+ 2022-01-09 22:18:22,835 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1880
+ 2022-01-09 22:18:24,836 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1881
+ 2022-01-09 22:18:25,265 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1882
+ 2022-01-09 22:18:25,266 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1883
+ 2022-01-09 22:18:26,836 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1884
+ 2022-01-09 22:18:28,837 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1885
+ 2022-01-09 22:18:30,837 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1886
+ 2022-01-09 22:18:32,837 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1887
+ 2022-01-09 22:18:34,838 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1888
+ 2022-01-09 22:18:36,838 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1889
+ 2022-01-09 22:18:38,838 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1890
+ 2022-01-09 22:18:40,336 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1891
+ 2022-01-09 22:18:40,337 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1892
+ 2022-01-09 22:18:40,839 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1893
+ 2022-01-09 22:18:42,839 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1894
+ 2022-01-09 22:18:44,839 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1895
+ 2022-01-09 22:18:46,840 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1896
+ 2022-01-09 22:18:48,343 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1897
+ 2022-01-09 22:18:48,840 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1898
+ 2022-01-09 22:18:50,840 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1899
+ 2022-01-09 22:18:52,841 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1900
+ 2022-01-09 22:18:54,841 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1901
+ 2022-01-09 22:18:55,531 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1902
+ 2022-01-09 22:18:55,532 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1903
+ 2022-01-09 22:18:56,841 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1904
+ 2022-01-09 22:18:58,842 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1905
+ 2022-01-09 22:19:00,842 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1906
+ 2022-01-09 22:19:02,842 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1907
+ 2022-01-09 22:19:04,843 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1908
+ 2022-01-09 22:19:06,843 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1909
+ 2022-01-09 22:19:08,843 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1910
+ 2022-01-09 22:19:10,610 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1911
+ 2022-01-09 22:19:10,610 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1912
+ 2022-01-09 22:19:10,844 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1913
+ 2022-01-09 22:19:12,844 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1914
+ 2022-01-09 22:19:14,844 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1915
+ 2022-01-09 22:19:16,845 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1916
+ 2022-01-09 22:19:18,599 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1917
+ 2022-01-09 22:19:18,845 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1918
+ 2022-01-09 22:19:20,845 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1919
+ 2022-01-09 22:19:22,845 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1920
+ 2022-01-09 22:19:24,846 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1921
+ 2022-01-09 22:19:25,679 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1922
+ 2022-01-09 22:19:25,679 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1923
+ 2022-01-09 22:19:26,846 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1924
+ 2022-01-09 22:19:28,846 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1925
+ 2022-01-09 22:19:30,847 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1926
+ 2022-01-09 22:19:32,847 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1927
+ 2022-01-09 22:19:34,847 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1928
+ 2022-01-09 22:19:38,848 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1929
+ 2022-01-09 22:19:40,769 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1930
+ 2022-01-09 22:19:40,769 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1931
+ 2022-01-09 22:19:40,848 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1932
+ 2022-01-09 22:19:42,849 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1933
+ 2022-01-09 22:19:44,849 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1934
+ 2022-01-09 22:19:46,849 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1935
+ 2022-01-09 22:19:48,845 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1936
+ 2022-01-09 22:19:48,849 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1937
+ 2022-01-09 22:19:50,142 DEBUG SenderThread:31514 [sender.py:send():182] send: history
1938
+ 2022-01-09 22:19:50,189 DEBUG SenderThread:31514 [sender.py:send():182] send: summary
1939
+ 2022-01-09 22:19:50,219 INFO SenderThread:31514 [sender.py:_save_file():873] saving file wandb-summary.json with policy end
1940
+ 2022-01-09 22:19:50,850 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json
1941
+ 2022-01-09 22:19:50,850 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1942
+ 2022-01-09 22:19:52,850 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1943
+ 2022-01-09 22:19:54,850 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1944
+ 2022-01-09 22:19:55,842 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1945
+ 2022-01-09 22:19:55,843 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1946
+ 2022-01-09 22:19:56,851 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1947
+ 2022-01-09 22:19:58,851 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1948
+ 2022-01-09 22:20:00,851 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1949
+ 2022-01-09 22:20:02,852 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1950
+ 2022-01-09 22:20:04,852 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1951
+ 2022-01-09 22:20:06,852 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1952
+ 2022-01-09 22:20:08,853 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1953
+ 2022-01-09 22:20:10,853 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1954
+ 2022-01-09 22:20:10,950 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1955
+ 2022-01-09 22:20:10,951 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1956
+ 2022-01-09 22:20:12,853 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1957
+ 2022-01-09 22:20:14,854 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1958
+ 2022-01-09 22:20:16,854 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1959
+ 2022-01-09 22:20:18,854 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1960
+ 2022-01-09 22:20:19,101 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1961
+ 2022-01-09 22:20:20,855 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1962
+ 2022-01-09 22:20:22,855 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1963
+ 2022-01-09 22:20:24,855 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1964
+ 2022-01-09 22:20:26,027 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1965
+ 2022-01-09 22:20:26,028 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1966
+ 2022-01-09 22:20:26,855 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1967
+ 2022-01-09 22:20:28,856 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1968
+ 2022-01-09 22:20:30,856 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1969
+ 2022-01-09 22:20:32,856 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1970
+ 2022-01-09 22:20:34,857 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1971
+ 2022-01-09 22:20:37,857 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1972
+ 2022-01-09 22:20:41,148 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1973
+ 2022-01-09 22:20:41,148 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1974
+ 2022-01-09 22:20:41,858 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1975
+ 2022-01-09 22:20:43,858 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1976
+ 2022-01-09 22:20:45,858 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1977
+ 2022-01-09 22:20:47,859 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1978
+ 2022-01-09 22:20:49,332 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1979
+ 2022-01-09 22:20:49,859 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1980
+ 2022-01-09 22:20:51,859 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1981
+ 2022-01-09 22:20:53,860 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1982
+ 2022-01-09 22:20:55,860 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1983
+ 2022-01-09 22:20:56,253 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1984
+ 2022-01-09 22:20:56,253 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1985
+ 2022-01-09 22:20:57,861 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1986
+ 2022-01-09 22:20:59,861 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1987
+ 2022-01-09 22:21:01,861 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1988
+ 2022-01-09 22:21:03,861 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1989
+ 2022-01-09 22:21:05,862 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1990
+ 2022-01-09 22:21:07,862 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1991
+ 2022-01-09 22:21:09,862 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1992
+ 2022-01-09 22:21:11,327 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
1993
+ 2022-01-09 22:21:11,327 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
1994
+ 2022-01-09 22:21:11,863 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1995
+ 2022-01-09 22:21:13,863 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1996
+ 2022-01-09 22:21:15,863 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1997
+ 2022-01-09 22:21:17,864 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
1998
+ 2022-01-09 22:21:19,572 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
1999
+ 2022-01-09 22:21:19,864 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2000
+ 2022-01-09 22:21:21,864 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2001
+ 2022-01-09 22:21:23,865 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2002
+ 2022-01-09 22:21:25,865 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2003
+ 2022-01-09 22:21:26,397 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2004
+ 2022-01-09 22:21:26,398 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2005
+ 2022-01-09 22:21:27,865 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2006
+ 2022-01-09 22:21:29,866 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2007
+ 2022-01-09 22:21:31,866 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2008
+ 2022-01-09 22:21:33,866 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2009
+ 2022-01-09 22:21:35,867 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2010
+ 2022-01-09 22:21:37,867 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2011
+ 2022-01-09 22:21:39,867 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2012
+ 2022-01-09 22:21:41,536 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2013
+ 2022-01-09 22:21:41,536 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2014
+ 2022-01-09 22:21:41,868 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2015
+ 2022-01-09 22:21:43,868 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2016
+ 2022-01-09 22:21:45,868 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2017
+ 2022-01-09 22:21:47,868 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2018
+ 2022-01-09 22:21:49,815 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2019
+ 2022-01-09 22:21:49,869 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2020
+ 2022-01-09 22:21:51,869 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2021
+ 2022-01-09 22:21:53,406 DEBUG SenderThread:31514 [sender.py:send():182] send: history
2022
+ 2022-01-09 22:21:53,453 DEBUG SenderThread:31514 [sender.py:send():182] send: summary
2023
+ 2022-01-09 22:21:53,481 INFO SenderThread:31514 [sender.py:_save_file():873] saving file wandb-summary.json with policy end
2024
+ 2022-01-09 22:21:53,869 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json
2025
+ 2022-01-09 22:21:53,870 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2026
+ 2022-01-09 22:21:55,870 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2027
+ 2022-01-09 22:21:56,731 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2028
+ 2022-01-09 22:21:56,731 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2029
+ 2022-01-09 22:21:57,870 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2030
+ 2022-01-09 22:21:59,870 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2031
+ 2022-01-09 22:22:01,871 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2032
+ 2022-01-09 22:22:03,871 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2033
+ 2022-01-09 22:22:05,871 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2034
+ 2022-01-09 22:22:07,872 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2035
+ 2022-01-09 22:22:09,872 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2036
+ 2022-01-09 22:22:11,806 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2037
+ 2022-01-09 22:22:11,806 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2038
+ 2022-01-09 22:22:11,872 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2039
+ 2022-01-09 22:22:13,873 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2040
+ 2022-01-09 22:22:15,873 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2041
+ 2022-01-09 22:22:17,873 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2042
+ 2022-01-09 22:22:19,874 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2043
+ 2022-01-09 22:22:20,058 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2044
+ 2022-01-09 22:22:21,874 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2045
+ 2022-01-09 22:22:23,874 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2046
+ 2022-01-09 22:22:25,875 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2047
+ 2022-01-09 22:22:26,881 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2048
+ 2022-01-09 22:22:26,881 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2049
+ 2022-01-09 22:22:27,875 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2050
+ 2022-01-09 22:22:29,875 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2051
+ 2022-01-09 22:22:31,875 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2052
+ 2022-01-09 22:22:33,876 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2053
+ 2022-01-09 22:22:35,876 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2054
+ 2022-01-09 22:22:37,876 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2055
+ 2022-01-09 22:22:39,877 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2056
+ 2022-01-09 22:22:41,877 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2057
+ 2022-01-09 22:22:41,953 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2058
+ 2022-01-09 22:22:41,953 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2059
+ 2022-01-09 22:22:43,877 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2060
+ 2022-01-09 22:22:45,878 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2061
+ 2022-01-09 22:22:48,878 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2062
+ 2022-01-09 22:22:50,307 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2063
+ 2022-01-09 22:22:50,878 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2064
+ 2022-01-09 22:22:52,879 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2065
+ 2022-01-09 22:22:54,879 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2066
+ 2022-01-09 22:22:56,879 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2067
+ 2022-01-09 22:22:57,051 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2068
+ 2022-01-09 22:22:57,052 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2069
+ 2022-01-09 22:22:58,880 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2070
+ 2022-01-09 22:23:00,880 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2071
+ 2022-01-09 22:23:02,880 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2072
+ 2022-01-09 22:23:04,881 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2073
+ 2022-01-09 22:23:06,881 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2074
+ 2022-01-09 22:23:08,881 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2075
+ 2022-01-09 22:23:10,882 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2076
+ 2022-01-09 22:23:12,162 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2077
+ 2022-01-09 22:23:12,162 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2078
+ 2022-01-09 22:23:12,882 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2079
+ 2022-01-09 22:23:14,882 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2080
+ 2022-01-09 22:23:16,883 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2081
+ 2022-01-09 22:23:18,883 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2082
+ 2022-01-09 22:23:20,555 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2083
+ 2022-01-09 22:23:20,883 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2084
+ 2022-01-09 22:23:22,884 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2085
+ 2022-01-09 22:23:24,884 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2086
+ 2022-01-09 22:23:26,884 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2087
+ 2022-01-09 22:23:27,312 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2088
+ 2022-01-09 22:23:27,312 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2089
+ 2022-01-09 22:23:28,885 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2090
+ 2022-01-09 22:23:30,885 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2091
+ 2022-01-09 22:23:32,885 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2092
+ 2022-01-09 22:23:34,886 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2093
+ 2022-01-09 22:23:36,886 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2094
+ 2022-01-09 22:23:38,886 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2095
+ 2022-01-09 22:23:40,887 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2096
+ 2022-01-09 22:23:42,384 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2097
+ 2022-01-09 22:23:42,384 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2098
+ 2022-01-09 22:23:42,887 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2099
+ 2022-01-09 22:23:46,888 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2100
+ 2022-01-09 22:23:48,888 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2101
+ 2022-01-09 22:23:50,799 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2102
+ 2022-01-09 22:23:50,888 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2103
+ 2022-01-09 22:23:52,889 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2104
+ 2022-01-09 22:23:54,889 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2105
+ 2022-01-09 22:23:56,889 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2106
+ 2022-01-09 22:23:57,455 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2107
+ 2022-01-09 22:23:57,455 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2108
+ 2022-01-09 22:23:57,547 DEBUG SenderThread:31514 [sender.py:send():182] send: history
2109
+ 2022-01-09 22:23:57,577 DEBUG SenderThread:31514 [sender.py:send():182] send: summary
2110
+ 2022-01-09 22:23:57,602 INFO SenderThread:31514 [sender.py:_save_file():873] saving file wandb-summary.json with policy end
2111
+ 2022-01-09 22:23:57,889 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json
2112
+ 2022-01-09 22:23:58,890 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2113
+ 2022-01-09 22:23:59,890 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2114
+ 2022-01-09 22:24:00,890 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2115
+ 2022-01-09 22:24:02,890 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2116
+ 2022-01-09 22:24:04,891 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2117
+ 2022-01-09 22:24:06,891 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2118
+ 2022-01-09 22:24:08,891 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2119
+ 2022-01-09 22:24:10,891 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2120
+ 2022-01-09 22:24:12,565 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2121
+ 2022-01-09 22:24:12,565 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2122
+ 2022-01-09 22:24:12,892 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2123
+ 2022-01-09 22:24:14,892 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2124
+ 2022-01-09 22:24:16,892 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2125
+ 2022-01-09 22:24:18,893 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2126
+ 2022-01-09 22:24:20,893 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2127
+ 2022-01-09 22:24:21,047 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2128
+ 2022-01-09 22:24:22,893 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2129
+ 2022-01-09 22:24:24,894 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2130
+ 2022-01-09 22:24:26,894 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2131
+ 2022-01-09 22:24:27,657 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2132
+ 2022-01-09 22:24:27,658 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2133
+ 2022-01-09 22:24:28,894 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2134
+ 2022-01-09 22:24:30,895 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2135
+ 2022-01-09 22:24:32,895 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2136
+ 2022-01-09 22:24:34,895 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2137
+ 2022-01-09 22:24:36,896 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2138
+ 2022-01-09 22:24:38,896 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2139
+ 2022-01-09 22:24:40,896 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2140
+ 2022-01-09 22:24:42,765 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2141
+ 2022-01-09 22:24:42,765 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2142
+ 2022-01-09 22:24:42,896 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2143
+ 2022-01-09 22:24:44,897 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2144
+ 2022-01-09 22:24:46,897 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2145
+ 2022-01-09 22:24:48,897 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2146
+ 2022-01-09 22:24:50,898 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2147
+ 2022-01-09 22:24:51,303 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2148
+ 2022-01-09 22:24:52,898 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2149
+ 2022-01-09 22:24:54,898 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2150
+ 2022-01-09 22:24:56,899 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2151
+ 2022-01-09 22:24:57,833 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2152
+ 2022-01-09 22:24:57,833 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2153
+ 2022-01-09 22:24:58,899 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2154
+ 2022-01-09 22:25:00,899 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2155
+ 2022-01-09 22:25:02,900 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2156
+ 2022-01-09 22:25:05,900 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2157
+ 2022-01-09 22:25:07,900 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2158
+ 2022-01-09 22:25:09,901 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2159
+ 2022-01-09 22:25:11,901 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2160
+ 2022-01-09 22:25:12,905 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2161
+ 2022-01-09 22:25:12,905 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2162
+ 2022-01-09 22:25:13,901 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2163
+ 2022-01-09 22:25:15,902 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2164
+ 2022-01-09 22:25:17,902 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2165
+ 2022-01-09 22:25:19,902 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2166
+ 2022-01-09 22:25:21,538 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2167
+ 2022-01-09 22:25:21,903 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2168
+ 2022-01-09 22:25:23,903 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2169
+ 2022-01-09 22:25:25,903 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2170
+ 2022-01-09 22:25:27,904 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2171
+ 2022-01-09 22:25:27,977 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2172
+ 2022-01-09 22:25:27,977 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2173
+ 2022-01-09 22:25:29,904 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2174
+ 2022-01-09 22:25:31,904 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2175
+ 2022-01-09 22:25:33,905 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2176
+ 2022-01-09 22:25:35,905 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2177
+ 2022-01-09 22:25:37,905 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2178
+ 2022-01-09 22:25:39,905 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2179
+ 2022-01-09 22:25:41,906 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2180
+ 2022-01-09 22:25:43,054 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2181
+ 2022-01-09 22:25:43,054 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2182
+ 2022-01-09 22:25:43,906 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2183
+ 2022-01-09 22:25:45,906 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2184
+ 2022-01-09 22:25:47,907 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2185
+ 2022-01-09 22:25:51,771 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2186
+ 2022-01-09 22:25:51,907 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2187
+ 2022-01-09 22:25:53,908 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2188
+ 2022-01-09 22:25:55,908 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2189
+ 2022-01-09 22:25:57,908 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2190
+ 2022-01-09 22:25:58,149 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2191
+ 2022-01-09 22:25:58,149 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2192
+ 2022-01-09 22:25:59,909 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2193
+ 2022-01-09 22:26:01,909 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2194
+ 2022-01-09 22:26:02,157 DEBUG SenderThread:31514 [sender.py:send():182] send: history
2195
+ 2022-01-09 22:26:02,205 DEBUG SenderThread:31514 [sender.py:send():182] send: summary
2196
+ 2022-01-09 22:26:02,231 INFO SenderThread:31514 [sender.py:_save_file():873] saving file wandb-summary.json with policy end
2197
+ 2022-01-09 22:26:02,909 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json
2198
+ 2022-01-09 22:26:03,909 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2199
+ 2022-01-09 22:26:05,910 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2200
+ 2022-01-09 22:26:07,910 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2201
+ 2022-01-09 22:26:09,910 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2202
+ 2022-01-09 22:26:11,911 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2203
+ 2022-01-09 22:26:13,338 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2204
+ 2022-01-09 22:26:13,338 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2205
+ 2022-01-09 22:26:13,911 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2206
+ 2022-01-09 22:26:15,911 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2207
+ 2022-01-09 22:26:17,912 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2208
+ 2022-01-09 22:26:19,912 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2209
+ 2022-01-09 22:26:21,912 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2210
+ 2022-01-09 22:26:22,020 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2211
+ 2022-01-09 22:26:23,912 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2212
+ 2022-01-09 22:26:25,913 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2213
+ 2022-01-09 22:26:27,913 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2214
+ 2022-01-09 22:26:28,425 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2215
+ 2022-01-09 22:26:28,425 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2216
+ 2022-01-09 22:26:29,913 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2217
+ 2022-01-09 22:26:31,914 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2218
+ 2022-01-09 22:26:33,914 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2219
+ 2022-01-09 22:26:35,914 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2220
+ 2022-01-09 22:26:37,915 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2221
+ 2022-01-09 22:26:39,915 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2222
+ 2022-01-09 22:26:41,915 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2223
+ 2022-01-09 22:26:43,501 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2224
+ 2022-01-09 22:26:43,501 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2225
+ 2022-01-09 22:26:43,916 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2226
+ 2022-01-09 22:26:45,916 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2227
+ 2022-01-09 22:26:47,916 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2228
+ 2022-01-09 22:26:49,917 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2229
+ 2022-01-09 22:26:51,917 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2230
+ 2022-01-09 22:26:52,272 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2231
+ 2022-01-09 22:26:53,917 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2232
+ 2022-01-09 22:26:55,918 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2233
+ 2022-01-09 22:26:57,918 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2234
+ 2022-01-09 22:26:58,610 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2235
+ 2022-01-09 22:26:58,610 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2236
+ 2022-01-09 22:26:59,918 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2237
+ 2022-01-09 22:27:01,918 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2238
+ 2022-01-09 22:27:04,919 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2239
+ 2022-01-09 22:27:06,919 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2240
+ 2022-01-09 22:27:08,920 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2241
+ 2022-01-09 22:27:10,920 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2242
+ 2022-01-09 22:27:12,920 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2243
+ 2022-01-09 22:27:13,742 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2244
+ 2022-01-09 22:27:13,742 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2245
+ 2022-01-09 22:27:14,920 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2246
+ 2022-01-09 22:27:16,921 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2247
+ 2022-01-09 22:27:18,921 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2248
+ 2022-01-09 22:27:20,921 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2249
+ 2022-01-09 22:27:22,519 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2250
+ 2022-01-09 22:27:22,922 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2251
+ 2022-01-09 22:27:24,922 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2252
+ 2022-01-09 22:27:26,922 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2253
+ 2022-01-09 22:27:28,825 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2254
+ 2022-01-09 22:27:28,826 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2255
+ 2022-01-09 22:27:28,923 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2256
+ 2022-01-09 22:27:30,923 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2257
+ 2022-01-09 22:27:32,923 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2258
+ 2022-01-09 22:27:34,924 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2259
+ 2022-01-09 22:27:36,924 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2260
+ 2022-01-09 22:27:38,924 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2261
+ 2022-01-09 22:27:40,925 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2262
+ 2022-01-09 22:27:42,925 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2263
+ 2022-01-09 22:27:43,911 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2264
+ 2022-01-09 22:27:43,911 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2265
+ 2022-01-09 22:27:44,925 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2266
+ 2022-01-09 22:27:46,926 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2267
+ 2022-01-09 22:27:48,926 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2268
+ 2022-01-09 22:27:50,926 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2269
+ 2022-01-09 22:27:52,761 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2270
+ 2022-01-09 22:27:52,927 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2271
+ 2022-01-09 22:27:54,927 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2272
+ 2022-01-09 22:27:56,927 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2273
+ 2022-01-09 22:27:58,928 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2274
+ 2022-01-09 22:27:58,979 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2275
+ 2022-01-09 22:27:58,979 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2276
+ 2022-01-09 22:28:00,928 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2277
+ 2022-01-09 22:28:02,928 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2278
+ 2022-01-09 22:28:04,929 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2279
+ 2022-01-09 22:28:06,929 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2280
+ 2022-01-09 22:28:08,929 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2281
+ 2022-01-09 22:28:10,930 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2282
+ 2022-01-09 22:28:12,930 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2283
+ 2022-01-09 22:28:14,072 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2284
+ 2022-01-09 22:28:14,072 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2285
+ 2022-01-09 22:28:14,930 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2286
+ 2022-01-09 22:28:16,931 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2287
+ 2022-01-09 22:28:18,931 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2288
+ 2022-01-09 22:28:20,931 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2289
+ 2022-01-09 22:28:22,932 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2290
+ 2022-01-09 22:28:23,009 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2291
+ 2022-01-09 22:28:24,500 DEBUG SenderThread:31514 [sender.py:send():182] send: history
2292
+ 2022-01-09 22:28:24,516 DEBUG SenderThread:31514 [sender.py:send():182] send: summary
2293
+ 2022-01-09 22:28:24,544 INFO SenderThread:31514 [sender.py:_save_file():873] saving file wandb-summary.json with policy end
2294
+ 2022-01-09 22:28:24,932 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/wandb-summary.json
2295
+ 2022-01-09 22:28:24,933 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2296
+ 2022-01-09 22:28:26,933 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2297
+ 2022-01-09 22:28:29,512 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2298
+ 2022-01-09 22:28:29,512 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2299
+ 2022-01-09 22:28:44,590 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2300
+ 2022-01-09 22:28:44,590 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2301
+ 2022-01-09 22:28:53,344 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
2302
+ 2022-01-09 22:28:56,948 INFO Thread-8 :31514 [dir_watcher.py:_on_file_modified():230] file/dir modified: /home/patrick/hugging_face/examples/xls-r-300m-sv/wandb/run-20220109_220240-1g372i3v/files/output.log
2303
+ 2022-01-09 22:28:59,668 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2304
+ 2022-01-09 22:28:59,668 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2305
+ 2022-01-09 22:29:14,744 DEBUG HandlerThread:31514 [handler.py:handle_request():126] handle_request: stop_status
2306
+ 2022-01-09 22:29:14,745 DEBUG SenderThread:31514 [sender.py:send_request():196] send_request: stop_status
2307
+ 2022-01-09 22:29:23,634 DEBUG SenderThread:31514 [sender.py:send():182] send: stats
wandb/run-20220109_220240-1g372i3v/run-1g372i3v.wandb CHANGED
Binary files a/wandb/run-20220109_220240-1g372i3v/run-1g372i3v.wandb and b/wandb/run-20220109_220240-1g372i3v/run-1g372i3v.wandb differ