Gnider commited on
Commit
2e28bf2
·
verified ·
1 Parent(s): 5689170

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10",
25
+ "11": "LABEL_11",
26
+ "12": "LABEL_12",
27
+ "13": "LABEL_13",
28
+ "14": "LABEL_14",
29
+ "15": "LABEL_15",
30
+ "16": "LABEL_16",
31
+ "17": "LABEL_17",
32
+ "18": "LABEL_18",
33
+ "19": "LABEL_19",
34
+ "20": "LABEL_20",
35
+ "21": "LABEL_21"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "label2id": {
40
+ "LABEL_0": 0,
41
+ "LABEL_1": 1,
42
+ "LABEL_10": 10,
43
+ "LABEL_11": 11,
44
+ "LABEL_12": 12,
45
+ "LABEL_13": 13,
46
+ "LABEL_14": 14,
47
+ "LABEL_15": 15,
48
+ "LABEL_16": 16,
49
+ "LABEL_17": 17,
50
+ "LABEL_18": 18,
51
+ "LABEL_19": 19,
52
+ "LABEL_2": 2,
53
+ "LABEL_20": 20,
54
+ "LABEL_21": 21,
55
+ "LABEL_3": 3,
56
+ "LABEL_4": 4,
57
+ "LABEL_5": 5,
58
+ "LABEL_6": 6,
59
+ "LABEL_7": 7,
60
+ "LABEL_8": 8,
61
+ "LABEL_9": 9
62
+ },
63
+ "layer_norm_eps": 1e-05,
64
+ "max_position_embeddings": 514,
65
+ "model_type": "roberta",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 1,
69
+ "position_embedding_type": "absolute",
70
+ "problem_type": "single_label_classification",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.36.2",
73
+ "type_vocab_size": 1,
74
+ "use_cache": true,
75
+ "vocab_size": 50265
76
+ }
label_encoder.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c582188b10b10c26c7e491b2abaf83db0f2c81ff7aba152dd6ab96a940b573b
3
+ size 1202
logs/events.out.tfevents.1719335271.b10c572b8059.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddab6f4b61c084a2af8a72a4728ab0441c955ded6a492462a464b095ddbdc4a3
3
+ size 6600
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3295967ddfc7ea697eb83c30723ad004336c999f53b59686a5d4371bac1abd
3
+ size 498674344
results/checkpoint-500/config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10",
25
+ "11": "LABEL_11",
26
+ "12": "LABEL_12",
27
+ "13": "LABEL_13",
28
+ "14": "LABEL_14",
29
+ "15": "LABEL_15",
30
+ "16": "LABEL_16",
31
+ "17": "LABEL_17",
32
+ "18": "LABEL_18",
33
+ "19": "LABEL_19",
34
+ "20": "LABEL_20",
35
+ "21": "LABEL_21"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "label2id": {
40
+ "LABEL_0": 0,
41
+ "LABEL_1": 1,
42
+ "LABEL_10": 10,
43
+ "LABEL_11": 11,
44
+ "LABEL_12": 12,
45
+ "LABEL_13": 13,
46
+ "LABEL_14": 14,
47
+ "LABEL_15": 15,
48
+ "LABEL_16": 16,
49
+ "LABEL_17": 17,
50
+ "LABEL_18": 18,
51
+ "LABEL_19": 19,
52
+ "LABEL_2": 2,
53
+ "LABEL_20": 20,
54
+ "LABEL_21": 21,
55
+ "LABEL_3": 3,
56
+ "LABEL_4": 4,
57
+ "LABEL_5": 5,
58
+ "LABEL_6": 6,
59
+ "LABEL_7": 7,
60
+ "LABEL_8": 8,
61
+ "LABEL_9": 9
62
+ },
63
+ "layer_norm_eps": 1e-05,
64
+ "max_position_embeddings": 514,
65
+ "model_type": "roberta",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 1,
69
+ "position_embedding_type": "absolute",
70
+ "problem_type": "single_label_classification",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.36.2",
73
+ "type_vocab_size": 1,
74
+ "use_cache": true,
75
+ "vocab_size": 50265
76
+ }
results/checkpoint-500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
results/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c71a3b97bb6b89483bc56ab84a50b1365bda79eb216764c88950a396c7dcab04
3
+ size 498674344
results/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27bd4a049fc6b08e2d5c205e0bcb8a455f7c88e7154e6724576cc7d3871436e9
3
+ size 997468037
results/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7a9181279d4e11e83d62be86af083bdcc57d3a4f8acbf2c487285544ad3e028
3
+ size 14575
results/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4daae47310a2b93aae412b4382e2bac748abe5c4d4f3b6b8336600b5ef6c8f4f
3
+ size 627
results/checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
results/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
results/checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
results/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.9230769230769231,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_loss": 2.117574453353882,
14
+ "eval_runtime": 32.6215,
15
+ "eval_samples_per_second": 54.657,
16
+ "eval_steps_per_second": 3.433,
17
+ "step": 260
18
+ },
19
+ {
20
+ "epoch": 1.92,
21
+ "learning_rate": 7.17948717948718e-06,
22
+ "loss": 2.194,
23
+ "step": 500
24
+ }
25
+ ],
26
+ "logging_steps": 500,
27
+ "max_steps": 780,
28
+ "num_input_tokens_seen": 0,
29
+ "num_train_epochs": 3,
30
+ "save_steps": 500,
31
+ "total_flos": 2105003263457280.0,
32
+ "train_batch_size": 16,
33
+ "trial_name": null,
34
+ "trial_params": null
35
+ }
results/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba717fdd209885f2ff3aac3a54f6c402a5dd814376925846268cdfb02774415
3
+ size 4219
results/checkpoint-500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
wandb/debug-internal.log ADDED
@@ -0,0 +1,649 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-06-25 17:08:22,683 INFO StreamThr :149 [internal.py:wandb_internal():86] W&B internal server running at pid: 149, started at: 2024-06-25 17:08:22.683035
2
+ 2024-06-25 17:08:22,685 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status
3
+ 2024-06-25 17:08:23,448 INFO WriterThread:149 [datastore.py:open_for_write():87] open: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/run-n5fw7h0h.wandb
4
+ 2024-06-25 17:08:23,449 DEBUG SenderThread:149 [sender.py:send():382] send: header
5
+ 2024-06-25 17:08:23,452 DEBUG SenderThread:149 [sender.py:send():382] send: run
6
+ 2024-06-25 17:08:23,921 INFO SenderThread:149 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files
7
+ 2024-06-25 17:08:23,921 INFO SenderThread:149 [sender.py:_start_run_threads():1136] run started: n5fw7h0h with start time 1719335302.684404
8
+ 2024-06-25 17:08:23,933 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: check_version
9
+ 2024-06-25 17:08:23,933 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: check_version
10
+ 2024-06-25 17:08:23,989 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: run_start
11
+ 2024-06-25 17:08:24,003 DEBUG HandlerThread:149 [system_info.py:__init__():27] System info init
12
+ 2024-06-25 17:08:24,003 DEBUG HandlerThread:149 [system_info.py:__init__():42] System info init done
13
+ 2024-06-25 17:08:24,003 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-06-25 17:08:24,004 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-06-25 17:08:24,004 INFO HandlerThread:149 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-06-25 17:08:24,005 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
17
+ 2024-06-25 17:08:24,005 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
18
+ 2024-06-25 17:08:24,006 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
19
+ 2024-06-25 17:08:24,008 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
20
+ 2024-06-25 17:08:24,008 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
21
+ 2024-06-25 17:08:24,016 DEBUG HandlerThread:149 [system_info.py:probe():151] Probing system
22
+ 2024-06-25 17:08:24,018 DEBUG HandlerThread:149 [gitlib.py:_init_repo():56] git repository is invalid
23
+ 2024-06-25 17:08:24,018 DEBUG HandlerThread:149 [system_info.py:probe():199] Probing system done
24
+ 2024-06-25 17:08:24,018 DEBUG HandlerThread:149 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-06-25T17:08:24.016433', 'startedAt': '2024-06-25T17:08:22.676465', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'kaggle.ipynb', 'codePathLocal': None, 'root': '/kaggle/working', 'host': 'b10c572b8059', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.17, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.17, 'min': 0.0, 'max': 0.0}, {'current': 2000.17, 'min': 0.0, 'max': 0.0}, {'current': 2000.17, 'min': 0.0, 'max': 0.0}, {'current': 2000.17, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5689.849388122559}}, 'gpu': 'Tesla P100-PCIE-16GB', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla P100-PCIE-16GB', 'memory_total': 17179869184}], 'memory': {'total': 31.357563018798828}}
25
+ 2024-06-25 17:08:24,018 INFO HandlerThread:149 [system_monitor.py:probe():224] Finished collecting system info
26
+ 2024-06-25 17:08:24,018 INFO HandlerThread:149 [system_monitor.py:probe():227] Publishing system info
27
+ 2024-06-25 17:08:24,019 DEBUG HandlerThread:149 [system_info.py:_save_conda():208] Saving list of conda packages installed into the current environment
28
+ 2024-06-25 17:08:24,923 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/conda-environment.yaml
29
+ 2024-06-25 17:09:14,938 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/conda-environment.yaml
30
+ 2024-06-25 17:09:15,254 DEBUG HandlerThread:149 [system_info.py:_save_conda():220] Saving conda packages done
31
+ 2024-06-25 17:09:15,255 INFO HandlerThread:149 [system_monitor.py:probe():229] Finished publishing system info
32
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
33
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
34
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
35
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
36
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
37
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
38
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
39
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
40
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
41
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
42
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
43
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: python_packages
44
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: internal_messages
45
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: stop_status
46
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
47
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
48
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
49
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
50
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
51
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
52
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
53
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
54
+ 2024-06-25 17:09:15,267 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: python_packages
55
+ 2024-06-25 17:09:15,269 DEBUG SenderThread:149 [sender.py:send():382] send: telemetry
56
+ 2024-06-25 17:09:15,269 DEBUG SenderThread:149 [sender.py:send():382] send: config
57
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: metric
58
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: telemetry
59
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: metric
60
+ 2024-06-25 17:09:15,270 WARNING SenderThread:149 [sender.py:send_metric():1354] Seen metric with glob (shouldn't happen)
61
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: telemetry
62
+ 2024-06-25 17:09:15,271 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: stop_status
63
+ 2024-06-25 17:09:15,523 DEBUG SenderThread:149 [sender.py:send():382] send: files
64
+ 2024-06-25 17:09:15,524 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-metadata.json with policy now
65
+ 2024-06-25 17:09:15,938 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/output.log
66
+ 2024-06-25 17:09:15,939 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-metadata.json
67
+ 2024-06-25 17:09:15,939 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/requirements.txt
68
+ 2024-06-25 17:09:16,295 INFO wandb-upload_0:149 [upload_job.py:push():131] Uploaded file /tmp/tmp_1pzo1aiwandb/85y8vdqe-wandb-metadata.json
69
+ 2024-06-25 17:09:17,939 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/output.log
70
+ 2024-06-25 17:09:18,525 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
71
+ 2024-06-25 17:09:19,042 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
72
+ 2024-06-25 17:09:23,530 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
73
+ 2024-06-25 17:09:23,942 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
74
+ 2024-06-25 17:09:24,009 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
75
+ 2024-06-25 17:09:24,010 DEBUG SenderThread:149 [sender.py:send():382] send: stats
76
+ 2024-06-25 17:09:24,060 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
77
+ 2024-06-25 17:09:29,011 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
78
+ 2024-06-25 17:09:29,061 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
79
+ 2024-06-25 17:09:34,012 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
80
+ 2024-06-25 17:09:34,062 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
81
+ 2024-06-25 17:09:39,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
82
+ 2024-06-25 17:09:39,064 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
83
+ 2024-06-25 17:09:44,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
84
+ 2024-06-25 17:09:44,065 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
85
+ 2024-06-25 17:09:49,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
86
+ 2024-06-25 17:09:49,066 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
87
+ 2024-06-25 17:09:54,010 DEBUG SenderThread:149 [sender.py:send():382] send: stats
88
+ 2024-06-25 17:09:54,067 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
89
+ 2024-06-25 17:09:55,011 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
90
+ 2024-06-25 17:09:59,068 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
91
+ 2024-06-25 17:10:00,012 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
92
+ 2024-06-25 17:10:04,070 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
93
+ 2024-06-25 17:10:05,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
94
+ 2024-06-25 17:10:09,072 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
95
+ 2024-06-25 17:10:10,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
96
+ 2024-06-25 17:10:14,090 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
97
+ 2024-06-25 17:10:15,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
98
+ 2024-06-25 17:10:19,092 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
99
+ 2024-06-25 17:10:20,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
100
+ 2024-06-25 17:10:24,011 DEBUG SenderThread:149 [sender.py:send():382] send: stats
101
+ 2024-06-25 17:10:24,093 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
102
+ 2024-06-25 17:10:26,012 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
103
+ 2024-06-25 17:10:29,094 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
104
+ 2024-06-25 17:10:31,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
105
+ 2024-06-25 17:10:34,095 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
106
+ 2024-06-25 17:10:36,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
107
+ 2024-06-25 17:10:39,096 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
108
+ 2024-06-25 17:10:41,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
109
+ 2024-06-25 17:10:44,097 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
110
+ 2024-06-25 17:10:46,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
111
+ 2024-06-25 17:10:49,107 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
112
+ 2024-06-25 17:10:51,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
113
+ 2024-06-25 17:10:54,012 DEBUG SenderThread:149 [sender.py:send():382] send: stats
114
+ 2024-06-25 17:10:54,109 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
115
+ 2024-06-25 17:10:57,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
116
+ 2024-06-25 17:10:59,109 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
117
+ 2024-06-25 17:11:02,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
118
+ 2024-06-25 17:11:04,111 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
119
+ 2024-06-25 17:11:07,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
120
+ 2024-06-25 17:11:09,112 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
121
+ 2024-06-25 17:11:12,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
122
+ 2024-06-25 17:11:14,113 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
123
+ 2024-06-25 17:11:17,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
124
+ 2024-06-25 17:11:19,114 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
125
+ 2024-06-25 17:11:22,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
126
+ 2024-06-25 17:11:24,013 DEBUG SenderThread:149 [sender.py:send():382] send: stats
127
+ 2024-06-25 17:11:24,115 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
128
+ 2024-06-25 17:11:28,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
129
+ 2024-06-25 17:11:29,116 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
130
+ 2024-06-25 17:11:33,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
131
+ 2024-06-25 17:11:34,117 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
132
+ 2024-06-25 17:11:38,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
133
+ 2024-06-25 17:11:39,118 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
134
+ 2024-06-25 17:11:43,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
135
+ 2024-06-25 17:11:44,119 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
136
+ 2024-06-25 17:11:48,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
137
+ 2024-06-25 17:11:49,120 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
138
+ 2024-06-25 17:11:53,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
139
+ 2024-06-25 17:11:54,014 DEBUG SenderThread:149 [sender.py:send():382] send: stats
140
+ 2024-06-25 17:11:54,122 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
141
+ 2024-06-25 17:11:59,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
142
+ 2024-06-25 17:11:59,123 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
143
+ 2024-06-25 17:12:04,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
144
+ 2024-06-25 17:12:04,124 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
145
+ 2024-06-25 17:12:09,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
146
+ 2024-06-25 17:12:09,125 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
147
+ 2024-06-25 17:12:14,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
148
+ 2024-06-25 17:12:14,126 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
149
+ 2024-06-25 17:12:19,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
150
+ 2024-06-25 17:12:19,127 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
151
+ 2024-06-25 17:12:24,014 DEBUG SenderThread:149 [sender.py:send():382] send: stats
152
+ 2024-06-25 17:12:24,129 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
153
+ 2024-06-25 17:12:25,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
154
+ 2024-06-25 17:12:29,130 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
155
+ 2024-06-25 17:12:30,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
156
+ 2024-06-25 17:12:34,141 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
157
+ 2024-06-25 17:12:35,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
158
+ 2024-06-25 17:12:39,142 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
159
+ 2024-06-25 17:12:40,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
160
+ 2024-06-25 17:12:44,143 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
161
+ 2024-06-25 17:12:45,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
162
+ 2024-06-25 17:12:49,161 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
163
+ 2024-06-25 17:12:50,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
164
+ 2024-06-25 17:12:54,015 DEBUG SenderThread:149 [sender.py:send():382] send: stats
165
+ 2024-06-25 17:12:54,162 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
166
+ 2024-06-25 17:12:56,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
167
+ 2024-06-25 17:12:59,164 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
168
+ 2024-06-25 17:13:01,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
169
+ 2024-06-25 17:13:04,165 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
170
+ 2024-06-25 17:13:06,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
171
+ 2024-06-25 17:13:09,075 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
172
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
173
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
174
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
175
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
176
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
177
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: history
178
+ 2024-06-25 17:13:09,079 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
179
+ 2024-06-25 17:13:09,080 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
180
+ 2024-06-25 17:13:09,175 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
181
+ 2024-06-25 17:13:10,034 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
182
+ 2024-06-25 17:13:11,081 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
183
+ 2024-06-25 17:13:14,176 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
184
+ 2024-06-25 17:13:16,083 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
185
+ 2024-06-25 17:13:19,177 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
186
+ 2024-06-25 17:13:21,083 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
187
+ 2024-06-25 17:13:24,016 DEBUG SenderThread:149 [sender.py:send():382] send: stats
188
+ 2024-06-25 17:13:24,178 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
189
+ 2024-06-25 17:13:27,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
190
+ 2024-06-25 17:13:29,179 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
191
+ 2024-06-25 17:13:32,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
192
+ 2024-06-25 17:13:33,046 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
193
+ 2024-06-25 17:13:34,192 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
194
+ 2024-06-25 17:13:37,285 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
195
+ 2024-06-25 17:13:39,193 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
196
+ 2024-06-25 17:13:42,286 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
197
+ 2024-06-25 17:13:44,194 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
198
+ 2024-06-25 17:13:47,287 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
199
+ 2024-06-25 17:13:49,196 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
200
+ 2024-06-25 17:13:52,288 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
201
+ 2024-06-25 17:13:54,018 DEBUG SenderThread:149 [sender.py:send():382] send: stats
202
+ 2024-06-25 17:13:54,197 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
203
+ 2024-06-25 17:13:58,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
204
+ 2024-06-25 17:13:59,198 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
205
+ 2024-06-25 17:14:03,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
206
+ 2024-06-25 17:14:04,199 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
207
+ 2024-06-25 17:14:08,022 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
208
+ 2024-06-25 17:14:09,200 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
209
+ 2024-06-25 17:14:13,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
210
+ 2024-06-25 17:14:14,201 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
211
+ 2024-06-25 17:14:18,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
212
+ 2024-06-25 17:14:19,203 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
213
+ 2024-06-25 17:14:23,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
214
+ 2024-06-25 17:14:24,018 DEBUG SenderThread:149 [sender.py:send():382] send: stats
215
+ 2024-06-25 17:14:24,204 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
216
+ 2024-06-25 17:14:29,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
217
+ 2024-06-25 17:14:29,205 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
218
+ 2024-06-25 17:14:34,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
219
+ 2024-06-25 17:14:34,206 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
220
+ 2024-06-25 17:14:39,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
221
+ 2024-06-25 17:14:39,217 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
222
+ 2024-06-25 17:14:44,022 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
223
+ 2024-06-25 17:14:44,227 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
224
+ 2024-06-25 17:14:49,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
225
+ 2024-06-25 17:14:49,228 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
226
+ 2024-06-25 17:14:54,019 DEBUG SenderThread:149 [sender.py:send():382] send: stats
227
+ 2024-06-25 17:14:54,229 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
228
+ 2024-06-25 17:14:55,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
229
+ 2024-06-25 17:14:59,230 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
230
+ 2024-06-25 17:15:00,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
231
+ 2024-06-25 17:15:04,232 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
232
+ 2024-06-25 17:15:05,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
233
+ 2024-06-25 17:15:09,233 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
234
+ 2024-06-25 17:15:10,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
235
+ 2024-06-25 17:15:14,234 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
236
+ 2024-06-25 17:15:15,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
237
+ 2024-06-25 17:15:19,235 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
238
+ 2024-06-25 17:15:20,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
239
+ 2024-06-25 17:15:24,019 DEBUG SenderThread:149 [sender.py:send():382] send: stats
240
+ 2024-06-25 17:15:24,237 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
241
+ 2024-06-25 17:15:26,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
242
+ 2024-06-25 17:15:29,238 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
243
+ 2024-06-25 17:15:31,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
244
+ 2024-06-25 17:15:34,239 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
245
+ 2024-06-25 17:15:36,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
246
+ 2024-06-25 17:15:39,240 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
247
+ 2024-06-25 17:15:41,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
248
+ 2024-06-25 17:15:44,242 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
249
+ 2024-06-25 17:15:46,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
250
+ 2024-06-25 17:15:49,243 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
251
+ 2024-06-25 17:15:51,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
252
+ 2024-06-25 17:15:54,020 DEBUG SenderThread:149 [sender.py:send():382] send: stats
253
+ 2024-06-25 17:15:54,244 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
254
+ 2024-06-25 17:15:57,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
255
+ 2024-06-25 17:15:59,245 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
256
+ 2024-06-25 17:16:02,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
257
+ 2024-06-25 17:16:04,250 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
258
+ 2024-06-25 17:16:07,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
259
+ 2024-06-25 17:16:09,251 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
260
+ 2024-06-25 17:16:12,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
261
+ 2024-06-25 17:16:14,252 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
262
+ 2024-06-25 17:16:17,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
263
+ 2024-06-25 17:16:19,253 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
264
+ 2024-06-25 17:16:22,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
265
+ 2024-06-25 17:16:24,021 DEBUG SenderThread:149 [sender.py:send():382] send: stats
266
+ 2024-06-25 17:16:24,254 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
267
+ 2024-06-25 17:16:28,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
268
+ 2024-06-25 17:16:29,256 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
269
+ 2024-06-25 17:16:33,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
270
+ 2024-06-25 17:16:34,257 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
271
+ 2024-06-25 17:16:34,488 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
272
+ 2024-06-25 17:16:34,490 DEBUG SenderThread:149 [sender.py:send():382] send: metric
273
+ 2024-06-25 17:16:34,490 DEBUG SenderThread:149 [sender.py:send():382] send: metric
274
+ 2024-06-25 17:16:34,490 DEBUG SenderThread:149 [sender.py:send():382] send: history
275
+ 2024-06-25 17:16:34,491 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
276
+ 2024-06-25 17:16:34,491 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
277
+ 2024-06-25 17:16:35,121 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
278
+ 2024-06-25 17:16:38,497 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
279
+ 2024-06-25 17:16:39,123 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
280
+ 2024-06-25 17:16:39,578 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
281
+ 2024-06-25 17:16:43,767 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
282
+ 2024-06-25 17:16:44,579 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
283
+ 2024-06-25 17:16:48,772 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
284
+ 2024-06-25 17:16:49,594 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
285
+ 2024-06-25 17:16:53,773 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
286
+ 2024-06-25 17:16:54,022 DEBUG SenderThread:149 [sender.py:send():382] send: stats
287
+ 2024-06-25 17:16:54,595 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
288
+ 2024-06-25 17:16:59,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
289
+ 2024-06-25 17:16:59,606 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
290
+ 2024-06-25 17:17:04,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
291
+ 2024-06-25 17:17:04,607 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
292
+ 2024-06-25 17:17:09,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
293
+ 2024-06-25 17:17:09,619 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
294
+ 2024-06-25 17:17:14,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
295
+ 2024-06-25 17:17:14,632 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
296
+ 2024-06-25 17:17:19,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
297
+ 2024-06-25 17:17:19,633 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
298
+ 2024-06-25 17:17:24,023 DEBUG SenderThread:149 [sender.py:send():382] send: stats
299
+ 2024-06-25 17:17:24,635 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
300
+ 2024-06-25 17:17:25,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
301
+ 2024-06-25 17:17:27,056 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
302
+ 2024-06-25 17:17:27,057 DEBUG SenderThread:149 [sender.py:send():382] send: history
303
+ 2024-06-25 17:17:27,057 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
304
+ 2024-06-25 17:17:27,058 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
305
+ 2024-06-25 17:17:27,141 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
306
+ 2024-06-25 17:17:29,649 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
307
+ 2024-06-25 17:17:30,059 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
308
+ 2024-06-25 17:17:34,650 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
309
+ 2024-06-25 17:17:35,060 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
310
+ 2024-06-25 17:17:39,652 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
311
+ 2024-06-25 17:17:40,061 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
312
+ 2024-06-25 17:17:44,653 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
313
+ 2024-06-25 17:17:45,062 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
314
+ 2024-06-25 17:17:49,654 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
315
+ 2024-06-25 17:17:50,063 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
316
+ 2024-06-25 17:17:54,024 DEBUG SenderThread:149 [sender.py:send():382] send: stats
317
+ 2024-06-25 17:17:54,655 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
318
+ 2024-06-25 17:17:56,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
319
+ 2024-06-25 17:17:59,657 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
320
+ 2024-06-25 17:18:01,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
321
+ 2024-06-25 17:18:04,658 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
322
+ 2024-06-25 17:18:06,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
323
+ 2024-06-25 17:18:09,659 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
324
+ 2024-06-25 17:18:11,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
325
+ 2024-06-25 17:18:14,660 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
326
+ 2024-06-25 17:18:16,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
327
+ 2024-06-25 17:18:19,661 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
328
+ 2024-06-25 17:18:21,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
329
+ 2024-06-25 17:18:24,025 DEBUG SenderThread:149 [sender.py:send():382] send: stats
330
+ 2024-06-25 17:18:24,670 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
331
+ 2024-06-25 17:18:27,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
332
+ 2024-06-25 17:18:29,671 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
333
+ 2024-06-25 17:18:32,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
334
+ 2024-06-25 17:18:34,672 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
335
+ 2024-06-25 17:18:37,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
336
+ 2024-06-25 17:18:39,673 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
337
+ 2024-06-25 17:18:42,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
338
+ 2024-06-25 17:18:44,674 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
339
+ 2024-06-25 17:18:47,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
340
+ 2024-06-25 17:18:49,675 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
341
+ 2024-06-25 17:18:52,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
342
+ 2024-06-25 17:18:54,026 DEBUG SenderThread:149 [sender.py:send():382] send: stats
343
+ 2024-06-25 17:18:54,676 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
344
+ 2024-06-25 17:18:58,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
345
+ 2024-06-25 17:18:59,678 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
346
+ 2024-06-25 17:19:03,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
347
+ 2024-06-25 17:19:04,679 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
348
+ 2024-06-25 17:19:08,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
349
+ 2024-06-25 17:19:09,680 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
350
+ 2024-06-25 17:19:13,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
351
+ 2024-06-25 17:19:14,699 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
352
+ 2024-06-25 17:19:18,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
353
+ 2024-06-25 17:19:19,700 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
354
+ 2024-06-25 17:19:23,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
355
+ 2024-06-25 17:19:24,027 DEBUG SenderThread:149 [sender.py:send():382] send: stats
356
+ 2024-06-25 17:19:24,701 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
357
+ 2024-06-25 17:19:29,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
358
+ 2024-06-25 17:19:29,702 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
359
+ 2024-06-25 17:19:34,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
360
+ 2024-06-25 17:19:34,703 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
361
+ 2024-06-25 17:19:39,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
362
+ 2024-06-25 17:19:39,704 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
363
+ 2024-06-25 17:19:44,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
364
+ 2024-06-25 17:19:44,705 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
365
+ 2024-06-25 17:19:49,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
366
+ 2024-06-25 17:19:49,707 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
367
+ 2024-06-25 17:19:54,028 DEBUG SenderThread:149 [sender.py:send():382] send: stats
368
+ 2024-06-25 17:19:54,720 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
369
+ 2024-06-25 17:19:55,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
370
+ 2024-06-25 17:19:59,721 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
371
+ 2024-06-25 17:20:00,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
372
+ 2024-06-25 17:20:04,722 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
373
+ 2024-06-25 17:20:05,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
374
+ 2024-06-25 17:20:09,723 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
375
+ 2024-06-25 17:20:10,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
376
+ 2024-06-25 17:20:14,724 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
377
+ 2024-06-25 17:20:15,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
378
+ 2024-06-25 17:20:19,725 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
379
+ 2024-06-25 17:20:20,034 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
380
+ 2024-06-25 17:20:24,028 DEBUG SenderThread:149 [sender.py:send():382] send: stats
381
+ 2024-06-25 17:20:24,726 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
382
+ 2024-06-25 17:20:26,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
383
+ 2024-06-25 17:20:29,729 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
384
+ 2024-06-25 17:20:31,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
385
+ 2024-06-25 17:20:34,730 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
386
+ 2024-06-25 17:20:36,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
387
+ 2024-06-25 17:20:39,731 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
388
+ 2024-06-25 17:20:41,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
389
+ 2024-06-25 17:20:44,732 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
390
+ 2024-06-25 17:20:46,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
391
+ 2024-06-25 17:20:49,733 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
392
+ 2024-06-25 17:20:51,034 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
393
+ 2024-06-25 17:20:54,029 DEBUG SenderThread:149 [sender.py:send():382] send: stats
394
+ 2024-06-25 17:20:54,735 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
395
+ 2024-06-25 17:20:57,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
396
+ 2024-06-25 17:20:59,736 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
397
+ 2024-06-25 17:21:02,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
398
+ 2024-06-25 17:21:04,736 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
399
+ 2024-06-25 17:21:07,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
400
+ 2024-06-25 17:21:09,738 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
401
+ 2024-06-25 17:21:12,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
402
+ 2024-06-25 17:21:14,739 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
403
+ 2024-06-25 17:21:17,035 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
404
+ 2024-06-25 17:21:19,740 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
405
+ 2024-06-25 17:21:22,037 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
406
+ 2024-06-25 17:21:24,030 DEBUG SenderThread:149 [sender.py:send():382] send: stats
407
+ 2024-06-25 17:21:24,741 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
408
+ 2024-06-25 17:21:28,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
409
+ 2024-06-25 17:21:29,742 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
410
+ 2024-06-25 17:21:33,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
411
+ 2024-06-25 17:21:34,743 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
412
+ 2024-06-25 17:21:38,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
413
+ 2024-06-25 17:21:39,744 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
414
+ 2024-06-25 17:21:42,144 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
415
+ 2024-06-25 17:21:42,146 DEBUG SenderThread:149 [sender.py:send():382] send: history
416
+ 2024-06-25 17:21:42,146 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
417
+ 2024-06-25 17:21:42,146 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
418
+ 2024-06-25 17:21:42,148 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
419
+ 2024-06-25 17:21:42,150 DEBUG SenderThread:149 [sender.py:send():382] send: metric
420
+ 2024-06-25 17:21:42,150 DEBUG SenderThread:149 [sender.py:send():382] send: metric
421
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: metric
422
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: metric
423
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: metric
424
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: history
425
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
426
+ 2024-06-25 17:21:42,152 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
427
+ 2024-06-25 17:21:42,154 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
428
+ 2024-06-25 17:21:42,155 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
429
+ 2024-06-25 17:21:42,155 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
430
+ 2024-06-25 17:21:42,155 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
431
+ 2024-06-25 17:21:42,155 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
432
+ 2024-06-25 17:21:42,156 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
433
+ 2024-06-25 17:21:42,157 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
434
+ 2024-06-25 17:21:42,162 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
435
+ 2024-06-25 17:21:42,162 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
436
+ 2024-06-25 17:21:42,162 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
437
+ 2024-06-25 17:21:42,163 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
438
+ 2024-06-25 17:21:42,163 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
439
+ 2024-06-25 17:21:42,163 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
440
+ 2024-06-25 17:21:42,163 DEBUG SenderThread:149 [sender.py:send():382] send: stats
441
+ 2024-06-25 17:21:42,164 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
442
+ 2024-06-25 17:21:42,164 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
443
+ 2024-06-25 17:21:42,165 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
444
+ 2024-06-25 17:21:42,166 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
445
+ 2024-06-25 17:21:42,166 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
446
+ 2024-06-25 17:21:42,167 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
447
+ 2024-06-25 17:21:42,248 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
448
+ 2024-06-25 17:21:43,164 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
449
+ 2024-06-25 17:21:43,345 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
450
+ 2024-06-25 17:21:43,345 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
451
+ 2024-06-25 17:21:43,345 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
452
+ 2024-06-25 17:21:43,346 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
453
+ 2024-06-25 17:21:43,346 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
454
+ 2024-06-25 17:21:43,347 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
455
+ 2024-06-25 17:21:43,347 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
456
+ 2024-06-25 17:21:43,347 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
457
+ 2024-06-25 17:21:43,353 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
458
+ 2024-06-25 17:21:43,353 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
459
+ 2024-06-25 17:21:43,354 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
460
+ 2024-06-25 17:21:43,354 DEBUG SenderThread:149 [sender.py:send():382] send: stats
461
+ 2024-06-25 17:21:44,755 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
462
+ 2024-06-25 17:21:48,360 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
463
+ 2024-06-25 17:21:49,251 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
464
+ 2024-06-25 17:21:49,756 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
465
+ 2024-06-25 17:21:53,646 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
466
+ 2024-06-25 17:21:54,757 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
467
+ 2024-06-25 17:21:58,647 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
468
+ 2024-06-25 17:21:59,758 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
469
+ 2024-06-25 17:22:03,648 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
470
+ 2024-06-25 17:22:04,759 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
471
+ 2024-06-25 17:22:08,650 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
472
+ 2024-06-25 17:22:09,760 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
473
+ 2024-06-25 17:22:13,651 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
474
+ 2024-06-25 17:22:14,761 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
475
+ 2024-06-25 17:22:18,652 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
476
+ 2024-06-25 17:22:19,762 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
477
+ 2024-06-25 17:22:23,653 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
478
+ 2024-06-25 17:22:24,763 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
479
+ 2024-06-25 17:22:28,654 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
480
+ 2024-06-25 17:22:29,765 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
481
+ 2024-06-25 17:22:33,656 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
482
+ 2024-06-25 17:22:34,766 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
483
+ 2024-06-25 17:22:38,657 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
484
+ 2024-06-25 17:22:39,767 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
485
+ 2024-06-25 17:22:43,658 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
486
+ 2024-06-25 17:22:44,769 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
487
+ 2024-06-25 17:22:48,660 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
488
+ 2024-06-25 17:22:49,770 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
489
+ 2024-06-25 17:22:53,661 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
490
+ 2024-06-25 17:22:54,771 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
491
+ 2024-06-25 17:22:58,662 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
492
+ 2024-06-25 17:22:59,772 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
493
+ 2024-06-25 17:23:03,664 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
494
+ 2024-06-25 17:23:04,773 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
495
+ 2024-06-25 17:23:08,665 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
496
+ 2024-06-25 17:23:09,775 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
497
+ 2024-06-25 17:23:13,666 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
498
+ 2024-06-25 17:23:14,776 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
499
+ 2024-06-25 17:23:18,667 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
500
+ 2024-06-25 17:23:19,777 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
501
+ 2024-06-25 17:23:23,668 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
502
+ 2024-06-25 17:23:24,778 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
503
+ 2024-06-25 17:23:28,670 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
504
+ 2024-06-25 17:23:29,779 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
505
+ 2024-06-25 17:23:33,671 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
506
+ 2024-06-25 17:23:34,781 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
507
+ 2024-06-25 17:23:38,672 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
508
+ 2024-06-25 17:23:39,782 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
509
+ 2024-06-25 17:23:43,673 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
510
+ 2024-06-25 17:23:44,783 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
511
+ 2024-06-25 17:23:48,674 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
512
+ 2024-06-25 17:23:49,784 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
513
+ 2024-06-25 17:23:53,675 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
514
+ 2024-06-25 17:23:54,785 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
515
+ 2024-06-25 17:23:58,676 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
516
+ 2024-06-25 17:23:59,786 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
517
+ 2024-06-25 17:24:03,677 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
518
+ 2024-06-25 17:24:04,787 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
519
+ 2024-06-25 17:24:08,678 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
520
+ 2024-06-25 17:24:09,789 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
521
+ 2024-06-25 17:24:13,679 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
522
+ 2024-06-25 17:24:14,790 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
523
+ 2024-06-25 17:24:18,680 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
524
+ 2024-06-25 17:24:19,791 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
525
+ 2024-06-25 17:24:23,681 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
526
+ 2024-06-25 17:24:24,792 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
527
+ 2024-06-25 17:24:28,683 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
528
+ 2024-06-25 17:24:29,793 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
529
+ 2024-06-25 17:24:33,684 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
530
+ 2024-06-25 17:24:34,794 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
531
+ 2024-06-25 17:24:38,685 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
532
+ 2024-06-25 17:24:39,795 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
533
+ 2024-06-25 17:24:43,686 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
534
+ 2024-06-25 17:24:44,796 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
535
+ 2024-06-25 17:24:48,687 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
536
+ 2024-06-25 17:24:49,797 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
537
+ 2024-06-25 17:24:53,688 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
538
+ 2024-06-25 17:24:54,798 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
539
+ 2024-06-25 17:24:58,689 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
540
+ 2024-06-25 17:24:59,799 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
541
+ 2024-06-25 17:25:03,690 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
542
+ 2024-06-25 17:25:04,800 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
543
+ 2024-06-25 17:25:08,691 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
544
+ 2024-06-25 17:25:09,802 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
545
+ 2024-06-25 17:25:13,693 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
546
+ 2024-06-25 17:25:14,803 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
547
+ 2024-06-25 17:25:18,694 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
548
+ 2024-06-25 17:25:19,804 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
549
+ 2024-06-25 17:25:23,696 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
550
+ 2024-06-25 17:25:24,805 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
551
+ 2024-06-25 17:25:28,697 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
552
+ 2024-06-25 17:25:29,816 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
553
+ 2024-06-25 17:25:32,340 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
554
+ 2024-06-25 17:25:32,340 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
555
+ 2024-06-25 17:25:32,341 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
556
+ 2024-06-25 17:25:32,341 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
557
+ 2024-06-25 17:25:32,341 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
558
+ 2024-06-25 17:25:32,342 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
559
+ 2024-06-25 17:25:32,343 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
560
+ 2024-06-25 17:25:32,344 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
561
+ 2024-06-25 17:25:32,345 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
562
+ 2024-06-25 17:25:33,276 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
563
+ 2024-06-25 17:25:33,276 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
564
+ 2024-06-25 17:25:33,276 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
565
+ 2024-06-25 17:25:33,277 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
566
+ 2024-06-25 17:25:33,277 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
567
+ 2024-06-25 17:25:33,277 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
568
+ 2024-06-25 17:25:33,278 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
569
+ 2024-06-25 17:25:33,278 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
570
+ 2024-06-25 17:25:33,284 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
571
+ 2024-06-25 17:25:33,284 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
572
+ 2024-06-25 17:25:33,284 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
573
+ 2024-06-25 17:25:33,285 DEBUG SenderThread:149 [sender.py:send():382] send: stats
574
+ 2024-06-25 17:25:34,285 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
575
+ 2024-06-25 17:25:34,822 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
576
+ 2024-06-25 17:25:39,287 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
577
+ 2024-06-25 17:25:39,823 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
578
+ 2024-06-25 17:25:41,640 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
579
+ 2024-06-25 17:25:41,640 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
580
+ 2024-06-25 17:25:41,640 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
581
+ 2024-06-25 17:25:41,640 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
582
+ 2024-06-25 17:25:41,641 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
583
+ 2024-06-25 17:25:41,642 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
584
+ 2024-06-25 17:25:41,642 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
585
+ 2024-06-25 17:25:41,643 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
586
+ 2024-06-25 17:25:41,645 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
587
+ 2024-06-25 17:25:41,698 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
588
+ 2024-06-25 17:25:41,698 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
589
+ 2024-06-25 17:25:41,698 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
590
+ 2024-06-25 17:25:41,698 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
591
+ 2024-06-25 17:25:41,700 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
592
+ 2024-06-25 17:25:41,701 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
593
+ 2024-06-25 17:25:41,702 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
594
+ 2024-06-25 17:25:41,702 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
595
+ 2024-06-25 17:25:41,708 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
596
+ 2024-06-25 17:25:41,708 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
597
+ 2024-06-25 17:25:41,709 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
598
+ 2024-06-25 17:25:41,709 DEBUG SenderThread:149 [sender.py:send():382] send: stats
599
+ 2024-06-25 17:25:44,710 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
600
+ 2024-06-25 17:25:44,824 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
601
+ 2024-06-25 17:25:49,711 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
602
+ 2024-06-25 17:25:49,825 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
603
+ 2024-06-25 17:25:54,712 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
604
+ 2024-06-25 17:25:54,826 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
605
+ 2024-06-25 17:25:59,712 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
606
+ 2024-06-25 17:25:59,827 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
607
+ 2024-06-25 17:26:04,713 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
608
+ 2024-06-25 17:26:04,828 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
609
+ 2024-06-25 17:26:09,714 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
610
+ 2024-06-25 17:26:09,829 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
611
+ 2024-06-25 17:26:14,715 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
612
+ 2024-06-25 17:26:14,830 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
613
+ 2024-06-25 17:26:19,715 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
614
+ 2024-06-25 17:26:19,832 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
615
+ 2024-06-25 17:26:24,716 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
616
+ 2024-06-25 17:26:24,833 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
617
+ 2024-06-25 17:26:29,717 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
618
+ 2024-06-25 17:26:29,834 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
619
+ 2024-06-25 17:26:34,718 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
620
+ 2024-06-25 17:26:34,836 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
621
+ 2024-06-25 17:26:35,742 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
622
+ 2024-06-25 17:26:35,743 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
623
+ 2024-06-25 17:26:35,743 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
624
+ 2024-06-25 17:26:35,743 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
625
+ 2024-06-25 17:26:35,744 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
626
+ 2024-06-25 17:26:35,744 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
627
+ 2024-06-25 17:26:35,746 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
628
+ 2024-06-25 17:26:35,747 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
629
+ 2024-06-25 17:26:35,748 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
630
+ 2024-06-25 17:26:39,719 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
631
+ 2024-06-25 17:26:39,837 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
632
+ 2024-06-25 17:26:44,720 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
633
+ 2024-06-25 17:26:44,838 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
634
+ 2024-06-25 17:26:49,720 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
635
+ 2024-06-25 17:26:49,839 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
636
+ 2024-06-25 17:26:54,721 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
637
+ 2024-06-25 17:26:54,840 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
638
+ 2024-06-25 17:26:59,722 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
639
+ 2024-06-25 17:26:59,842 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
640
+ 2024-06-25 17:27:04,723 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
641
+ 2024-06-25 17:27:04,843 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
642
+ 2024-06-25 17:27:09,723 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
643
+ 2024-06-25 17:27:09,844 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
644
+ 2024-06-25 17:27:14,724 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
645
+ 2024-06-25 17:27:14,845 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
646
+ 2024-06-25 17:27:19,725 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
647
+ 2024-06-25 17:27:19,847 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
648
+ 2024-06-25 17:27:24,725 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
649
+ 2024-06-25 17:27:24,849 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
wandb/debug.log ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Current SDK version is 0.16.2
2
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Configure stats pid to 26
3
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
9
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_init.py:_log_setup():526] Logging user logs to /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/logs/debug.log
10
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_init.py:_log_setup():527] Logging internal logs to /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/logs/debug-internal.log
11
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_init.py:_jupyter_setup():472] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x79d64979c5e0>
12
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():566] calling init triggers
13
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():573] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():616] starting backend
16
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():620] setting up manager
17
+ 2024-06-25 17:08:22,681 INFO MainThread:26 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-06-25 17:08:22,684 INFO MainThread:26 [wandb_init.py:init():628] backend started and connected
19
+ 2024-06-25 17:08:22,695 INFO MainThread:26 [wandb_run.py:_label_probe_notebook():1294] probe notebook
20
+ 2024-06-25 17:08:23,447 INFO MainThread:26 [wandb_init.py:init():720] updated telemetry
21
+ 2024-06-25 17:08:23,451 INFO MainThread:26 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
22
+ 2024-06-25 17:08:23,931 INFO MainThread:26 [wandb_run.py:_on_init():2254] communicating current version
23
+ 2024-06-25 17:08:23,982 INFO MainThread:26 [wandb_run.py:_on_init():2263] got version response upgrade_message: "wandb version 0.17.3 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
24
+
25
+ 2024-06-25 17:08:23,982 INFO MainThread:26 [wandb_init.py:init():804] starting run threads in backend
26
+ 2024-06-25 17:08:54,021 INFO MainThread:26 [wandb_run.py:_console_start():2233] atexit reg
27
+ 2024-06-25 17:08:54,022 INFO MainThread:26 [wandb_run.py:_redirect():2088] redirect: wrap_raw
28
+ 2024-06-25 17:08:54,022 INFO MainThread:26 [wandb_run.py:_redirect():2153] Wrapping output streams.
29
+ 2024-06-25 17:08:54,023 INFO MainThread:26 [wandb_run.py:_redirect():2178] Redirects installed.
30
+ 2024-06-25 17:08:54,024 INFO MainThread:26 [wandb_init.py:init():847] run started, returning control to user process
31
+ 2024-06-25 17:08:54,029 INFO MainThread:26 [wandb_run.py:_config_callback():1342] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['RobertaForMaskedLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1', 2: 'LABEL_2', 3: 'LABEL_3', 4: 'LABEL_4', 5: 'LABEL_5', 6: 'LABEL_6', 7: 'LABEL_7', 8: 'LABEL_8', 9: 'LABEL_9', 10: 'LABEL_10', 11: 'LABEL_11', 12: 'LABEL_12', 13: 'LABEL_13', 14: 'LABEL_14', 15: 'LABEL_15', 16: 'LABEL_16', 17: 'LABEL_17', 18: 'LABEL_18', 19: 'LABEL_19', 20: 'LABEL_20', 21: 'LABEL_21'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1, 'LABEL_2': 2, 'LABEL_3': 3, 'LABEL_4': 4, 'LABEL_5': 5, 'LABEL_6': 6, 'LABEL_7': 7, 'LABEL_8': 8, 'LABEL_9': 9, 'LABEL_10': 10, 'LABEL_11': 11, 'LABEL_12': 12, 'LABEL_13': 13, 'LABEL_14': 14, 'LABEL_15': 15, 'LABEL_16': 16, 'LABEL_17': 17, 'LABEL_18': 18, 'LABEL_19': 19, 'LABEL_20': 20, 'LABEL_21': 21}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 0, 'pad_token_id': 1, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'roberta-base', 'transformers_version': '4.36.2', 'model_type': 'roberta', 'vocab_size': 50265, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 514, 'type_vocab_size': 1, 'initializer_range': 0.02, 'layer_norm_eps': 1e-05, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': '/kaggle/working/results', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 3, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'lr_scheduler_kwargs': {}, 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': '/kaggle/working//logs', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': None, 'save_safetensors': True, 'save_on_each_node': False, 'save_only_model': False, 'no_cuda': False, 'use_cpu': False, 'use_mps_device': False, 'seed': 42, 'data_seed': None, 'jit_mode_eval': False, 'use_ipex': False, 'bf16': False, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': '/kaggle/working/results', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'fsdp': [], 'fsdp_min_num_params': 0, 'fsdp_config': {'min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'deepspeed': None, 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': None, 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': ['tensorboard', 'wandb'], 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': False, 'resume_from_checkpoint': None, 'hub_model_id': None, 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'hub_always_push': False, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': None, 'push_to_hub_organization': None, 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': None, 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'dispatch_batches': None, 'split_batches': False, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
32
+ 2024-06-25 17:21:42,154 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
33
+ 2024-06-25 17:21:42,154 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
34
+ 2024-06-25 17:21:42,161 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
35
+ 2024-06-25 17:21:43,344 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
36
+ 2024-06-25 17:21:43,345 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
37
+ 2024-06-25 17:25:32,339 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
38
+ 2024-06-25 17:25:33,275 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
39
+ 2024-06-25 17:25:33,275 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
40
+ 2024-06-25 17:25:41,639 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
41
+ 2024-06-25 17:25:41,697 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
42
+ 2024-06-25 17:25:41,697 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
43
+ 2024-06-25 17:26:35,742 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
wandb/run-20240625_170822-n5fw7h0h/files/conda-environment.yaml ADDED
@@ -0,0 +1,1062 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: base
2
+ channels:
3
+ - pytorch
4
+ - file:///tmp/conda
5
+ - rapidsai
6
+ - nvidia
7
+ - conda-forge
8
+ - defaults
9
+ dependencies:
10
+ - _libgcc_mutex=0.1=conda_forge
11
+ - _openmp_mutex=4.5=2_gnu
12
+ - aiohttp=3.8.5=py310h2372a71_0
13
+ - aiosignal=1.3.1=pyhd8ed1ab_0
14
+ - annotated-types=0.6.0=pyhd8ed1ab_0
15
+ - anyio=3.7.1=pyhd8ed1ab_0
16
+ - archspec=0.2.2=pyhd8ed1ab_0
17
+ - argon2-cffi-bindings=21.2.0=py310h5764c6d_3
18
+ - arrow=1.2.3=pyhd8ed1ab_0
19
+ - arrow-cpp=11.0.0=ha770c72_9_cpu
20
+ - asttokens=2.2.1=pyhd8ed1ab_0
21
+ - async-lru=2.0.4=pyhd8ed1ab_0
22
+ - async-timeout=4.0.3=pyhd8ed1ab_0
23
+ - atk-1.0=2.38.0=hd4edc92_1
24
+ - attrs=23.1.0=pyh71513ae_1
25
+ - aws-c-auth=0.6.26=h987a71b_2
26
+ - aws-c-cal=0.5.21=h48707d8_2
27
+ - aws-c-common=0.8.14=h0b41bf4_0
28
+ - aws-c-compression=0.2.16=h03acc5a_5
29
+ - aws-c-event-stream=0.2.20=h00877a2_4
30
+ - aws-c-http=0.7.6=hf342b9f_0
31
+ - aws-c-io=0.13.19=h5b20300_3
32
+ - aws-c-mqtt=0.8.6=hc4349f7_12
33
+ - aws-c-s3=0.2.7=h909e904_1
34
+ - aws-c-sdkutils=0.1.9=h03acc5a_0
35
+ - aws-checksums=0.1.14=h03acc5a_5
36
+ - aws-crt-cpp=0.19.8=hf7fbfca_12
37
+ - aws-sdk-cpp=1.10.57=h17c43bd_8
38
+ - babel=2.12.1=pyhd8ed1ab_1
39
+ - backcall=0.2.0=pyh9f0ad1d_0
40
+ - backports=1.0=pyhd8ed1ab_3
41
+ - backports.functools_lru_cache=1.6.5=pyhd8ed1ab_0
42
+ - beautifulsoup4=4.12.2=pyha770c72_0
43
+ - bleach=6.0.0=pyhd8ed1ab_0
44
+ - bokeh=3.3.3=pyhd8ed1ab_0
45
+ - boltons=23.0.0=pyhd8ed1ab_0
46
+ - brotli=1.0.9=h166bdaf_9
47
+ - brotli-bin=1.0.9=h166bdaf_9
48
+ - brotlipy=0.7.0=py310h7f8727e_1002
49
+ - bzip2=1.0.8=h7b6447c_0
50
+ - c-ares=1.19.1=hd590300_0
51
+ - ca-certificates=2023.11.17=hbcca054_0
52
+ - cached-property=1.5.2=hd8ed1ab_1
53
+ - cached_property=1.5.2=pyha770c72_1
54
+ - cairo=1.18.0=h3faef2a_0
55
+ - cartopy=0.22.0=py310hcc13569_1
56
+ - catalogue=2.0.10=py310hff52083_0
57
+ - certifi=2023.11.17=pyhd8ed1ab_0
58
+ - cffi=1.15.1=py310h255011f_3
59
+ - charset-normalizer=3.2.0=pyhd8ed1ab_0
60
+ - click=8.1.7=unix_pyh707e725_0
61
+ - cloudpathlib=0.16.0=pyhd8ed1ab_0
62
+ - colorama=0.4.6=pyhd8ed1ab_0
63
+ - comm=0.1.4=pyhd8ed1ab_0
64
+ - conda=23.7.4=py310hff52083_0
65
+ - conda-libmamba-solver=23.7.0=pyhd8ed1ab_0
66
+ - conda-package-handling=2.2.0=pyh38be061_0
67
+ - conda-package-streaming=0.9.0=pyhd8ed1ab_0
68
+ - confection=0.1.4=py310h17c5347_0
69
+ - cryptography=40.0.2=py310h34c0648_0
70
+ - cubinlinker=0.3.0=py310hfdf336d_0
71
+ - cuda-cudart=11.8.89=0
72
+ - cuda-nvrtc=11.8.89=0
73
+ - cuda-profiler-api=11.8.86=0
74
+ - cuda-python=11.8.3=py310hf9913ef_0
75
+ - cuda-version=11.8=h70ddcb2_2
76
+ - cudatoolkit=11.8.0=h4ba93d1_12
77
+ - cudf=23.08.00=cuda11_py310_230809_g8150d38e08_0
78
+ - cuml=23.08.00=cuda11_py310_230809_gd7162cdea_0
79
+ - cupy=12.3.0=py310hf4db66c_0
80
+ - curl=8.5.0=hdbd6064_0
81
+ - cymem=2.0.8=py310hc6cd4ac_1
82
+ - cython-blis=0.7.10=py310h1f7b6fc_2
83
+ - cytoolz=0.12.2=py310h2372a71_1
84
+ - dask-cuda=23.08.00=py310_230809_gefbd6ca_0
85
+ - dask-cudf=23.08.00=cuda11_py310_230809_g8150d38e08_0
86
+ - decorator=5.1.1=pyhd8ed1ab_0
87
+ - defusedxml=0.7.1=pyhd8ed1ab_0
88
+ - distro=1.9.0=pyhd8ed1ab_0
89
+ - dlenv-tf-2-13-gpu=1.0.20230823=py310had803b4_0
90
+ - dlpack=0.5=h9c3ff4c_0
91
+ - entrypoints=0.4=pyhd8ed1ab_0
92
+ - exceptiongroup=1.1.3=pyhd8ed1ab_0
93
+ - executing=1.2.0=pyhd8ed1ab_0
94
+ - expat=2.5.0=hcb278e6_1
95
+ - fastrlock=0.8.2=py310hc6cd4ac_2
96
+ - fftw=3.3.10=nompi_hc118613_108
97
+ - flit-core=3.9.0=pyhd8ed1ab_0
98
+ - fmt=9.1.0=h924138e_0
99
+ - font-ttf-dejavu-sans-mono=2.37=hab24e00_0
100
+ - font-ttf-inconsolata=3.000=h77eed37_0
101
+ - font-ttf-source-code-pro=2.038=h77eed37_0
102
+ - font-ttf-ubuntu=0.83=h77eed37_1
103
+ - fontconfig=2.14.2=h14ed4e7_0
104
+ - fonts-conda-ecosystem=1=0
105
+ - fonts-conda-forge=1=0
106
+ - fqdn=1.5.1=pyhd8ed1ab_0
107
+ - freetype=2.12.1=h267a509_2
108
+ - fribidi=1.0.10=h36c2ea0_0
109
+ - frozenlist=1.4.0=py310h2372a71_0
110
+ - gdk-pixbuf=2.42.10=h829c605_4
111
+ - geos=3.11.1=h27087fc_0
112
+ - gettext=0.21.1=h27087fc_0
113
+ - gflags=2.2.2=he1b5a44_1004
114
+ - ghostscript=10.02.1=h59595ed_0
115
+ - giflib=5.2.1=h0b41bf4_3
116
+ - glog=0.6.0=h6f12383_0
117
+ - gmock=1.14.0=ha770c72_1
118
+ - google-api-core-grpc=2.11.1=hd8ed1ab_0
119
+ - google-auth=2.22.0=pyh1a96a4e_0
120
+ - google-cloud-core=2.3.3=pyhd8ed1ab_0
121
+ - google-cloud-datastore=2.19.0=pyhd8ed1ab_0
122
+ - googleapis-common-protos=1.60.0=pyhd8ed1ab_0
123
+ - graphite2=1.3.13=h58526e2_1001
124
+ - graphviz=9.0.0=h78e8752_1
125
+ - grpc-cpp=1.51.1=h27aab58_3
126
+ - gtest=1.14.0=h00ab1b0_1
127
+ - gtk2=2.24.33=h7f000aa_3
128
+ - gts=0.7.6=h977cf35_4
129
+ - harfbuzz=8.3.0=h3d44ed6_0
130
+ - icu=73.2=h59595ed_0
131
+ - idna=3.4=pyhd8ed1ab_0
132
+ - imagemagick=7.1.1_21=pl5321hdc43972_1
133
+ - importlib-metadata=6.8.0=pyha770c72_0
134
+ - importlib_metadata=6.8.0=hd8ed1ab_0
135
+ - importlib_resources=6.0.1=pyhd8ed1ab_0
136
+ - intel-openmp=2023.1.0=hdb19cb5_46306
137
+ - ipykernel=6.25.1=pyh71e2992_0
138
+ - ipython=8.14.0=pyh41d4057_0
139
+ - ipython_genutils=0.2.0=py_1
140
+ - isoduration=20.11.0=pyhd8ed1ab_0
141
+ - jbig=2.1=h7f98852_2003
142
+ - jedi=0.19.0=pyhd8ed1ab_0
143
+ - jinja2=3.1.2=pyhd8ed1ab_1
144
+ - joblib=1.3.2=pyhd8ed1ab_0
145
+ - json5=0.9.14=pyhd8ed1ab_0
146
+ - jsonpatch=1.32=pyhd8ed1ab_0
147
+ - jsonpointer=2.0=py_0
148
+ - jsonschema=4.19.0=pyhd8ed1ab_1
149
+ - jsonschema-specifications=2023.7.1=pyhd8ed1ab_0
150
+ - jsonschema-with-format-nongpl=4.19.0=pyhd8ed1ab_1
151
+ - jupyter_client=7.4.9=pyhd8ed1ab_0
152
+ - jupyter_core=5.3.1=py310hff52083_0
153
+ - jupyter_server=2.7.1=pyhd8ed1ab_0
154
+ - jupyter_server_terminals=0.4.4=pyhd8ed1ab_1
155
+ - jupyterlab_pygments=0.2.2=pyhd8ed1ab_0
156
+ - jupyterlab_server=2.24.0=pyhd8ed1ab_0
157
+ - keyutils=1.6.1=h166bdaf_0
158
+ - krb5=1.20.1=h81ceb04_0
159
+ - langcodes=3.3.0=pyhd8ed1ab_0
160
+ - lcms2=2.16=hb7c19ff_0
161
+ - ld_impl_linux-64=2.40=h41732ed_0
162
+ - lerc=4.0.0=h27087fc_0
163
+ - libabseil=20230125.0=cxx17_hcb278e6_1
164
+ - libarchive=3.6.2=h039dbb9_1
165
+ - libarrow=11.0.0=h33598ff_9_cpu
166
+ - libblas=3.9.0=20_linux64_openblas
167
+ - libbrotlicommon=1.0.9=h166bdaf_9
168
+ - libbrotlidec=1.0.9=h166bdaf_9
169
+ - libbrotlienc=1.0.9=h166bdaf_9
170
+ - libcblas=3.9.0=20_linux64_openblas
171
+ - libcrc32c=1.1.2=h9c3ff4c_0
172
+ - libcublas=11.11.3.6=0
173
+ - libcublas-dev=11.11.3.6=0
174
+ - libcudf=23.08.00=cuda11_230809_g8150d38e08_0
175
+ - libcufft=10.9.0.58=0
176
+ - libcufile=1.4.0.31=0
177
+ - libcufile-dev=1.4.0.31=0
178
+ - libcuml=23.08.00=cuda11_230809_gd7162cdea_0
179
+ - libcumlprims=23.08.00=cuda11_230809_g71c0a86_0
180
+ - libcurand=10.3.0.86=0
181
+ - libcurand-dev=10.3.0.86=0
182
+ - libcurl=8.5.0=h251f7ec_0
183
+ - libcusolver=11.4.1.48=0
184
+ - libcusolver-dev=11.4.1.48=0
185
+ - libcusparse=11.7.5.86=0
186
+ - libcusparse-dev=11.7.5.86=0
187
+ - libdeflate=1.19=hd590300_0
188
+ - libedit=3.1.20191231=he28a2e2_2
189
+ - libev=4.33=hd590300_2
190
+ - libevent=2.1.10=h28343ad_4
191
+ - libexpat=2.5.0=hcb278e6_1
192
+ - libffi=3.4.2=h7f98852_5
193
+ - libgcc=7.2.0=h69d50b8_2
194
+ - libgcc-ng=13.1.0=he5830b7_0
195
+ - libgd=2.3.3=h119a65a_9
196
+ - libgfortran-ng=13.2.0=h69a702a_0
197
+ - libgfortran5=13.2.0=ha4646dd_0
198
+ - libglib=2.78.3=h783c2da_0
199
+ - libgomp=13.1.0=he5830b7_0
200
+ - libgoogle-cloud=2.8.0=h3c06191_0
201
+ - libgrpc=1.51.1=hcf146ea_3
202
+ - libiconv=1.17=hd590300_2
203
+ - libjpeg-turbo=3.0.0=hd590300_1
204
+ - libkvikio=23.08.00=cuda11_230809_g51a9036_0
205
+ - liblapack=3.9.0=20_linux64_openblas
206
+ - libllvm14=14.0.6=hcd5def8_4
207
+ - libmamba=1.5.0=h658169a_0
208
+ - libmambapy=1.5.0=py310h8aae740_0
209
+ - libnghttp2=1.57.0=h2d74bed_0
210
+ - libnsl=2.0.0=h7f98852_0
211
+ - libnuma=2.0.16=h0b41bf4_1
212
+ - libopenblas=0.3.25=pthreads_h413a1c8_0
213
+ - libpng=1.6.39=h753d276_0
214
+ - libprotobuf=3.21.12=hfc55251_2
215
+ - libraft=23.08.00=cuda11_230809_ge588d7b5_0
216
+ - libraft-headers=23.08.00=cuda11_230809_ge588d7b5_0
217
+ - libraft-headers-only=23.08.00=cuda11_230809_ge588d7b5_0
218
+ - librmm=23.08.00=cuda11_230809_gf3af0e8d_0
219
+ - librsvg=2.56.3=h98fae49_0
220
+ - libsodium=1.0.18=h36c2ea0_1
221
+ - libsolv=0.7.27=hfc55251_0
222
+ - libsqlite=3.42.0=h2797004_0
223
+ - libssh2=1.11.0=h0841786_0
224
+ - libstdcxx-ng=13.1.0=hfd8a6a1_0
225
+ - libthrift=0.18.0=h5e4af38_0
226
+ - libtiff=4.6.0=ha9c0a0a_2
227
+ - libutf8proc=2.8.0=h166bdaf_0
228
+ - libuuid=2.38.1=h0b41bf4_0
229
+ - libuv=1.44.2=hd590300_1
230
+ - libwebp=1.3.2=h658648e_1
231
+ - libwebp-base=1.3.2=hd590300_0
232
+ - libxcb=1.15=h0b41bf4_0
233
+ - libxcrypt=4.4.36=hd590300_1
234
+ - libxml2=2.11.6=h232c23b_0
235
+ - libzlib=1.2.13=hd590300_5
236
+ - llvm-openmp=8.0.1=hc9558a2_0
237
+ - locket=1.0.0=pyhd8ed1ab_0
238
+ - lz4-c=1.9.4=hcb278e6_0
239
+ - lzo=2.10=h516909a_1000
240
+ - magma-cuda118=2.6.1=1
241
+ - mamba=1.5.0=py310h51d5547_0
242
+ - markdown-it-py=3.0.0=pyhd8ed1ab_0
243
+ - markupsafe=2.1.3=py310h2372a71_0
244
+ - matplotlib-base=3.8.2=py310h62c0568_0
245
+ - matplotlib-inline=0.1.6=pyhd8ed1ab_0
246
+ - mdurl=0.1.2=pyhd8ed1ab_0
247
+ - menuinst=2.0.1=py310hff52083_0
248
+ - mkl=2023.1.0=h213fc3f_46344
249
+ - msgpack-python=1.0.7=py310hd41b1e2_0
250
+ - multidict=6.0.4=py310h1fa729e_0
251
+ - munkres=1.1.4=pyh9f0ad1d_0
252
+ - murmurhash=1.0.10=py310hc6cd4ac_1
253
+ - nb_conda=2.2.1=unix_6
254
+ - nb_conda_kernels=2.3.1=py310hff52083_2
255
+ - nbclassic=1.0.0=pyh8b2e9e2_0
256
+ - nbformat=5.9.2=pyhd8ed1ab_0
257
+ - nccl=2.19.4.1=h6103f9b_0
258
+ - ncurses=6.4=hcb278e6_0
259
+ - nodejs=6.13.1=0
260
+ - notebook-shim=0.2.3=pyhd8ed1ab_0
261
+ - nvcomp=2.6.1=h838ba91_3
262
+ - nvtx=0.2.8=py310h2372a71_1
263
+ - openjpeg=2.5.0=h488ebb8_3
264
+ - openmp=8.0.1=0
265
+ - openssl=3.2.0=hd590300_1
266
+ - orc=1.8.2=hfdbbad2_2
267
+ - pandocfilters=1.5.0=pyhd8ed1ab_0
268
+ - pango=1.50.14=ha41ecd1_2
269
+ - parquet-cpp=1.5.1=2
270
+ - parso=0.8.3=pyhd8ed1ab_0
271
+ - partd=1.4.1=pyhd8ed1ab_0
272
+ - pathy=0.10.3=py310h06a4308_0
273
+ - pcre2=10.42=hcad00b1_0
274
+ - perl=5.32.1=7_hd590300_perl5
275
+ - pexpect=4.8.0=pyh1a96a4e_2
276
+ - pickleshare=0.7.5=py_1003
277
+ - pip=23.2.1=pyhd8ed1ab_0
278
+ - pixman=0.43.0=h59595ed_0
279
+ - pkg-config=0.29.2=h36c2ea0_1008
280
+ - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_0
281
+ - pluggy=1.2.0=pyhd8ed1ab_0
282
+ - preshed=3.0.9=py310hc6cd4ac_1
283
+ - proj=9.3.1=he5811b7_0
284
+ - prometheus_client=0.17.1=pyhd8ed1ab_0
285
+ - prompt-toolkit=3.0.39=pyha770c72_0
286
+ - prompt_toolkit=3.0.39=hd8ed1ab_0
287
+ - pthread-stubs=0.4=h36c2ea0_1001
288
+ - ptxcompiler=0.8.1=py310h70a93da_2
289
+ - ptyprocess=0.7.0=pyhd3deb0d_0
290
+ - pure_eval=0.2.2=pyhd8ed1ab_0
291
+ - pyarrow=11.0.0=py310h633f555_9_cpu
292
+ - pybind11-abi=4=hd8ed1ab_3
293
+ - pycosat=0.6.4=py310h5764c6d_1
294
+ - pydantic-core=2.14.6=py310hcb5633a_1
295
+ - pygments=2.16.1=pyhd8ed1ab_0
296
+ - pylibraft=23.08.00=cuda11_py310_230809_ge588d7b5_0
297
+ - pynvml=11.4.1=pyhd8ed1ab_0
298
+ - pyopenssl=23.2.0=pyhd8ed1ab_1
299
+ - pyproj=3.6.1=py310hd5c30f3_5
300
+ - pyshp=2.3.1=pyhd8ed1ab_0
301
+ - pysocks=1.7.1=py310h06a4308_0
302
+ - python=3.10.12=hd12c33a_0_cpython
303
+ - python-dateutil=2.8.2=pyhd8ed1ab_0
304
+ - python-fastjsonschema=2.18.0=pyhd8ed1ab_0
305
+ - python-json-logger=2.0.7=pyhd8ed1ab_0
306
+ - python_abi=3.10=3_cp310
307
+ - pytz=2023.3=pyhd8ed1ab_0
308
+ - pyu2f=0.1.5=pyhd8ed1ab_0
309
+ - pyyaml=6.0.1=py310h2372a71_0
310
+ - pyzmq=24.0.1=py310h330234f_1
311
+ - raft-dask=23.08.00=cuda11_py310_230809_ge588d7b5_0
312
+ - rdma-core=28.9=h59595ed_1
313
+ - re2=2023.02.02=hcb278e6_0
314
+ - readline=8.2=h8228510_1
315
+ - referencing=0.30.2=pyhd8ed1ab_0
316
+ - reproc=14.2.4.post0=hd590300_1
317
+ - reproc-cpp=14.2.4.post0=h59595ed_1
318
+ - requests=2.31.0=pyhd8ed1ab_0
319
+ - rfc3339-validator=0.1.4=pyhd8ed1ab_0
320
+ - rfc3986-validator=0.1.1=pyh9f0ad1d_0
321
+ - rmm=23.08.00=cuda11_py310_230809_gf3af0e8d_0
322
+ - rpds-py=0.9.2=py310hcb5633a_0
323
+ - rsa=4.9=pyhd8ed1ab_0
324
+ - ruamel.yaml=0.17.32=py310h2372a71_0
325
+ - ruamel.yaml.clib=0.2.7=py310h1fa729e_1
326
+ - ruamel_yaml=0.15.100=py310h7f8727e_0
327
+ - s2n=1.3.41=h3358134_0
328
+ - send2trash=1.8.2=pyh41d4057_0
329
+ - setuptools=68.1.2=pyhd8ed1ab_0
330
+ - shapely=1.8.5=py310h5b266fc_2
331
+ - shellingham=1.5.4=pyhd8ed1ab_0
332
+ - smart_open=6.4.0=pyhd8ed1ab_0
333
+ - snappy=1.1.10=h9fff704_0
334
+ - sniffio=1.3.0=pyhd8ed1ab_0
335
+ - sortedcontainers=2.4.0=pyhd8ed1ab_0
336
+ - spacy=3.7.2=py310hcb52e73_0
337
+ - spacy-legacy=3.0.12=pyhd8ed1ab_0
338
+ - spacy-loggers=1.0.5=pyhd8ed1ab_0
339
+ - spdlog=1.11.0=h9b3ece8_1
340
+ - sqlite=3.42.0=h2c6b66d_0
341
+ - srsly=2.4.8=py310hc6cd4ac_1
342
+ - stack_data=0.6.2=pyhd8ed1ab_0
343
+ - tblib=3.0.0=pyhd8ed1ab_0
344
+ - terminado=0.17.1=pyh41d4057_0
345
+ - thinc=8.2.2=py310hcb52e73_0
346
+ - tinycss2=1.2.1=pyhd8ed1ab_0
347
+ - tk=8.6.13=noxft_h4845f30_101
348
+ - tomli=2.0.1=pyhd8ed1ab_0
349
+ - toolz=0.12.0=pyhd8ed1ab_0
350
+ - tornado=6.3.3=py310h2372a71_0
351
+ - tqdm=4.66.1=pyhd8ed1ab_0
352
+ - traitlets=5.9.0=pyhd8ed1ab_0
353
+ - treelite=3.2.0=py310h1be96d9_0
354
+ - truststore=0.8.0=pyhd8ed1ab_0
355
+ - typer=0.9.0=pyhd8ed1ab_0
356
+ - typing_extensions=4.7.1=pyha770c72_0
357
+ - typing_utils=0.1.0=pyhd8ed1ab_0
358
+ - ucx=1.14.1=h64cca9d_5
359
+ - ucx-proc=1.0.0=gpu
360
+ - ucx-py=0.33.00=py310_230809_gea1eb8f_0
361
+ - unicodedata2=15.1.0=py310h2372a71_0
362
+ - uri-template=1.3.0=pyhd8ed1ab_0
363
+ - wasabi=1.1.2=py310hff52083_0
364
+ - wcwidth=0.2.6=pyhd8ed1ab_0
365
+ - weasel=0.3.4=pyhd8ed1ab_0
366
+ - webcolors=1.13=pyhd8ed1ab_0
367
+ - websocket-client=1.6.2=pyhd8ed1ab_0
368
+ - wheel=0.41.2=pyhd8ed1ab_0
369
+ - xorg-kbproto=1.0.7=h7f98852_1002
370
+ - xorg-libice=1.1.1=hd590300_0
371
+ - xorg-libsm=1.2.4=h7391055_0
372
+ - xorg-libx11=1.8.7=h8ee46fc_0
373
+ - xorg-libxau=1.0.11=hd590300_0
374
+ - xorg-libxdmcp=1.1.3=h7f98852_0
375
+ - xorg-libxext=1.3.4=h0b41bf4_2
376
+ - xorg-libxrender=0.9.11=hd590300_0
377
+ - xorg-libxt=1.3.0=hd590300_1
378
+ - xorg-renderproto=0.11.1=h7f98852_1002
379
+ - xorg-xextproto=7.3.0=h0b41bf4_1003
380
+ - xorg-xproto=7.0.31=h7f98852_1007
381
+ - xyzservices=2023.10.1=pyhd8ed1ab_0
382
+ - xz=5.2.6=h166bdaf_0
383
+ - yaml=0.2.5=h7b6447c_0
384
+ - yaml-cpp=0.7.0=h59595ed_3
385
+ - yarl=1.9.2=py310h2372a71_0
386
+ - zeromq=4.3.4=h9c3ff4c_1
387
+ - zict=3.0.0=pyhd8ed1ab_0
388
+ - zipp=3.16.2=pyhd8ed1ab_0
389
+ - zlib=1.2.13=hd590300_5
390
+ - zstandard=0.22.0=py310h1275a96_0
391
+ - zstd=1.5.5=hfc55251_0
392
+ - pip:
393
+ - absl-py==1.4.0
394
+ - accelerate==0.25.0
395
+ - access==1.1.9
396
+ - affine==2.4.0
397
+ - aiobotocore==2.9.0
398
+ - aiohttp-cors==0.7.0
399
+ - aioitertools==0.11.0
400
+ - aiorwlock==1.3.0
401
+ - albumentations==1.3.1
402
+ - alembic==1.13.1
403
+ - altair==5.2.0
404
+ - annoy==1.17.3
405
+ - ansiwrap==0.8.4
406
+ - apache-beam==2.46.0
407
+ - aplus==0.11.0
408
+ - appdirs==1.4.4
409
+ - argon2-cffi==23.1.0
410
+ - array-record==0.4.1
411
+ - arviz==0.12.1
412
+ - astroid==3.0.2
413
+ - astropy==6.0.0
414
+ - astropy-iers-data==0.2024.1.8.0.30.55
415
+ - astunparse==1.6.3
416
+ - audioread==3.0.1
417
+ - autopep8==2.0.4
418
+ - backoff==2.2.1
419
+ - bayesian-optimization==1.4.3
420
+ - bayespy==0.5.26
421
+ - beatrix-jupyterlab==2023.814.150030
422
+ - bidict==0.22.1
423
+ - biopython==1.82
424
+ - blake3==0.2.1
425
+ - blessed==1.20.0
426
+ - blinker==1.7.0
427
+ - blosc2==2.4.0
428
+ - boruta==0.3
429
+ - boto3==1.26.100
430
+ - botocore==1.33.13
431
+ - bqplot==0.12.42
432
+ - branca==0.7.0
433
+ - brewer2mpl==1.4.1
434
+ - cachetools==4.2.4
435
+ - catalyst==22.4
436
+ - catboost==1.2.2
437
+ - category-encoders==2.6.3
438
+ - cesium==0.12.1
439
+ - cftime==1.6.3
440
+ - chex==0.1.85
441
+ - cleverhans==4.0.0
442
+ - click-plugins==1.1.1
443
+ - cligj==0.7.2
444
+ - cloud-tpu-client==0.10
445
+ - cloud-tpu-profiler==2.4.0
446
+ - cloudpickle==2.2.1
447
+ - cmdstanpy==1.2.0
448
+ - cmudict==1.0.16
449
+ - colorcet==3.0.1
450
+ - colorful==0.5.5
451
+ - colorlog==6.8.0
452
+ - colorlover==0.3.0
453
+ - conda-content-trust==0+unknown
454
+ - contextily==1.5.0
455
+ - contourpy==1.1.0
456
+ - convertdate==2.4.0
457
+ - crcmod==1.7
458
+ - cubinlinker-cu11==0.3.0.post1
459
+ - cufflinks==0.17.3
460
+ - cvxcanon==0.1.2
461
+ - cycler==0.11.0
462
+ - cysignals==1.11.4
463
+ - cython==3.0.0
464
+ - daal==2024.0.1
465
+ - daal4py==2024.0.1
466
+ - dacite==1.8.1
467
+ - dask==2023.12.1
468
+ - dataclasses-json==0.6.3
469
+ - datasets==2.1.0
470
+ - datashader==0.16.0
471
+ - datatile==1.0.3
472
+ - db-dtypes==1.1.1
473
+ - deap==1.4.1
474
+ - debugpy==1.6.7.post1
475
+ - delorean==1.0.0
476
+ - deprecat==2.1.1
477
+ - deprecated==1.2.14
478
+ - deprecation==2.1.0
479
+ - descartes==1.1.0
480
+ - dill==0.3.7
481
+ - dipy==1.7.0
482
+ - distlib==0.3.7
483
+ - distributed==2023.12.1
484
+ - dm-tree==0.1.8
485
+ - docker==6.1.3
486
+ - docker-pycreds==0.4.0
487
+ - docopt==0.6.2
488
+ - docstring-parser==0.15
489
+ - docstring-to-markdown==0.13
490
+ - docutils==0.20.1
491
+ - earthengine-api==0.1.384
492
+ - easydict==1.11
493
+ - easyocr==1.7.1
494
+ - ecos==2.0.12
495
+ - eli5==0.13.0
496
+ - emoji==2.9.0
497
+ - en-core-web-lg==3.7.1
498
+ - en-core-web-sm==3.7.1
499
+ - ephem==4.1.5
500
+ - esda==2.5.1
501
+ - essentia==2.1b6.dev1110
502
+ - et-xmlfile==1.1.0
503
+ - etils==1.4.1
504
+ - explainable-ai-sdk==1.3.3
505
+ - farama-notifications==0.0.4
506
+ - fastai==2.7.13
507
+ - fastapi==0.101.1
508
+ - fastavro==1.8.2
509
+ - fastcore==1.5.29
510
+ - fastdownload==0.0.7
511
+ - fasteners==0.18
512
+ - fastprogress==1.0.3
513
+ - fasttext==0.9.2
514
+ - fbpca==1.0
515
+ - feather-format==0.4.1
516
+ - featuretools==1.28.0
517
+ - filelock==3.12.2
518
+ - fiona==1.9.5
519
+ - fitter==1.7.0
520
+ - flake8==6.1.0
521
+ - flashtext==2.7
522
+ - flask==3.0.0
523
+ - flatbuffers==23.5.26
524
+ - flax==0.7.5
525
+ - folium==0.15.1
526
+ - fonttools==4.42.1
527
+ - frozendict==2.4.0
528
+ - fsspec==2023.6.0
529
+ - funcy==2.0
530
+ - fury==0.9.0
531
+ - future==0.18.3
532
+ - fuzzywuzzy==0.18.0
533
+ - gast==0.4.0
534
+ - gatspy==0.3
535
+ - gcsfs==2023.6.0
536
+ - gensim==4.3.2
537
+ - geographiclib==2.0
538
+ - geohash==1.0
539
+ - geojson==3.1.0
540
+ - geopandas==0.14.2
541
+ - geoplot==0.5.1
542
+ - geopy==2.4.1
543
+ - geoviews==1.11.0
544
+ - ggplot==0.11.5
545
+ - giddy==2.3.4
546
+ - gitdb==4.0.10
547
+ - gitpython==3.1.32
548
+ - google-ai-generativelanguage==0.4.0
549
+ - google-api-core==2.15.0
550
+ - google-api-python-client==2.113.0
551
+ - google-apitools==0.5.31
552
+ - google-auth-httplib2==0.1.0
553
+ - google-auth-oauthlib==1.0.0
554
+ - google-cloud-aiplatform==0.6.0a1
555
+ - google-cloud-artifact-registry==1.8.3
556
+ - google-cloud-automl==1.0.1
557
+ - google-cloud-bigquery==2.34.4
558
+ - google-cloud-bigtable==1.7.3
559
+ - google-cloud-dlp==3.12.2
560
+ - google-cloud-language==2.12.0
561
+ - google-cloud-monitoring==2.15.1
562
+ - google-cloud-pubsub==2.18.3
563
+ - google-cloud-pubsublite==1.8.3
564
+ - google-cloud-recommendations-ai==0.7.1
565
+ - google-cloud-resource-manager==1.10.3
566
+ - google-cloud-spanner==3.40.1
567
+ - google-cloud-storage==1.44.0
568
+ - google-cloud-translate==3.12.1
569
+ - google-cloud-videointelligence==2.12.0
570
+ - google-cloud-vision==2.8.0
571
+ - google-crc32c==1.5.0
572
+ - google-generativeai==0.3.2
573
+ - google-pasta==0.2.0
574
+ - google-resumable-media==2.5.0
575
+ - gplearn==0.4.2
576
+ - gpustat==1.0.0
577
+ - gpxpy==1.6.2
578
+ - greenlet==2.0.2
579
+ - grpc-google-iam-v1==0.12.6
580
+ - grpcio==1.57.0
581
+ - grpcio-status==1.48.2
582
+ - gviz-api==1.10.0
583
+ - gym==0.26.2
584
+ - gym-notices==0.0.8
585
+ - gymnasium==0.29.0
586
+ - gymnasium-notices==0.0.1
587
+ - h11==0.14.0
588
+ - h2o==3.44.0.3
589
+ - h5py==3.9.0
590
+ - haversine==2.8.0
591
+ - hdfs==2.7.2
592
+ - hep-ml==0.7.2
593
+ - hijri-converter==2.3.1
594
+ - hmmlearn==0.3.0
595
+ - holidays==0.24
596
+ - holoviews==1.18.1
597
+ - hpsklearn==0.1.0
598
+ - html5lib==1.1
599
+ - htmlmin==0.1.12
600
+ - httplib2==0.21.0
601
+ - httptools==0.6.1
602
+ - huggingface-hub==0.20.2
603
+ - humanize==4.9.0
604
+ - hunspell==0.5.5
605
+ - husl==4.0.3
606
+ - hydra-slayer==0.5.0
607
+ - hyperopt==0.2.7
608
+ - hypertools==0.8.0
609
+ - igraph==0.11.3
610
+ - imagecodecs==2024.1.1
611
+ - imagehash==4.3.1
612
+ - imageio==2.31.1
613
+ - imbalanced-learn==0.11.0
614
+ - imgaug==0.4.0
615
+ - inequality==1.0.1
616
+ - iniconfig==2.0.0
617
+ - ipydatawidgets==4.3.5
618
+ - ipyleaflet==0.18.1
619
+ - ipympl==0.7.0
620
+ - ipython-genutils==0.2.0
621
+ - ipython-sql==0.5.0
622
+ - ipyvolume==0.6.3
623
+ - ipyvue==1.10.1
624
+ - ipyvuetify==1.8.10
625
+ - ipywebrtc==0.6.0
626
+ - ipywidgets==7.7.1
627
+ - isort==5.13.2
628
+ - isoweek==1.3.3
629
+ - itsdangerous==2.1.2
630
+ - janome==0.5.0
631
+ - jaraco-classes==3.3.0
632
+ - jax==0.4.21
633
+ - jaxlib==0.4.21+cuda11.cudnn86
634
+ - jeepney==0.8.0
635
+ - jieba==0.42.1
636
+ - jmespath==1.0.1
637
+ - jupyter-console==6.6.3
638
+ - jupyter-events==0.9.0
639
+ - jupyter-http-over-ws==0.0.8
640
+ - jupyter-lsp==1.5.1
641
+ - jupyter-server==2.12.3
642
+ - jupyter-server-mathjax==0.2.6
643
+ - jupyter-server-proxy==4.0.0
644
+ - jupyterlab==4.0.10
645
+ - jupyterlab-git==0.42.0
646
+ - jupyterlab-lsp==5.0.1
647
+ - jupyterlab-widgets==3.0.8
648
+ - jupytext==1.15.0
649
+ - kaggle==1.6.2
650
+ - kaggle-environments==1.14.3
651
+ - kagglehub==0.1.5
652
+ - keras==2.13.1
653
+ - keras-core==0.1.7
654
+ - keras-cv==0.8.1
655
+ - keras-nlp==0.7.0
656
+ - keras-tuner==1.3.5
657
+ - keyring==24.2.0
658
+ - keyrings-google-artifactregistry-auth==1.1.2
659
+ - kfp==2.0.1
660
+ - kfp-pipeline-spec==0.2.2
661
+ - kfp-server-api==2.0.1
662
+ - kiwisolver==1.4.4
663
+ - kmapper==2.0.1
664
+ - kmodes==0.12.2
665
+ - korean-lunar-calendar==0.3.1
666
+ - kornia==0.7.1
667
+ - kt-legacy==1.0.5
668
+ - kubernetes==26.1.0
669
+ - langid==1.1.6
670
+ - lazy-loader==0.3
671
+ - learntools==0.3.4
672
+ - leven==1.0.4
673
+ - levenshtein==0.23.0
674
+ - libclang==16.0.6
675
+ - libpysal==4.9.2
676
+ - librosa==0.10.1
677
+ - lightgbm==3.3.2
678
+ - lightning-utilities==0.10.0
679
+ - lime==0.2.0.1
680
+ - line-profiler==4.1.2
681
+ - linkify-it-py==2.0.2
682
+ - llvmlite==0.40.1
683
+ - lml==0.1.0
684
+ - loguru==0.7.2
685
+ - lunarcalendar==0.0.9
686
+ - lxml==5.1.0
687
+ - lz4==4.3.2
688
+ - mako==1.3.0
689
+ - mapclassify==2.6.0
690
+ - marisa-trie==1.1.0
691
+ - markdown==3.4.4
692
+ - markovify==0.9.4
693
+ - marshmallow==3.20.2
694
+ - matplotlib==3.7.4
695
+ - matplotlib-venn==0.11.9
696
+ - mccabe==0.7.0
697
+ - mdit-py-plugins==0.4.0
698
+ - memory-profiler==0.61.0
699
+ - mercantile==1.2.1
700
+ - mgwr==2.2.1
701
+ - missingno==0.5.2
702
+ - mistune==0.8.4
703
+ - mizani==0.10.0
704
+ - ml-dtypes==0.3.2
705
+ - mlcrate==0.2.0
706
+ - mlens==0.2.3
707
+ - mlxtend==0.23.1
708
+ - mmh3==4.1.0
709
+ - mne==1.6.0
710
+ - mnist==0.2.2
711
+ - mock==5.1.0
712
+ - momepy==0.7.0
713
+ - more-itertools==10.1.0
714
+ - mpld3==0.5.10
715
+ - mpmath==1.3.0
716
+ - msgpack==1.0.5
717
+ - msgpack-numpy==0.4.8
718
+ - multimethod==1.9.1
719
+ - multipledispatch==1.0.0
720
+ - multiprocess==0.70.15
721
+ - mypy-extensions==1.0.0
722
+ - namex==0.0.7
723
+ - nbclient==0.5.13
724
+ - nbconvert==6.4.5
725
+ - nbdime==3.2.0
726
+ - ndindex==1.7
727
+ - nest-asyncio==1.5.7
728
+ - netcdf4==1.6.5
729
+ - networkx==3.1
730
+ - nibabel==5.2.0
731
+ - nilearn==0.10.2
732
+ - ninja==1.11.1.1
733
+ - nltk==3.2.4
734
+ - nose==1.3.7
735
+ - notebook==6.5.5
736
+ - notebook-executor==0.2
737
+ - numba==0.57.1
738
+ - numexpr==2.8.8
739
+ - numpy==1.24.3
740
+ - nvidia-ml-py==11.495.46
741
+ - oauth2client==4.1.3
742
+ - oauthlib==3.2.2
743
+ - objsize==0.6.1
744
+ - odfpy==1.4.1
745
+ - olefile==0.47
746
+ - onnx==1.15.0
747
+ - opencensus==0.11.2
748
+ - opencensus-context==0.1.3
749
+ - opencv-contrib-python==4.9.0.80
750
+ - opencv-python==4.9.0.80
751
+ - opencv-python-headless==4.9.0.80
752
+ - openpyxl==3.1.2
753
+ - openslide-python==1.3.1
754
+ - opentelemetry-api==1.19.0
755
+ - opentelemetry-exporter-otlp==1.19.0
756
+ - opentelemetry-exporter-otlp-proto-common==1.19.0
757
+ - opentelemetry-exporter-otlp-proto-grpc==1.19.0
758
+ - opentelemetry-exporter-otlp-proto-http==1.19.0
759
+ - opentelemetry-proto==1.19.0
760
+ - opentelemetry-sdk==1.19.0
761
+ - opentelemetry-semantic-conventions==0.40b0
762
+ - opt-einsum==3.3.0
763
+ - optax==0.1.7
764
+ - optuna==3.5.0
765
+ - orbax-checkpoint==0.4.8
766
+ - orderedmultidict==1.0.1
767
+ - orjson==3.9.5
768
+ - ortools==9.4.1874
769
+ - osmnx==1.1.1
770
+ - overrides==6.5.0
771
+ - packaging==21.3
772
+ - pandas==2.1.4
773
+ - pandas-datareader==0.10.0
774
+ - pandas-profiling==3.6.6
775
+ - pandas-summary==0.2.0
776
+ - pandasql==0.7.3
777
+ - panel==1.3.6
778
+ - papermill==2.4.0
779
+ - param==2.0.1
780
+ - path==16.9.0
781
+ - path-py==12.5.0
782
+ - pathos==0.3.1
783
+ - patsy==0.5.3
784
+ - pdf2image==1.17.0
785
+ - pettingzoo==1.24.0
786
+ - phik==0.12.3
787
+ - pillow==9.5.0
788
+ - platformdirs==4.1.0
789
+ - plotly==5.16.1
790
+ - plotly-express==0.4.1
791
+ - plotnine==0.10.1
792
+ - pointpats==2.4.0
793
+ - polars==0.20.3
794
+ - polyglot==16.7.4
795
+ - pooch==1.8.0
796
+ - pox==0.3.3
797
+ - ppca==0.0.4
798
+ - ppft==1.7.6.7
799
+ - preprocessing==0.1.13
800
+ - prettytable==3.8.0
801
+ - progressbar2==4.3.2
802
+ - promise==2.3
803
+ - pronouncing==0.2.0
804
+ - prophet==1.1.1
805
+ - proto-plus==1.22.3
806
+ - protobuf==3.20.3
807
+ - psutil==5.9.3
808
+ - ptxcompiler-cu11==0.7.0.post1
809
+ - pudb==2023.1
810
+ - pulp==2.7.0
811
+ - py-cpuinfo==9.0.0
812
+ - py-spy==0.3.14
813
+ - py4j==0.10.9.7
814
+ - pyaml==23.12.0
815
+ - pyarabic==0.6.15
816
+ - pyasn1==0.5.0
817
+ - pyasn1-modules==0.3.0
818
+ - pyastronomy==0.20.0
819
+ - pybind11==2.11.1
820
+ - pyclipper==1.3.0.post5
821
+ - pycodestyle==2.11.1
822
+ - pycparser==2.21
823
+ - pycryptodome==3.19.1
824
+ - pyct==0.5.0
825
+ - pycuda==2024.1
826
+ - pydantic==1.10.12
827
+ - pydegensac==0.1.2
828
+ - pydicom==2.4.4
829
+ - pydocstyle==6.3.0
830
+ - pydot==1.4.2
831
+ - pydub==0.25.1
832
+ - pyemd==1.0.0
833
+ - pyerfa==2.0.1.1
834
+ - pyexcel-io==0.6.6
835
+ - pyexcel-ods==0.6.0
836
+ - pyfasttext==0.4.6
837
+ - pyflakes==3.1.0
838
+ - pygltflib==1.16.1
839
+ - pyjwt==2.8.0
840
+ - pykalman==0.9.5
841
+ - pyldavis==3.2.2
842
+ - pylint==3.0.3
843
+ - pymc3==3.11.5
844
+ - pymeeus==0.5.12
845
+ - pymongo==3.13.0
846
+ - pympler==1.0.1
847
+ - pynndescent==0.5.11
848
+ - pynvrtc==9.2
849
+ - pyocr==0.8.5
850
+ - pyparsing==3.0.9
851
+ - pypdf==3.17.4
852
+ - pysal==23.7
853
+ - pytesseract==0.3.10
854
+ - pytest==7.4.4
855
+ - python-bidi==0.4.2
856
+ - python-dotenv==1.0.0
857
+ - python-graphviz==0.20.1
858
+ - python-levenshtein==0.23.0
859
+ - python-louvain==0.16
860
+ - python-lsp-jsonrpc==1.1.2
861
+ - python-lsp-server==1.9.0
862
+ - python-slugify==8.0.1
863
+ - python-utils==3.8.1
864
+ - pythreejs==2.4.2
865
+ - pytoolconfig==1.2.6
866
+ - pytools==2023.1.1
867
+ - pytorch-ignite==0.4.13
868
+ - pytorch-lightning==2.1.3
869
+ - pyupset==0.1.1.post7
870
+ - pyviz-comms==3.0.0
871
+ - pywavelets==1.4.1
872
+ - qgrid==1.3.1
873
+ - qtconsole==5.5.1
874
+ - qtpy==2.4.1
875
+ - quantecon==0.7.1
876
+ - quantities==0.15.0
877
+ - qudida==0.0.4
878
+ - rapidfuzz==3.6.1
879
+ - rasterio==1.3.9
880
+ - rasterstats==0.19.0
881
+ - ray==2.6.3
882
+ - ray-cpp==2.6.3
883
+ - regex==2023.8.8
884
+ - requests-oauthlib==1.3.1
885
+ - requests-toolbelt==0.10.1
886
+ - responses==0.18.0
887
+ - retrying==1.3.4
888
+ - rgf-python==3.12.0
889
+ - rich==13.5.2
890
+ - rich-click==1.7.3
891
+ - rope==1.11.0
892
+ - rtree==1.1.0
893
+ - s2sphere==0.2.5
894
+ - s3fs==2023.12.2
895
+ - s3transfer==0.6.2
896
+ - safetensors==0.4.1
897
+ - scattertext==0.1.19
898
+ - scikit-image==0.21.0
899
+ - scikit-learn==1.2.2
900
+ - scikit-learn-intelex==2024.0.1
901
+ - scikit-multilearn==0.2.0
902
+ - scikit-optimize==0.9.0
903
+ - scikit-plot==0.3.7
904
+ - scikit-surprise==1.1.3
905
+ - scipy==1.7.3
906
+ - seaborn==0.12.2
907
+ - secretstorage==3.3.3
908
+ - segment-anything==1.0
909
+ - segregation==2.5
910
+ - semver==3.0.2
911
+ - sentencepiece==0.1.99
912
+ - sentry-sdk==1.39.1
913
+ - setproctitle==1.3.3
914
+ - setuptools-git==1.2
915
+ - setuptools-scm==8.0.4
916
+ - shap==0.44.0
917
+ - shimmy==1.3.0
918
+ - simpervisor==1.0.0
919
+ - simpleitk==2.3.1
920
+ - simplejson==3.19.2
921
+ - six==1.16.0
922
+ - sklearn-pandas==2.2.0
923
+ - slicer==0.0.7
924
+ - smart-open==6.3.0
925
+ - smhasher==0.150.1
926
+ - smmap==5.0.0
927
+ - snowballstemmer==2.2.0
928
+ - snuggs==1.4.7
929
+ - soundfile==0.12.1
930
+ - soupsieve==2.4.1
931
+ - soxr==0.3.7
932
+ - spaghetti==1.7.4
933
+ - spectral==0.23.1
934
+ - spglm==1.1.0
935
+ - sphinx-rtd-theme==0.2.4
936
+ - spint==1.0.7
937
+ - splot==1.1.5.post1
938
+ - spopt==0.6.0
939
+ - spreg==1.4.2
940
+ - spvcm==0.3.0
941
+ - sqlalchemy==2.0.20
942
+ - sqlparse==0.4.4
943
+ - squarify==0.4.3
944
+ - stable-baselines3==2.1.0
945
+ - stanio==0.3.0
946
+ - starlette==0.27.0
947
+ - statsmodels==0.14.0
948
+ - stemming==1.0.1
949
+ - stop-words==2018.7.23
950
+ - stopit==1.1.2
951
+ - stumpy==1.12.0
952
+ - sympy==1.12
953
+ - tables==3.9.2
954
+ - tabulate==0.9.0
955
+ - tangled-up-in-unicode==0.2.0
956
+ - tbb==2021.11.0
957
+ - tenacity==8.2.3
958
+ - tensorboard==2.13.0
959
+ - tensorboard-data-server==0.7.1
960
+ - tensorboard-plugin-profile==2.13.1
961
+ - tensorboardx==2.6.2.2
962
+ - tensorflow==2.13.0
963
+ - tensorflow-addons==0.23.0
964
+ - tensorflow-cloud==0.1.16
965
+ - tensorflow-datasets==4.9.2
966
+ - tensorflow-decision-forests==1.5.0
967
+ - tensorflow-estimator==2.13.0
968
+ - tensorflow-hub==0.14.0
969
+ - tensorflow-io==0.34.0
970
+ - tensorflow-io-gcs-filesystem==0.34.0
971
+ - tensorflow-metadata==0.14.0
972
+ - tensorflow-probability==0.21.0
973
+ - tensorflow-serving-api==2.13.0
974
+ - tensorflow-text==2.13.0
975
+ - tensorflow-transform==0.14.0
976
+ - tensorflowjs==4.15.0
977
+ - tensorpack==0.11
978
+ - tensorstore==0.1.52
979
+ - termcolor==2.3.0
980
+ - testpath==0.6.0
981
+ - text-unidecode==1.3
982
+ - textblob==0.17.1
983
+ - texttable==1.7.0
984
+ - textwrap3==0.9.2
985
+ - theano==1.0.5
986
+ - theano-pymc==1.1.2
987
+ - threadpoolctl==3.2.0
988
+ - tifffile==2023.8.12
989
+ - timm==0.9.12
990
+ - tobler==0.11.2
991
+ - tokenizers==0.15.0
992
+ - toml==0.10.2
993
+ - tomlkit==0.12.3
994
+ - torch==2.0.0
995
+ - torchaudio==2.0.1
996
+ - torchdata==0.7.1
997
+ - torchinfo==1.8.0
998
+ - torchmetrics==1.2.1
999
+ - torchtext==0.15.1
1000
+ - torchvision==0.15.1
1001
+ - tpot==0.12.1
1002
+ - traceml==1.0.8
1003
+ - traittypes==0.2.1
1004
+ - transformers==4.36.2
1005
+ - treelite-runtime==3.2.0
1006
+ - trueskill==0.4.5
1007
+ - tsfresh==0.20.1
1008
+ - typeguard==2.13.3
1009
+ - typing-extensions==4.5.0
1010
+ - typing-inspect==0.9.0
1011
+ - tzdata==2023.3
1012
+ - tzlocal==5.2
1013
+ - uc-micro-py==1.0.2
1014
+ - ujson==5.9.0
1015
+ - umap-learn==0.5.5
1016
+ - unidecode==1.3.7
1017
+ - update-checker==0.18.0
1018
+ - uritemplate==3.0.1
1019
+ - urllib3==1.26.16
1020
+ - urwid==2.4.1
1021
+ - urwid-readline==0.13
1022
+ - uvicorn==0.23.2
1023
+ - uvloop==0.19.0
1024
+ - vaex==4.17.0
1025
+ - vaex-astro==0.9.3
1026
+ - vaex-core==4.17.1
1027
+ - vaex-hdf5==0.14.1
1028
+ - vaex-jupyter==0.8.2
1029
+ - vaex-ml==0.18.3
1030
+ - vaex-server==0.9.0
1031
+ - vaex-viz==0.5.4
1032
+ - vec-noise==1.1.4
1033
+ - vecstack==0.4.0
1034
+ - virtualenv==20.21.0
1035
+ - visions==0.7.5
1036
+ - vowpalwabbit==9.9.0
1037
+ - vtk==9.3.0
1038
+ - wand==0.6.13
1039
+ - wandb==0.16.2
1040
+ - watchfiles==0.21.0
1041
+ - wavio==0.0.8
1042
+ - webencodings==0.5.1
1043
+ - websockets==12.0
1044
+ - werkzeug==3.0.1
1045
+ - wfdb==4.1.2
1046
+ - whatthepatch==1.0.5
1047
+ - widgetsnbextension==3.6.6
1048
+ - witwidget==1.8.1
1049
+ - woodwork==0.27.0
1050
+ - wordcloud==1.9.2
1051
+ - wordsegment==1.3.1
1052
+ - wrapt==1.15.0
1053
+ - wurlitzer==3.0.3
1054
+ - xarray==2023.12.0
1055
+ - xarray-einstats==0.6.0
1056
+ - xgboost==2.0.3
1057
+ - xvfbwrapper==0.2.9
1058
+ - xxhash==3.4.1
1059
+ - yapf==0.40.2
1060
+ - ydata-profiling==4.5.1
1061
+ - yellowbrick==1.5
1062
+ prefix: /opt/conda
wandb/run-20240625_170822-n5fw7h0h/files/config.yaml ADDED
@@ -0,0 +1,721 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb_version: 1
2
+
3
+ _wandb:
4
+ desc: null
5
+ value:
6
+ python_version: 3.10.12
7
+ cli_version: 0.16.2
8
+ framework: huggingface
9
+ huggingface_version: 4.36.2
10
+ is_jupyter_run: true
11
+ is_kaggle_kernel: true
12
+ start_time: 1719335302.684404
13
+ t:
14
+ 1:
15
+ - 1
16
+ - 2
17
+ - 3
18
+ - 5
19
+ - 11
20
+ - 12
21
+ - 49
22
+ - 51
23
+ - 53
24
+ - 55
25
+ - 71
26
+ - 105
27
+ 2:
28
+ - 1
29
+ - 2
30
+ - 3
31
+ - 5
32
+ - 11
33
+ - 12
34
+ - 49
35
+ - 51
36
+ - 53
37
+ - 55
38
+ - 71
39
+ - 105
40
+ 3:
41
+ - 7
42
+ - 23
43
+ 4: 3.10.12
44
+ 5: 0.16.2
45
+ 6: 4.36.2
46
+ 8:
47
+ - 1
48
+ - 2
49
+ - 5
50
+ 9:
51
+ 1: transformers_trainer
52
+ 13: linux-x86_64
53
+ m:
54
+ - 1: train/global_step
55
+ 6:
56
+ - 3
57
+ - 1: eval/loss
58
+ 5: 1
59
+ 6:
60
+ - 1
61
+ - 1: eval/runtime
62
+ 5: 1
63
+ 6:
64
+ - 1
65
+ - 1: eval/samples_per_second
66
+ 5: 1
67
+ 6:
68
+ - 1
69
+ - 1: eval/steps_per_second
70
+ 5: 1
71
+ 6:
72
+ - 1
73
+ - 1: train/epoch
74
+ 5: 1
75
+ 6:
76
+ - 1
77
+ - 1: train/loss
78
+ 5: 1
79
+ 6:
80
+ - 1
81
+ - 1: train/learning_rate
82
+ 5: 1
83
+ 6:
84
+ - 1
85
+ - 1: train/train_runtime
86
+ 5: 1
87
+ 6:
88
+ - 1
89
+ - 1: train/train_samples_per_second
90
+ 5: 1
91
+ 6:
92
+ - 1
93
+ - 1: train/train_steps_per_second
94
+ 5: 1
95
+ 6:
96
+ - 1
97
+ - 1: train/total_flos
98
+ 5: 1
99
+ 6:
100
+ - 1
101
+ - 1: train/train_loss
102
+ 5: 1
103
+ 6:
104
+ - 1
105
+ return_dict:
106
+ desc: null
107
+ value: true
108
+ output_hidden_states:
109
+ desc: null
110
+ value: false
111
+ output_attentions:
112
+ desc: null
113
+ value: false
114
+ torchscript:
115
+ desc: null
116
+ value: false
117
+ torch_dtype:
118
+ desc: null
119
+ value: null
120
+ use_bfloat16:
121
+ desc: null
122
+ value: false
123
+ tf_legacy_loss:
124
+ desc: null
125
+ value: false
126
+ pruned_heads:
127
+ desc: null
128
+ value: {}
129
+ tie_word_embeddings:
130
+ desc: null
131
+ value: true
132
+ is_encoder_decoder:
133
+ desc: null
134
+ value: false
135
+ is_decoder:
136
+ desc: null
137
+ value: false
138
+ cross_attention_hidden_size:
139
+ desc: null
140
+ value: null
141
+ add_cross_attention:
142
+ desc: null
143
+ value: false
144
+ tie_encoder_decoder:
145
+ desc: null
146
+ value: false
147
+ max_length:
148
+ desc: null
149
+ value: 20
150
+ min_length:
151
+ desc: null
152
+ value: 0
153
+ do_sample:
154
+ desc: null
155
+ value: false
156
+ early_stopping:
157
+ desc: null
158
+ value: false
159
+ num_beams:
160
+ desc: null
161
+ value: 1
162
+ num_beam_groups:
163
+ desc: null
164
+ value: 1
165
+ diversity_penalty:
166
+ desc: null
167
+ value: 0.0
168
+ temperature:
169
+ desc: null
170
+ value: 1.0
171
+ top_k:
172
+ desc: null
173
+ value: 50
174
+ top_p:
175
+ desc: null
176
+ value: 1.0
177
+ typical_p:
178
+ desc: null
179
+ value: 1.0
180
+ repetition_penalty:
181
+ desc: null
182
+ value: 1.0
183
+ length_penalty:
184
+ desc: null
185
+ value: 1.0
186
+ no_repeat_ngram_size:
187
+ desc: null
188
+ value: 0
189
+ encoder_no_repeat_ngram_size:
190
+ desc: null
191
+ value: 0
192
+ bad_words_ids:
193
+ desc: null
194
+ value: null
195
+ num_return_sequences:
196
+ desc: null
197
+ value: 1
198
+ chunk_size_feed_forward:
199
+ desc: null
200
+ value: 0
201
+ output_scores:
202
+ desc: null
203
+ value: false
204
+ return_dict_in_generate:
205
+ desc: null
206
+ value: false
207
+ forced_bos_token_id:
208
+ desc: null
209
+ value: null
210
+ forced_eos_token_id:
211
+ desc: null
212
+ value: null
213
+ remove_invalid_values:
214
+ desc: null
215
+ value: false
216
+ exponential_decay_length_penalty:
217
+ desc: null
218
+ value: null
219
+ suppress_tokens:
220
+ desc: null
221
+ value: null
222
+ begin_suppress_tokens:
223
+ desc: null
224
+ value: null
225
+ architectures:
226
+ desc: null
227
+ value:
228
+ - RobertaForMaskedLM
229
+ finetuning_task:
230
+ desc: null
231
+ value: null
232
+ id2label:
233
+ desc: null
234
+ value:
235
+ '0': LABEL_0
236
+ '1': LABEL_1
237
+ '2': LABEL_2
238
+ '3': LABEL_3
239
+ '4': LABEL_4
240
+ '5': LABEL_5
241
+ '6': LABEL_6
242
+ '7': LABEL_7
243
+ '8': LABEL_8
244
+ '9': LABEL_9
245
+ '10': LABEL_10
246
+ '11': LABEL_11
247
+ '12': LABEL_12
248
+ '13': LABEL_13
249
+ '14': LABEL_14
250
+ '15': LABEL_15
251
+ '16': LABEL_16
252
+ '17': LABEL_17
253
+ '18': LABEL_18
254
+ '19': LABEL_19
255
+ '20': LABEL_20
256
+ '21': LABEL_21
257
+ label2id:
258
+ desc: null
259
+ value:
260
+ LABEL_0: 0
261
+ LABEL_1: 1
262
+ LABEL_2: 2
263
+ LABEL_3: 3
264
+ LABEL_4: 4
265
+ LABEL_5: 5
266
+ LABEL_6: 6
267
+ LABEL_7: 7
268
+ LABEL_8: 8
269
+ LABEL_9: 9
270
+ LABEL_10: 10
271
+ LABEL_11: 11
272
+ LABEL_12: 12
273
+ LABEL_13: 13
274
+ LABEL_14: 14
275
+ LABEL_15: 15
276
+ LABEL_16: 16
277
+ LABEL_17: 17
278
+ LABEL_18: 18
279
+ LABEL_19: 19
280
+ LABEL_20: 20
281
+ LABEL_21: 21
282
+ tokenizer_class:
283
+ desc: null
284
+ value: null
285
+ prefix:
286
+ desc: null
287
+ value: null
288
+ bos_token_id:
289
+ desc: null
290
+ value: 0
291
+ pad_token_id:
292
+ desc: null
293
+ value: 1
294
+ eos_token_id:
295
+ desc: null
296
+ value: 2
297
+ sep_token_id:
298
+ desc: null
299
+ value: null
300
+ decoder_start_token_id:
301
+ desc: null
302
+ value: null
303
+ task_specific_params:
304
+ desc: null
305
+ value: null
306
+ problem_type:
307
+ desc: null
308
+ value: null
309
+ _name_or_path:
310
+ desc: null
311
+ value: roberta-base
312
+ transformers_version:
313
+ desc: null
314
+ value: 4.36.2
315
+ model_type:
316
+ desc: null
317
+ value: roberta
318
+ vocab_size:
319
+ desc: null
320
+ value: 50265
321
+ hidden_size:
322
+ desc: null
323
+ value: 768
324
+ num_hidden_layers:
325
+ desc: null
326
+ value: 12
327
+ num_attention_heads:
328
+ desc: null
329
+ value: 12
330
+ hidden_act:
331
+ desc: null
332
+ value: gelu
333
+ intermediate_size:
334
+ desc: null
335
+ value: 3072
336
+ hidden_dropout_prob:
337
+ desc: null
338
+ value: 0.1
339
+ attention_probs_dropout_prob:
340
+ desc: null
341
+ value: 0.1
342
+ max_position_embeddings:
343
+ desc: null
344
+ value: 514
345
+ type_vocab_size:
346
+ desc: null
347
+ value: 1
348
+ initializer_range:
349
+ desc: null
350
+ value: 0.02
351
+ layer_norm_eps:
352
+ desc: null
353
+ value: 1.0e-05
354
+ position_embedding_type:
355
+ desc: null
356
+ value: absolute
357
+ use_cache:
358
+ desc: null
359
+ value: true
360
+ classifier_dropout:
361
+ desc: null
362
+ value: null
363
+ output_dir:
364
+ desc: null
365
+ value: /kaggle/working/results
366
+ overwrite_output_dir:
367
+ desc: null
368
+ value: false
369
+ do_train:
370
+ desc: null
371
+ value: false
372
+ do_eval:
373
+ desc: null
374
+ value: true
375
+ do_predict:
376
+ desc: null
377
+ value: false
378
+ evaluation_strategy:
379
+ desc: null
380
+ value: epoch
381
+ prediction_loss_only:
382
+ desc: null
383
+ value: false
384
+ per_device_train_batch_size:
385
+ desc: null
386
+ value: 16
387
+ per_device_eval_batch_size:
388
+ desc: null
389
+ value: 16
390
+ per_gpu_train_batch_size:
391
+ desc: null
392
+ value: null
393
+ per_gpu_eval_batch_size:
394
+ desc: null
395
+ value: null
396
+ gradient_accumulation_steps:
397
+ desc: null
398
+ value: 1
399
+ eval_accumulation_steps:
400
+ desc: null
401
+ value: null
402
+ eval_delay:
403
+ desc: null
404
+ value: 0
405
+ learning_rate:
406
+ desc: null
407
+ value: 2.0e-05
408
+ weight_decay:
409
+ desc: null
410
+ value: 0.01
411
+ adam_beta1:
412
+ desc: null
413
+ value: 0.9
414
+ adam_beta2:
415
+ desc: null
416
+ value: 0.999
417
+ adam_epsilon:
418
+ desc: null
419
+ value: 1.0e-08
420
+ max_grad_norm:
421
+ desc: null
422
+ value: 1.0
423
+ num_train_epochs:
424
+ desc: null
425
+ value: 3
426
+ max_steps:
427
+ desc: null
428
+ value: -1
429
+ lr_scheduler_type:
430
+ desc: null
431
+ value: linear
432
+ lr_scheduler_kwargs:
433
+ desc: null
434
+ value: {}
435
+ warmup_ratio:
436
+ desc: null
437
+ value: 0.0
438
+ warmup_steps:
439
+ desc: null
440
+ value: 0
441
+ log_level:
442
+ desc: null
443
+ value: passive
444
+ log_level_replica:
445
+ desc: null
446
+ value: warning
447
+ log_on_each_node:
448
+ desc: null
449
+ value: true
450
+ logging_dir:
451
+ desc: null
452
+ value: /kaggle/working//logs
453
+ logging_strategy:
454
+ desc: null
455
+ value: steps
456
+ logging_first_step:
457
+ desc: null
458
+ value: false
459
+ logging_steps:
460
+ desc: null
461
+ value: 500
462
+ logging_nan_inf_filter:
463
+ desc: null
464
+ value: true
465
+ save_strategy:
466
+ desc: null
467
+ value: steps
468
+ save_steps:
469
+ desc: null
470
+ value: 500
471
+ save_total_limit:
472
+ desc: null
473
+ value: null
474
+ save_safetensors:
475
+ desc: null
476
+ value: true
477
+ save_on_each_node:
478
+ desc: null
479
+ value: false
480
+ save_only_model:
481
+ desc: null
482
+ value: false
483
+ no_cuda:
484
+ desc: null
485
+ value: false
486
+ use_cpu:
487
+ desc: null
488
+ value: false
489
+ use_mps_device:
490
+ desc: null
491
+ value: false
492
+ seed:
493
+ desc: null
494
+ value: 42
495
+ data_seed:
496
+ desc: null
497
+ value: null
498
+ jit_mode_eval:
499
+ desc: null
500
+ value: false
501
+ use_ipex:
502
+ desc: null
503
+ value: false
504
+ bf16:
505
+ desc: null
506
+ value: false
507
+ fp16:
508
+ desc: null
509
+ value: false
510
+ fp16_opt_level:
511
+ desc: null
512
+ value: O1
513
+ half_precision_backend:
514
+ desc: null
515
+ value: auto
516
+ bf16_full_eval:
517
+ desc: null
518
+ value: false
519
+ fp16_full_eval:
520
+ desc: null
521
+ value: false
522
+ tf32:
523
+ desc: null
524
+ value: null
525
+ local_rank:
526
+ desc: null
527
+ value: 0
528
+ ddp_backend:
529
+ desc: null
530
+ value: null
531
+ tpu_num_cores:
532
+ desc: null
533
+ value: null
534
+ tpu_metrics_debug:
535
+ desc: null
536
+ value: false
537
+ debug:
538
+ desc: null
539
+ value: []
540
+ dataloader_drop_last:
541
+ desc: null
542
+ value: false
543
+ eval_steps:
544
+ desc: null
545
+ value: null
546
+ dataloader_num_workers:
547
+ desc: null
548
+ value: 0
549
+ past_index:
550
+ desc: null
551
+ value: -1
552
+ run_name:
553
+ desc: null
554
+ value: /kaggle/working/results
555
+ disable_tqdm:
556
+ desc: null
557
+ value: false
558
+ remove_unused_columns:
559
+ desc: null
560
+ value: true
561
+ label_names:
562
+ desc: null
563
+ value: null
564
+ load_best_model_at_end:
565
+ desc: null
566
+ value: false
567
+ metric_for_best_model:
568
+ desc: null
569
+ value: null
570
+ greater_is_better:
571
+ desc: null
572
+ value: null
573
+ ignore_data_skip:
574
+ desc: null
575
+ value: false
576
+ fsdp:
577
+ desc: null
578
+ value: []
579
+ fsdp_min_num_params:
580
+ desc: null
581
+ value: 0
582
+ fsdp_config:
583
+ desc: null
584
+ value:
585
+ min_num_params: 0
586
+ xla: false
587
+ xla_fsdp_grad_ckpt: false
588
+ fsdp_transformer_layer_cls_to_wrap:
589
+ desc: null
590
+ value: null
591
+ deepspeed:
592
+ desc: null
593
+ value: null
594
+ label_smoothing_factor:
595
+ desc: null
596
+ value: 0.0
597
+ optim:
598
+ desc: null
599
+ value: adamw_torch
600
+ optim_args:
601
+ desc: null
602
+ value: null
603
+ adafactor:
604
+ desc: null
605
+ value: false
606
+ group_by_length:
607
+ desc: null
608
+ value: false
609
+ length_column_name:
610
+ desc: null
611
+ value: length
612
+ report_to:
613
+ desc: null
614
+ value:
615
+ - tensorboard
616
+ - wandb
617
+ ddp_find_unused_parameters:
618
+ desc: null
619
+ value: null
620
+ ddp_bucket_cap_mb:
621
+ desc: null
622
+ value: null
623
+ ddp_broadcast_buffers:
624
+ desc: null
625
+ value: null
626
+ dataloader_pin_memory:
627
+ desc: null
628
+ value: true
629
+ dataloader_persistent_workers:
630
+ desc: null
631
+ value: false
632
+ skip_memory_metrics:
633
+ desc: null
634
+ value: true
635
+ use_legacy_prediction_loop:
636
+ desc: null
637
+ value: false
638
+ push_to_hub:
639
+ desc: null
640
+ value: false
641
+ resume_from_checkpoint:
642
+ desc: null
643
+ value: null
644
+ hub_model_id:
645
+ desc: null
646
+ value: null
647
+ hub_strategy:
648
+ desc: null
649
+ value: every_save
650
+ hub_token:
651
+ desc: null
652
+ value: <HUB_TOKEN>
653
+ hub_private_repo:
654
+ desc: null
655
+ value: false
656
+ hub_always_push:
657
+ desc: null
658
+ value: false
659
+ gradient_checkpointing:
660
+ desc: null
661
+ value: false
662
+ gradient_checkpointing_kwargs:
663
+ desc: null
664
+ value: null
665
+ include_inputs_for_metrics:
666
+ desc: null
667
+ value: false
668
+ fp16_backend:
669
+ desc: null
670
+ value: auto
671
+ push_to_hub_model_id:
672
+ desc: null
673
+ value: null
674
+ push_to_hub_organization:
675
+ desc: null
676
+ value: null
677
+ push_to_hub_token:
678
+ desc: null
679
+ value: <PUSH_TO_HUB_TOKEN>
680
+ mp_parameters:
681
+ desc: null
682
+ value: ''
683
+ auto_find_batch_size:
684
+ desc: null
685
+ value: false
686
+ full_determinism:
687
+ desc: null
688
+ value: false
689
+ torchdynamo:
690
+ desc: null
691
+ value: null
692
+ ray_scope:
693
+ desc: null
694
+ value: last
695
+ ddp_timeout:
696
+ desc: null
697
+ value: 1800
698
+ torch_compile:
699
+ desc: null
700
+ value: false
701
+ torch_compile_backend:
702
+ desc: null
703
+ value: null
704
+ torch_compile_mode:
705
+ desc: null
706
+ value: null
707
+ dispatch_batches:
708
+ desc: null
709
+ value: null
710
+ split_batches:
711
+ desc: null
712
+ value: false
713
+ include_tokens_per_second:
714
+ desc: null
715
+ value: false
716
+ include_num_input_tokens_seen:
717
+ desc: null
718
+ value: false
719
+ neftune_noise_alpha:
720
+ desc: null
721
+ value: null
wandb/run-20240625_170822-n5fw7h0h/files/output.log ADDED
@@ -0,0 +1 @@
 
 
1
+
wandb/run-20240625_170822-n5fw7h0h/files/requirements.txt ADDED
@@ -0,0 +1,847 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ accelerate==0.25.0
3
+ access==1.1.9
4
+ affine==2.4.0
5
+ aiobotocore==2.9.0
6
+ aiohttp-cors==0.7.0
7
+ aiohttp==3.8.5
8
+ aioitertools==0.11.0
9
+ aiorwlock==1.3.0
10
+ aiosignal==1.3.1
11
+ albumentations==1.3.1
12
+ alembic==1.13.1
13
+ altair==5.2.0
14
+ annotated-types==0.6.0
15
+ annoy==1.17.3
16
+ ansiwrap==0.8.4
17
+ anyio==3.7.1
18
+ apache-beam==2.46.0
19
+ aplus==0.11.0
20
+ appdirs==1.4.4
21
+ archspec==0.2.2
22
+ argon2-cffi-bindings==21.2.0
23
+ argon2-cffi==21.3.0
24
+ array-record==0.4.1
25
+ arrow==1.2.3
26
+ arviz==0.12.1
27
+ astroid==3.0.2
28
+ astropy-iers-data==0.2024.1.8.0.30.55
29
+ astropy==6.0.0
30
+ asttokens==2.2.1
31
+ astunparse==1.6.3
32
+ async-lru==2.0.4
33
+ async-timeout==4.0.3
34
+ attrs==23.1.0
35
+ audioread==3.0.1
36
+ autopep8==2.0.4
37
+ babel==2.12.1
38
+ backcall==0.2.0
39
+ backoff==2.2.1
40
+ backports.functools-lru-cache==1.6.5
41
+ bayesian-optimization==1.4.3
42
+ bayespy==0.5.26
43
+ beatrix-jupyterlab==2023.814.150030
44
+ beautifulsoup4==4.12.2
45
+ bidict==0.22.1
46
+ biopython==1.82
47
+ blake3==0.2.1
48
+ bleach==6.0.0
49
+ blessed==1.20.0
50
+ blinker==1.7.0
51
+ blis==0.7.10
52
+ blosc2==2.4.0
53
+ bokeh==3.3.3
54
+ boltons==23.0.0
55
+ boruta==0.3
56
+ boto3==1.26.100
57
+ botocore==1.33.13
58
+ bq-helper==0.4.1
59
+ bqplot==0.12.42
60
+ branca==0.7.0
61
+ brewer2mpl==1.4.1
62
+ brotlipy==0.7.0
63
+ cached-property==1.5.2
64
+ cachetools==4.2.4
65
+ cartopy==0.22.0
66
+ catalogue==2.0.10
67
+ catalyst==22.4
68
+ catboost==1.2.2
69
+ category-encoders==2.6.3
70
+ certifi==2023.11.17
71
+ cesium==0.12.1
72
+ cffi==1.15.1
73
+ cftime==1.6.3
74
+ charset-normalizer==3.2.0
75
+ chex==0.1.85
76
+ cleverhans==4.0.0
77
+ click-plugins==1.1.1
78
+ click==8.1.7
79
+ cligj==0.7.2
80
+ cloud-tpu-client==0.10
81
+ cloud-tpu-profiler==2.4.0
82
+ cloudpathlib==0.16.0
83
+ cloudpickle==2.2.1
84
+ cmdstanpy==1.2.0
85
+ cmudict==1.0.16
86
+ colorama==0.4.6
87
+ colorcet==3.0.1
88
+ colorful==0.5.5
89
+ colorlog==6.8.0
90
+ colorlover==0.3.0
91
+ comm==0.1.4
92
+ conda-content-trust==0+unknown
93
+ conda-libmamba-solver==23.7.0
94
+ conda-package-handling==2.2.0
95
+ conda-package-streaming==0.9.0
96
+ conda==23.7.4
97
+ confection==0.1.4
98
+ contextily==1.5.0
99
+ contourpy==1.1.0
100
+ convertdate==2.4.0
101
+ crcmod==1.7
102
+ cryptography==40.0.2
103
+ cubinlinker-cu11==0.3.0.post1
104
+ cubinlinker==0.3.0
105
+ cuda-python==11.8.3
106
+ cudf==23.8.0
107
+ cufflinks==0.17.3
108
+ cuml==23.8.0
109
+ cupy==12.3.0
110
+ cvxcanon==0.1.2
111
+ cycler==0.11.0
112
+ cymem==2.0.8
113
+ cysignals==1.11.4
114
+ cython==3.0.0
115
+ cytoolz==0.12.2
116
+ daal4py==2024.0.1
117
+ daal==2024.0.1
118
+ dacite==1.8.1
119
+ dask-cuda==23.8.0
120
+ dask-cudf==23.8.0
121
+ dask==2023.12.1
122
+ dataclasses-json==0.6.3
123
+ datasets==2.1.0
124
+ datashader==0.16.0
125
+ datatile==1.0.3
126
+ db-dtypes==1.1.1
127
+ deap==1.4.1
128
+ debugpy==1.6.7.post1
129
+ decorator==5.1.1
130
+ defusedxml==0.7.1
131
+ delorean==1.0.0
132
+ deprecat==2.1.1
133
+ deprecated==1.2.14
134
+ deprecation==2.1.0
135
+ descartes==1.1.0
136
+ dill==0.3.7
137
+ dipy==1.7.0
138
+ distlib==0.3.7
139
+ distributed==2023.12.1
140
+ distro==1.9.0
141
+ dm-tree==0.1.8
142
+ docker-pycreds==0.4.0
143
+ docker==6.1.3
144
+ docopt==0.6.2
145
+ docstring-parser==0.15
146
+ docstring-to-markdown==0.13
147
+ docutils==0.20.1
148
+ earthengine-api==0.1.384
149
+ easydict==1.11
150
+ easyocr==1.7.1
151
+ ecos==2.0.12
152
+ eli5==0.13.0
153
+ emoji==2.9.0
154
+ en-core-web-lg==3.7.1
155
+ en-core-web-sm==3.7.1
156
+ entrypoints==0.4
157
+ ephem==4.1.5
158
+ esda==2.5.1
159
+ essentia==2.1b6.dev1110
160
+ et-xmlfile==1.1.0
161
+ etils==1.4.1
162
+ exceptiongroup==1.1.3
163
+ executing==1.2.0
164
+ explainable-ai-sdk==1.3.3
165
+ farama-notifications==0.0.4
166
+ fastai==2.7.13
167
+ fastapi==0.101.1
168
+ fastavro==1.8.2
169
+ fastcore==1.5.29
170
+ fastdownload==0.0.7
171
+ fasteners==0.18
172
+ fastjsonschema==2.18.0
173
+ fastprogress==1.0.3
174
+ fastrlock==0.8.2
175
+ fasttext==0.9.2
176
+ fbpca==1.0
177
+ feather-format==0.4.1
178
+ featuretools==1.28.0
179
+ filelock==3.12.2
180
+ fiona==1.9.5
181
+ fitter==1.7.0
182
+ flake8==6.1.0
183
+ flashtext==2.7
184
+ flask==3.0.0
185
+ flatbuffers==23.5.26
186
+ flax==0.7.5
187
+ flit-core==3.9.0
188
+ folium==0.15.1
189
+ fonttools==4.42.1
190
+ fqdn==1.5.1
191
+ frozendict==2.4.0
192
+ frozenlist==1.4.0
193
+ fsspec==2023.12.2
194
+ funcy==2.0
195
+ fury==0.9.0
196
+ future==0.18.3
197
+ fuzzywuzzy==0.18.0
198
+ gast==0.4.0
199
+ gatspy==0.3
200
+ gcsfs==2023.6.0
201
+ gensim==4.3.2
202
+ geographiclib==2.0
203
+ geohash==1.0
204
+ geojson==3.1.0
205
+ geopandas==0.14.2
206
+ geoplot==0.5.1
207
+ geopy==2.4.1
208
+ geoviews==1.11.0
209
+ ggplot==0.11.5
210
+ giddy==2.3.4
211
+ gitdb==4.0.10
212
+ gitpython==3.1.32
213
+ google-ai-generativelanguage==0.4.0
214
+ google-api-core==2.11.1
215
+ google-api-python-client==2.113.0
216
+ google-apitools==0.5.31
217
+ google-auth-httplib2==0.1.0
218
+ google-auth-oauthlib==1.0.0
219
+ google-auth==2.22.0
220
+ google-cloud-aiplatform==0.6.0a1
221
+ google-cloud-artifact-registry==1.8.3
222
+ google-cloud-automl==1.0.1
223
+ google-cloud-bigquery==2.34.4
224
+ google-cloud-bigtable==1.7.3
225
+ google-cloud-core==2.3.3
226
+ google-cloud-datastore==2.19.0
227
+ google-cloud-dlp==3.12.2
228
+ google-cloud-language==2.12.0
229
+ google-cloud-monitoring==2.15.1
230
+ google-cloud-pubsub==2.18.3
231
+ google-cloud-pubsublite==1.8.3
232
+ google-cloud-recommendations-ai==0.7.1
233
+ google-cloud-resource-manager==1.10.3
234
+ google-cloud-spanner==3.40.1
235
+ google-cloud-storage==1.44.0
236
+ google-cloud-translate==3.12.1
237
+ google-cloud-videointelligence==2.12.0
238
+ google-cloud-vision==2.8.0
239
+ google-crc32c==1.5.0
240
+ google-generativeai==0.3.2
241
+ google-pasta==0.2.0
242
+ google-resumable-media==2.5.0
243
+ googleapis-common-protos==1.60.0
244
+ gplearn==0.4.2
245
+ gpustat==1.0.0
246
+ gpxpy==1.6.2
247
+ graphviz==0.20.1
248
+ greenlet==2.0.2
249
+ grpc-google-iam-v1==0.12.6
250
+ grpcio-status==1.48.1
251
+ grpcio==1.51.1
252
+ gviz-api==1.10.0
253
+ gym-notices==0.0.8
254
+ gym==0.26.2
255
+ gymnasium-notices==0.0.1
256
+ gymnasium==0.29.0
257
+ h11==0.14.0
258
+ h2o==3.44.0.3
259
+ h5py==3.9.0
260
+ haversine==2.8.0
261
+ hdfs==2.7.2
262
+ hep-ml==0.7.2
263
+ hijri-converter==2.3.1
264
+ hmmlearn==0.3.0
265
+ holidays==0.24
266
+ holoviews==1.18.1
267
+ hpsklearn==0.1.0
268
+ html5lib==1.1
269
+ htmlmin==0.1.12
270
+ httplib2==0.21.0
271
+ httptools==0.6.1
272
+ huggingface-hub==0.20.2
273
+ humanize==4.9.0
274
+ hunspell==0.5.5
275
+ husl==4.0.3
276
+ hydra-slayer==0.5.0
277
+ hyperopt==0.2.7
278
+ hypertools==0.8.0
279
+ idna==3.4
280
+ igraph==0.11.3
281
+ imagecodecs==2024.1.1
282
+ imagehash==4.3.1
283
+ imageio==2.31.1
284
+ imbalanced-learn==0.11.0
285
+ imgaug==0.4.0
286
+ importlib-metadata==6.8.0
287
+ importlib-resources==6.0.1
288
+ inequality==1.0.1
289
+ iniconfig==2.0.0
290
+ ipydatawidgets==4.3.5
291
+ ipykernel==6.25.1
292
+ ipyleaflet==0.18.1
293
+ ipympl==0.7.0
294
+ ipython-genutils==0.2.0
295
+ ipython-sql==0.5.0
296
+ ipython==8.14.0
297
+ ipyvolume==0.6.3
298
+ ipyvue==1.10.1
299
+ ipyvuetify==1.8.10
300
+ ipywebrtc==0.6.0
301
+ ipywidgets==7.7.1
302
+ isoduration==20.11.0
303
+ isort==5.13.2
304
+ isoweek==1.3.3
305
+ itsdangerous==2.1.2
306
+ janome==0.5.0
307
+ jaraco.classes==3.3.0
308
+ jax==0.4.21
309
+ jaxlib==0.4.21+cuda11.cudnn86
310
+ jedi==0.19.0
311
+ jeepney==0.8.0
312
+ jieba==0.42.1
313
+ jinja2==3.1.2
314
+ jmespath==1.0.1
315
+ joblib==1.3.2
316
+ json5==0.9.14
317
+ jsonpatch==1.32
318
+ jsonpointer==2.0
319
+ jsonschema-specifications==2023.7.1
320
+ jsonschema==4.19.0
321
+ jupyter-client==7.4.9
322
+ jupyter-console==6.6.3
323
+ jupyter-core==5.3.1
324
+ jupyter-events==0.9.0
325
+ jupyter-http-over-ws==0.0.8
326
+ jupyter-lsp==1.5.1
327
+ jupyter-server-mathjax==0.2.6
328
+ jupyter-server-proxy==4.0.0
329
+ jupyter-server-terminals==0.4.4
330
+ jupyter-server==2.12.3
331
+ jupyterlab-git==0.42.0
332
+ jupyterlab-lsp==5.0.1
333
+ jupyterlab-pygments==0.2.2
334
+ jupyterlab-server==2.24.0
335
+ jupyterlab-widgets==3.0.8
336
+ jupyterlab==4.0.10
337
+ jupytext==1.15.0
338
+ kaggle-environments==1.14.3
339
+ kaggle==1.6.2
340
+ kagglehub==0.1.5
341
+ keras-core==0.1.7
342
+ keras-cv==0.8.1
343
+ keras-nlp==0.7.0
344
+ keras-tuner==1.3.5
345
+ keras==2.13.1
346
+ keyring==24.2.0
347
+ keyrings.google-artifactregistry-auth==1.1.2
348
+ kfp-pipeline-spec==0.2.2
349
+ kfp-server-api==2.0.1
350
+ kfp==2.0.1
351
+ kiwisolver==1.4.4
352
+ kmapper==2.0.1
353
+ kmodes==0.12.2
354
+ korean-lunar-calendar==0.3.1
355
+ kornia==0.7.1
356
+ kt-legacy==1.0.5
357
+ kubernetes==26.1.0
358
+ langcodes==3.3.0
359
+ langid==1.1.6
360
+ lazy-loader==0.3
361
+ learntools==0.3.4
362
+ leven==1.0.4
363
+ levenshtein==0.23.0
364
+ libclang==16.0.6
365
+ libmambapy==1.5.0
366
+ libpysal==4.9.2
367
+ librosa==0.10.1
368
+ lightgbm==3.3.2
369
+ lightning-utilities==0.10.0
370
+ lime==0.2.0.1
371
+ line-profiler==4.1.2
372
+ linkify-it-py==2.0.2
373
+ llvmlite==0.40.1
374
+ lml==0.1.0
375
+ locket==1.0.0
376
+ loguru==0.7.2
377
+ lunarcalendar==0.0.9
378
+ lxml==5.1.0
379
+ lz4==4.3.2
380
+ mako==1.3.0
381
+ mamba==1.5.0
382
+ mapclassify==2.6.0
383
+ marisa-trie==1.1.0
384
+ markdown-it-py==3.0.0
385
+ markdown==3.4.4
386
+ markovify==0.9.4
387
+ markupsafe==2.1.3
388
+ marshmallow==3.20.2
389
+ matplotlib-inline==0.1.6
390
+ matplotlib-venn==0.11.9
391
+ matplotlib==3.7.4
392
+ mccabe==0.7.0
393
+ mdit-py-plugins==0.4.0
394
+ mdurl==0.1.2
395
+ memory-profiler==0.61.0
396
+ menuinst==2.0.1
397
+ mercantile==1.2.1
398
+ mgwr==2.2.1
399
+ missingno==0.5.2
400
+ mistune==0.8.4
401
+ mizani==0.10.0
402
+ ml-dtypes==0.3.2
403
+ mlcrate==0.2.0
404
+ mlens==0.2.3
405
+ mlxtend==0.23.1
406
+ mmh3==4.1.0
407
+ mne==1.6.0
408
+ mnist==0.2.2
409
+ mock==5.1.0
410
+ momepy==0.7.0
411
+ more-itertools==10.1.0
412
+ mpld3==0.5.10
413
+ mpmath==1.3.0
414
+ msgpack-numpy==0.4.8
415
+ msgpack==1.0.5
416
+ multidict==6.0.4
417
+ multimethod==1.9.1
418
+ multipledispatch==1.0.0
419
+ multiprocess==0.70.15
420
+ munkres==1.1.4
421
+ murmurhash==1.0.10
422
+ mypy-extensions==1.0.0
423
+ namex==0.0.7
424
+ nb-conda-kernels==2.3.1
425
+ nb-conda==2.2.1
426
+ nbclassic==1.0.0
427
+ nbclient==0.5.13
428
+ nbconvert==6.4.5
429
+ nbdime==3.2.0
430
+ nbformat==5.9.2
431
+ ndindex==1.7
432
+ nest-asyncio==1.5.6
433
+ netcdf4==1.6.5
434
+ networkx==3.1
435
+ nibabel==5.2.0
436
+ nilearn==0.10.2
437
+ ninja==1.11.1.1
438
+ nltk==3.2.4
439
+ nose==1.3.7
440
+ notebook-executor==0.2
441
+ notebook-shim==0.2.3
442
+ notebook==6.5.5
443
+ numba==0.57.1
444
+ numexpr==2.8.8
445
+ numpy==1.24.3
446
+ nvidia-ml-py==11.495.46
447
+ nvtx==0.2.8
448
+ oauth2client==4.1.3
449
+ oauthlib==3.2.2
450
+ objsize==0.6.1
451
+ odfpy==1.4.1
452
+ olefile==0.47
453
+ onnx==1.15.0
454
+ opencensus-context==0.1.3
455
+ opencensus==0.11.2
456
+ opencv-contrib-python==4.9.0.80
457
+ opencv-python-headless==4.9.0.80
458
+ opencv-python==4.9.0.80
459
+ openpyxl==3.1.2
460
+ openslide-python==1.3.1
461
+ opentelemetry-api==1.19.0
462
+ opentelemetry-exporter-otlp-proto-common==1.19.0
463
+ opentelemetry-exporter-otlp-proto-grpc==1.19.0
464
+ opentelemetry-exporter-otlp-proto-http==1.19.0
465
+ opentelemetry-exporter-otlp==1.19.0
466
+ opentelemetry-proto==1.19.0
467
+ opentelemetry-sdk==1.19.0
468
+ opentelemetry-semantic-conventions==0.40b0
469
+ opt-einsum==3.3.0
470
+ optax==0.1.7
471
+ optuna==3.5.0
472
+ orbax-checkpoint==0.4.8
473
+ orderedmultidict==1.0.1
474
+ orjson==3.9.5
475
+ ortools==9.4.1874
476
+ osmnx==1.1.1
477
+ overrides==6.5.0
478
+ packaging==21.3
479
+ pandas-datareader==0.10.0
480
+ pandas-profiling==3.6.6
481
+ pandas-summary==0.2.0
482
+ pandas==2.0.3
483
+ pandasql==0.7.3
484
+ pandocfilters==1.5.0
485
+ panel==1.3.6
486
+ papermill==2.4.0
487
+ param==2.0.1
488
+ parso==0.8.3
489
+ partd==1.4.1
490
+ path.py==12.5.0
491
+ path==16.9.0
492
+ pathos==0.3.1
493
+ pathy==0.10.3
494
+ patsy==0.5.3
495
+ pdf2image==1.17.0
496
+ pettingzoo==1.24.0
497
+ pexpect==4.8.0
498
+ phik==0.12.3
499
+ pickleshare==0.7.5
500
+ pillow==9.5.0
501
+ pip==23.2.1
502
+ pkgutil-resolve-name==1.3.10
503
+ platformdirs==4.1.0
504
+ plotly-express==0.4.1
505
+ plotly==5.16.1
506
+ plotnine==0.10.1
507
+ pluggy==1.2.0
508
+ pointpats==2.4.0
509
+ polars==0.20.3
510
+ polyglot==16.7.4
511
+ pooch==1.8.0
512
+ pox==0.3.3
513
+ ppca==0.0.4
514
+ ppft==1.7.6.7
515
+ preprocessing==0.1.13
516
+ preshed==3.0.9
517
+ prettytable==3.8.0
518
+ progressbar2==4.3.2
519
+ prometheus-client==0.17.1
520
+ promise==2.3
521
+ prompt-toolkit==3.0.39
522
+ pronouncing==0.2.0
523
+ prophet==1.1.1
524
+ proto-plus==1.22.3
525
+ protobuf==3.20.3
526
+ psutil==5.9.3
527
+ ptxcompiler-cu11==0.7.0.post1
528
+ ptxcompiler==0.8.1
529
+ ptyprocess==0.7.0
530
+ pudb==2023.1
531
+ pulp==2.7.0
532
+ pure-eval==0.2.2
533
+ py-cpuinfo==9.0.0
534
+ py-spy==0.3.14
535
+ py4j==0.10.9.7
536
+ pyaml==23.12.0
537
+ pyarabic==0.6.15
538
+ pyarrow==11.0.0
539
+ pyasn1-modules==0.2.7
540
+ pyasn1==0.4.8
541
+ pyastronomy==0.20.0
542
+ pybind11==2.11.1
543
+ pyclipper==1.3.0.post5
544
+ pycodestyle==2.11.1
545
+ pycosat==0.6.4
546
+ pycparser==2.21
547
+ pycryptodome==3.19.1
548
+ pyct==0.5.0
549
+ pycuda==2024.1
550
+ pydantic-core==2.14.6
551
+ pydantic==1.10.12
552
+ pydegensac==0.1.2
553
+ pydicom==2.4.4
554
+ pydocstyle==6.3.0
555
+ pydot==1.4.2
556
+ pydub==0.25.1
557
+ pyemd==1.0.0
558
+ pyerfa==2.0.1.1
559
+ pyexcel-io==0.6.6
560
+ pyexcel-ods==0.6.0
561
+ pyfasttext==0.4.6
562
+ pyflakes==3.1.0
563
+ pygltflib==1.16.1
564
+ pygments==2.16.1
565
+ pyjwt==2.8.0
566
+ pykalman==0.9.5
567
+ pyldavis==3.2.2
568
+ pylibraft==23.8.0
569
+ pylint==3.0.3
570
+ pymc3==3.11.5
571
+ pymeeus==0.5.12
572
+ pymongo==3.13.0
573
+ pympler==1.0.1
574
+ pynndescent==0.5.11
575
+ pynvml==11.4.1
576
+ pynvrtc==9.2
577
+ pyocr==0.8.5
578
+ pyopenssl==23.2.0
579
+ pyparsing==3.0.9
580
+ pypdf==3.17.4
581
+ pyproj==3.6.1
582
+ pysal==23.7
583
+ pyshp==2.3.1
584
+ pysocks==1.7.1
585
+ pytesseract==0.3.10
586
+ pytest==7.4.4
587
+ python-bidi==0.4.2
588
+ python-dateutil==2.8.2
589
+ python-dotenv==1.0.0
590
+ python-json-logger==2.0.7
591
+ python-levenshtein==0.23.0
592
+ python-louvain==0.16
593
+ python-lsp-jsonrpc==1.1.2
594
+ python-lsp-server==1.9.0
595
+ python-slugify==8.0.1
596
+ python-utils==3.8.1
597
+ pythreejs==2.4.2
598
+ pytoolconfig==1.2.6
599
+ pytools==2023.1.1
600
+ pytorch-ignite==0.4.13
601
+ pytorch-lightning==2.1.3
602
+ pytz==2023.3
603
+ pyu2f==0.1.5
604
+ pyupset==0.1.1.post7
605
+ pyviz-comms==3.0.0
606
+ pywavelets==1.4.1
607
+ pyyaml==6.0.1
608
+ pyzmq==24.0.1
609
+ qgrid==1.3.1
610
+ qtconsole==5.5.1
611
+ qtpy==2.4.1
612
+ quantecon==0.7.1
613
+ quantities==0.15.0
614
+ qudida==0.0.4
615
+ raft-dask==23.8.0
616
+ rapidfuzz==3.6.1
617
+ rasterio==1.3.9
618
+ rasterstats==0.19.0
619
+ ray-cpp==2.6.3
620
+ ray==2.6.3
621
+ referencing==0.30.2
622
+ regex==2023.8.8
623
+ requests-oauthlib==1.3.1
624
+ requests-toolbelt==0.10.1
625
+ requests==2.31.0
626
+ responses==0.18.0
627
+ retrying==1.3.3
628
+ rfc3339-validator==0.1.4
629
+ rfc3986-validator==0.1.1
630
+ rgf-python==3.12.0
631
+ rich-click==1.7.3
632
+ rich==13.5.2
633
+ rmm==23.8.0
634
+ rope==1.11.0
635
+ rpds-py==0.9.2
636
+ rsa==4.9
637
+ rtree==1.1.0
638
+ ruamel-yaml-conda==0.15.100
639
+ ruamel.yaml.clib==0.2.7
640
+ ruamel.yaml==0.17.32
641
+ s2sphere==0.2.5
642
+ s3fs==2023.12.2
643
+ s3transfer==0.6.2
644
+ safetensors==0.4.1
645
+ scattertext==0.1.19
646
+ scikit-image==0.21.0
647
+ scikit-learn-intelex==2024.0.1
648
+ scikit-learn==1.2.2
649
+ scikit-multilearn==0.2.0
650
+ scikit-optimize==0.9.0
651
+ scikit-plot==0.3.7
652
+ scikit-surprise==1.1.3
653
+ scipy==1.11.4
654
+ seaborn==0.12.2
655
+ secretstorage==3.3.3
656
+ segment-anything==1.0
657
+ segregation==2.5
658
+ semver==3.0.2
659
+ send2trash==1.8.2
660
+ sentencepiece==0.1.99
661
+ sentry-sdk==1.39.1
662
+ setproctitle==1.3.3
663
+ setuptools-git==1.2
664
+ setuptools-scm==8.0.4
665
+ setuptools==68.1.2
666
+ shap==0.44.0
667
+ shapely==1.8.5.post1
668
+ shellingham==1.5.4
669
+ shimmy==1.3.0
670
+ simpervisor==1.0.0
671
+ simpleitk==2.3.1
672
+ simplejson==3.19.2
673
+ six==1.16.0
674
+ sklearn-pandas==2.2.0
675
+ slicer==0.0.7
676
+ smart-open==6.3.0
677
+ smhasher==0.150.1
678
+ smmap==5.0.0
679
+ sniffio==1.3.0
680
+ snowballstemmer==2.2.0
681
+ snuggs==1.4.7
682
+ sortedcontainers==2.4.0
683
+ soundfile==0.12.1
684
+ soupsieve==2.3.2.post1
685
+ soxr==0.3.7
686
+ spacy-legacy==3.0.12
687
+ spacy-loggers==1.0.5
688
+ spacy==3.7.2
689
+ spaghetti==1.7.4
690
+ spectral==0.23.1
691
+ spglm==1.1.0
692
+ sphinx-rtd-theme==0.2.4
693
+ spint==1.0.7
694
+ splot==1.1.5.post1
695
+ spopt==0.6.0
696
+ spreg==1.4.2
697
+ spvcm==0.3.0
698
+ sqlalchemy==2.0.20
699
+ sqlparse==0.4.4
700
+ squarify==0.4.3
701
+ srsly==2.4.8
702
+ stable-baselines3==2.1.0
703
+ stack-data==0.6.2
704
+ stanio==0.3.0
705
+ starlette==0.27.0
706
+ statsmodels==0.14.0
707
+ stemming==1.0.1
708
+ stop-words==2018.7.23
709
+ stopit==1.1.2
710
+ stumpy==1.12.0
711
+ sympy==1.12
712
+ tables==3.9.2
713
+ tabulate==0.9.0
714
+ tangled-up-in-unicode==0.2.0
715
+ tbb==2021.11.0
716
+ tblib==3.0.0
717
+ tenacity==8.2.3
718
+ tensorboard-data-server==0.7.1
719
+ tensorboard-plugin-profile==2.13.1
720
+ tensorboard==2.13.0
721
+ tensorboardx==2.6.2.2
722
+ tensorflow-addons==0.23.0
723
+ tensorflow-cloud==0.1.16
724
+ tensorflow-datasets==4.9.2
725
+ tensorflow-decision-forests==1.5.0
726
+ tensorflow-estimator==2.13.0
727
+ tensorflow-hub==0.14.0
728
+ tensorflow-io-gcs-filesystem==0.34.0
729
+ tensorflow-io==0.34.0
730
+ tensorflow-metadata==0.14.0
731
+ tensorflow-probability==0.21.0
732
+ tensorflow-serving-api==2.13.0
733
+ tensorflow-text==2.13.0
734
+ tensorflow-transform==0.14.0
735
+ tensorflow==2.13.0
736
+ tensorflowjs==4.15.0
737
+ tensorpack==0.11
738
+ tensorstore==0.1.52
739
+ termcolor==2.3.0
740
+ terminado==0.17.1
741
+ testpath==0.6.0
742
+ text-unidecode==1.3
743
+ textblob==0.17.1
744
+ texttable==1.7.0
745
+ textwrap3==0.9.2
746
+ theano-pymc==1.1.2
747
+ theano==1.0.5
748
+ thinc==8.2.2
749
+ threadpoolctl==3.2.0
750
+ tifffile==2023.8.12
751
+ timm==0.9.12
752
+ tinycss2==1.2.1
753
+ tobler==0.11.2
754
+ tokenizers==0.15.0
755
+ toml==0.10.2
756
+ tomli==2.0.1
757
+ tomlkit==0.12.3
758
+ toolz==0.12.0
759
+ torch==2.0.0
760
+ torchaudio==2.0.1
761
+ torchdata==0.7.1
762
+ torchinfo==1.8.0
763
+ torchmetrics==1.2.1
764
+ torchtext==0.15.1
765
+ torchvision==0.15.1
766
+ tornado==6.3.3
767
+ tpot==0.12.1
768
+ tqdm==4.66.1
769
+ traceml==1.0.8
770
+ traitlets==5.9.0
771
+ traittypes==0.2.1
772
+ transformers==4.36.2
773
+ treelite-runtime==3.2.0
774
+ treelite==3.2.0
775
+ trueskill==0.4.5
776
+ truststore==0.8.0
777
+ tsfresh==0.20.1
778
+ typeguard==2.13.3
779
+ typer==0.9.0
780
+ typing-extensions==4.5.0
781
+ typing-inspect==0.9.0
782
+ typing-utils==0.1.0
783
+ tzdata==2023.3
784
+ tzlocal==5.2
785
+ uc-micro-py==1.0.2
786
+ ucx-py==0.33.0
787
+ ujson==5.9.0
788
+ umap-learn==0.5.5
789
+ unicodedata2==15.1.0
790
+ unidecode==1.3.7
791
+ update-checker==0.18.0
792
+ uri-template==1.3.0
793
+ uritemplate==3.0.1
794
+ urllib3==1.26.15
795
+ urwid-readline==0.13
796
+ urwid==2.4.1
797
+ uvicorn==0.23.2
798
+ uvloop==0.19.0
799
+ vaex-astro==0.9.3
800
+ vaex-core==4.17.1
801
+ vaex-hdf5==0.14.1
802
+ vaex-jupyter==0.8.2
803
+ vaex-ml==0.18.3
804
+ vaex-server==0.9.0
805
+ vaex-viz==0.5.4
806
+ vaex==4.17.0
807
+ vec-noise==1.1.4
808
+ vecstack==0.4.0
809
+ virtualenv==20.21.0
810
+ visions==0.7.5
811
+ vowpalwabbit==9.9.0
812
+ vtk==9.3.0
813
+ wand==0.6.13
814
+ wandb==0.16.2
815
+ wasabi==1.1.2
816
+ watchfiles==0.21.0
817
+ wavio==0.0.8
818
+ wcwidth==0.2.6
819
+ weasel==0.3.4
820
+ webcolors==1.13
821
+ webencodings==0.5.1
822
+ websocket-client==1.6.2
823
+ websockets==12.0
824
+ werkzeug==3.0.1
825
+ wfdb==4.1.2
826
+ whatthepatch==1.0.5
827
+ wheel==0.41.2
828
+ widgetsnbextension==3.6.6
829
+ witwidget==1.8.1
830
+ woodwork==0.27.0
831
+ wordcloud==1.9.2
832
+ wordsegment==1.3.1
833
+ wrapt==1.15.0
834
+ wurlitzer==3.0.3
835
+ xarray-einstats==0.6.0
836
+ xarray==2023.12.0
837
+ xgboost==2.0.3
838
+ xvfbwrapper==0.2.9
839
+ xxhash==3.4.1
840
+ xyzservices==2023.10.1
841
+ yapf==0.40.2
842
+ yarl==1.9.2
843
+ ydata-profiling==4.5.1
844
+ yellowbrick==1.5
845
+ zict==3.0.0
846
+ zipp==3.16.2
847
+ zstandard==0.22.0
wandb/run-20240625_170822-n5fw7h0h/files/wandb-metadata.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-5.15.133+-x86_64-with-glibc2.35",
3
+ "python": "3.10.12",
4
+ "heartbeatAt": "2024-06-25T17:08:24.016433",
5
+ "startedAt": "2024-06-25T17:08:22.676465",
6
+ "docker": null,
7
+ "cuda": null,
8
+ "args": [],
9
+ "state": "running",
10
+ "program": "kaggle.ipynb",
11
+ "codePathLocal": null,
12
+ "root": "/kaggle/working",
13
+ "host": "b10c572b8059",
14
+ "username": "root",
15
+ "executable": "/opt/conda/bin/python3.10",
16
+ "cpu_count": 2,
17
+ "cpu_count_logical": 4,
18
+ "cpu_freq": {
19
+ "current": 2000.17,
20
+ "min": 0.0,
21
+ "max": 0.0
22
+ },
23
+ "cpu_freq_per_core": [
24
+ {
25
+ "current": 2000.17,
26
+ "min": 0.0,
27
+ "max": 0.0
28
+ },
29
+ {
30
+ "current": 2000.17,
31
+ "min": 0.0,
32
+ "max": 0.0
33
+ },
34
+ {
35
+ "current": 2000.17,
36
+ "min": 0.0,
37
+ "max": 0.0
38
+ },
39
+ {
40
+ "current": 2000.17,
41
+ "min": 0.0,
42
+ "max": 0.0
43
+ }
44
+ ],
45
+ "disk": {
46
+ "/": {
47
+ "total": 8062.387607574463,
48
+ "used": 5689.849388122559
49
+ }
50
+ },
51
+ "gpu": "Tesla P100-PCIE-16GB",
52
+ "gpu_count": 1,
53
+ "gpu_devices": [
54
+ {
55
+ "name": "Tesla P100-PCIE-16GB",
56
+ "memory_total": 17179869184
57
+ }
58
+ ],
59
+ "memory": {
60
+ "total": 31.357563018798828
61
+ }
62
+ }
wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval/loss": 1.9593274593353271, "eval/runtime": 32.6109, "eval/samples_per_second": 54.675, "eval/steps_per_second": 3.434, "train/epoch": 3.0, "train/global_step": 780, "_timestamp": 1719336102.1476047, "_runtime": 799.4632008075714, "_step": 4, "train/loss": 2.194, "train/learning_rate": 7.17948717948718e-06, "train/train_runtime": 830.4617, "train/train_samples_per_second": 15.024, "train/train_steps_per_second": 0.939, "train/total_flos": 3283426143037440.0, "train/train_loss": 2.116096613957332}
wandb/run-20240625_170822-n5fw7h0h/logs/debug-internal.log ADDED
@@ -0,0 +1,649 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-06-25 17:08:22,683 INFO StreamThr :149 [internal.py:wandb_internal():86] W&B internal server running at pid: 149, started at: 2024-06-25 17:08:22.683035
2
+ 2024-06-25 17:08:22,685 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status
3
+ 2024-06-25 17:08:23,448 INFO WriterThread:149 [datastore.py:open_for_write():87] open: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/run-n5fw7h0h.wandb
4
+ 2024-06-25 17:08:23,449 DEBUG SenderThread:149 [sender.py:send():382] send: header
5
+ 2024-06-25 17:08:23,452 DEBUG SenderThread:149 [sender.py:send():382] send: run
6
+ 2024-06-25 17:08:23,921 INFO SenderThread:149 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files
7
+ 2024-06-25 17:08:23,921 INFO SenderThread:149 [sender.py:_start_run_threads():1136] run started: n5fw7h0h with start time 1719335302.684404
8
+ 2024-06-25 17:08:23,933 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: check_version
9
+ 2024-06-25 17:08:23,933 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: check_version
10
+ 2024-06-25 17:08:23,989 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: run_start
11
+ 2024-06-25 17:08:24,003 DEBUG HandlerThread:149 [system_info.py:__init__():27] System info init
12
+ 2024-06-25 17:08:24,003 DEBUG HandlerThread:149 [system_info.py:__init__():42] System info init done
13
+ 2024-06-25 17:08:24,003 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
14
+ 2024-06-25 17:08:24,004 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
15
+ 2024-06-25 17:08:24,004 INFO HandlerThread:149 [system_monitor.py:probe():214] Collecting system info
16
+ 2024-06-25 17:08:24,005 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
17
+ 2024-06-25 17:08:24,005 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
18
+ 2024-06-25 17:08:24,006 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
19
+ 2024-06-25 17:08:24,008 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
20
+ 2024-06-25 17:08:24,008 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
21
+ 2024-06-25 17:08:24,016 DEBUG HandlerThread:149 [system_info.py:probe():151] Probing system
22
+ 2024-06-25 17:08:24,018 DEBUG HandlerThread:149 [gitlib.py:_init_repo():56] git repository is invalid
23
+ 2024-06-25 17:08:24,018 DEBUG HandlerThread:149 [system_info.py:probe():199] Probing system done
24
+ 2024-06-25 17:08:24,018 DEBUG HandlerThread:149 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.35', 'python': '3.10.12', 'heartbeatAt': '2024-06-25T17:08:24.016433', 'startedAt': '2024-06-25T17:08:22.676465', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': 'kaggle.ipynb', 'codePathLocal': None, 'root': '/kaggle/working', 'host': 'b10c572b8059', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.17, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.17, 'min': 0.0, 'max': 0.0}, {'current': 2000.17, 'min': 0.0, 'max': 0.0}, {'current': 2000.17, 'min': 0.0, 'max': 0.0}, {'current': 2000.17, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5689.849388122559}}, 'gpu': 'Tesla P100-PCIE-16GB', 'gpu_count': 1, 'gpu_devices': [{'name': 'Tesla P100-PCIE-16GB', 'memory_total': 17179869184}], 'memory': {'total': 31.357563018798828}}
25
+ 2024-06-25 17:08:24,018 INFO HandlerThread:149 [system_monitor.py:probe():224] Finished collecting system info
26
+ 2024-06-25 17:08:24,018 INFO HandlerThread:149 [system_monitor.py:probe():227] Publishing system info
27
+ 2024-06-25 17:08:24,019 DEBUG HandlerThread:149 [system_info.py:_save_conda():208] Saving list of conda packages installed into the current environment
28
+ 2024-06-25 17:08:24,923 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/conda-environment.yaml
29
+ 2024-06-25 17:09:14,938 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/conda-environment.yaml
30
+ 2024-06-25 17:09:15,254 DEBUG HandlerThread:149 [system_info.py:_save_conda():220] Saving conda packages done
31
+ 2024-06-25 17:09:15,255 INFO HandlerThread:149 [system_monitor.py:probe():229] Finished publishing system info
32
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
33
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
34
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
35
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
36
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
37
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
38
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
39
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
40
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
41
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
42
+ 2024-06-25 17:09:15,264 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
43
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: python_packages
44
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: internal_messages
45
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: stop_status
46
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
47
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
48
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
49
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
50
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
51
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
52
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
53
+ 2024-06-25 17:09:15,265 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
54
+ 2024-06-25 17:09:15,267 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: python_packages
55
+ 2024-06-25 17:09:15,269 DEBUG SenderThread:149 [sender.py:send():382] send: telemetry
56
+ 2024-06-25 17:09:15,269 DEBUG SenderThread:149 [sender.py:send():382] send: config
57
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: metric
58
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: telemetry
59
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: metric
60
+ 2024-06-25 17:09:15,270 WARNING SenderThread:149 [sender.py:send_metric():1354] Seen metric with glob (shouldn't happen)
61
+ 2024-06-25 17:09:15,270 DEBUG SenderThread:149 [sender.py:send():382] send: telemetry
62
+ 2024-06-25 17:09:15,271 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: stop_status
63
+ 2024-06-25 17:09:15,523 DEBUG SenderThread:149 [sender.py:send():382] send: files
64
+ 2024-06-25 17:09:15,524 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-metadata.json with policy now
65
+ 2024-06-25 17:09:15,938 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/output.log
66
+ 2024-06-25 17:09:15,939 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-metadata.json
67
+ 2024-06-25 17:09:15,939 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/requirements.txt
68
+ 2024-06-25 17:09:16,295 INFO wandb-upload_0:149 [upload_job.py:push():131] Uploaded file /tmp/tmp_1pzo1aiwandb/85y8vdqe-wandb-metadata.json
69
+ 2024-06-25 17:09:17,939 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/output.log
70
+ 2024-06-25 17:09:18,525 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
71
+ 2024-06-25 17:09:19,042 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
72
+ 2024-06-25 17:09:23,530 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
73
+ 2024-06-25 17:09:23,942 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
74
+ 2024-06-25 17:09:24,009 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
75
+ 2024-06-25 17:09:24,010 DEBUG SenderThread:149 [sender.py:send():382] send: stats
76
+ 2024-06-25 17:09:24,060 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
77
+ 2024-06-25 17:09:29,011 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
78
+ 2024-06-25 17:09:29,061 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
79
+ 2024-06-25 17:09:34,012 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
80
+ 2024-06-25 17:09:34,062 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
81
+ 2024-06-25 17:09:39,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
82
+ 2024-06-25 17:09:39,064 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
83
+ 2024-06-25 17:09:44,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
84
+ 2024-06-25 17:09:44,065 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
85
+ 2024-06-25 17:09:49,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
86
+ 2024-06-25 17:09:49,066 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
87
+ 2024-06-25 17:09:54,010 DEBUG SenderThread:149 [sender.py:send():382] send: stats
88
+ 2024-06-25 17:09:54,067 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
89
+ 2024-06-25 17:09:55,011 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
90
+ 2024-06-25 17:09:59,068 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
91
+ 2024-06-25 17:10:00,012 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
92
+ 2024-06-25 17:10:04,070 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
93
+ 2024-06-25 17:10:05,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
94
+ 2024-06-25 17:10:09,072 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
95
+ 2024-06-25 17:10:10,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
96
+ 2024-06-25 17:10:14,090 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
97
+ 2024-06-25 17:10:15,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
98
+ 2024-06-25 17:10:19,092 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
99
+ 2024-06-25 17:10:20,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
100
+ 2024-06-25 17:10:24,011 DEBUG SenderThread:149 [sender.py:send():382] send: stats
101
+ 2024-06-25 17:10:24,093 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
102
+ 2024-06-25 17:10:26,012 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
103
+ 2024-06-25 17:10:29,094 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
104
+ 2024-06-25 17:10:31,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
105
+ 2024-06-25 17:10:34,095 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
106
+ 2024-06-25 17:10:36,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
107
+ 2024-06-25 17:10:39,096 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
108
+ 2024-06-25 17:10:41,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
109
+ 2024-06-25 17:10:44,097 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
110
+ 2024-06-25 17:10:46,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
111
+ 2024-06-25 17:10:49,107 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
112
+ 2024-06-25 17:10:51,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
113
+ 2024-06-25 17:10:54,012 DEBUG SenderThread:149 [sender.py:send():382] send: stats
114
+ 2024-06-25 17:10:54,109 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
115
+ 2024-06-25 17:10:57,013 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
116
+ 2024-06-25 17:10:59,109 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
117
+ 2024-06-25 17:11:02,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
118
+ 2024-06-25 17:11:04,111 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
119
+ 2024-06-25 17:11:07,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
120
+ 2024-06-25 17:11:09,112 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
121
+ 2024-06-25 17:11:12,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
122
+ 2024-06-25 17:11:14,113 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
123
+ 2024-06-25 17:11:17,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
124
+ 2024-06-25 17:11:19,114 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
125
+ 2024-06-25 17:11:22,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
126
+ 2024-06-25 17:11:24,013 DEBUG SenderThread:149 [sender.py:send():382] send: stats
127
+ 2024-06-25 17:11:24,115 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
128
+ 2024-06-25 17:11:28,014 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
129
+ 2024-06-25 17:11:29,116 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
130
+ 2024-06-25 17:11:33,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
131
+ 2024-06-25 17:11:34,117 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
132
+ 2024-06-25 17:11:38,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
133
+ 2024-06-25 17:11:39,118 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
134
+ 2024-06-25 17:11:43,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
135
+ 2024-06-25 17:11:44,119 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
136
+ 2024-06-25 17:11:48,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
137
+ 2024-06-25 17:11:49,120 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
138
+ 2024-06-25 17:11:53,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
139
+ 2024-06-25 17:11:54,014 DEBUG SenderThread:149 [sender.py:send():382] send: stats
140
+ 2024-06-25 17:11:54,122 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
141
+ 2024-06-25 17:11:59,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
142
+ 2024-06-25 17:11:59,123 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
143
+ 2024-06-25 17:12:04,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
144
+ 2024-06-25 17:12:04,124 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
145
+ 2024-06-25 17:12:09,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
146
+ 2024-06-25 17:12:09,125 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
147
+ 2024-06-25 17:12:14,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
148
+ 2024-06-25 17:12:14,126 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
149
+ 2024-06-25 17:12:19,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
150
+ 2024-06-25 17:12:19,127 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
151
+ 2024-06-25 17:12:24,014 DEBUG SenderThread:149 [sender.py:send():382] send: stats
152
+ 2024-06-25 17:12:24,129 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
153
+ 2024-06-25 17:12:25,015 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
154
+ 2024-06-25 17:12:29,130 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
155
+ 2024-06-25 17:12:30,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
156
+ 2024-06-25 17:12:34,141 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
157
+ 2024-06-25 17:12:35,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
158
+ 2024-06-25 17:12:39,142 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
159
+ 2024-06-25 17:12:40,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
160
+ 2024-06-25 17:12:44,143 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
161
+ 2024-06-25 17:12:45,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
162
+ 2024-06-25 17:12:49,161 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
163
+ 2024-06-25 17:12:50,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
164
+ 2024-06-25 17:12:54,015 DEBUG SenderThread:149 [sender.py:send():382] send: stats
165
+ 2024-06-25 17:12:54,162 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
166
+ 2024-06-25 17:12:56,016 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
167
+ 2024-06-25 17:12:59,164 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
168
+ 2024-06-25 17:13:01,017 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
169
+ 2024-06-25 17:13:04,165 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
170
+ 2024-06-25 17:13:06,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
171
+ 2024-06-25 17:13:09,075 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
172
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
173
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
174
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
175
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
176
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: metric
177
+ 2024-06-25 17:13:09,078 DEBUG SenderThread:149 [sender.py:send():382] send: history
178
+ 2024-06-25 17:13:09,079 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
179
+ 2024-06-25 17:13:09,080 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
180
+ 2024-06-25 17:13:09,175 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
181
+ 2024-06-25 17:13:10,034 INFO Thread-12 :149 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
182
+ 2024-06-25 17:13:11,081 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
183
+ 2024-06-25 17:13:14,176 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
184
+ 2024-06-25 17:13:16,083 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
185
+ 2024-06-25 17:13:19,177 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
186
+ 2024-06-25 17:13:21,083 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
187
+ 2024-06-25 17:13:24,016 DEBUG SenderThread:149 [sender.py:send():382] send: stats
188
+ 2024-06-25 17:13:24,178 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
189
+ 2024-06-25 17:13:27,018 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
190
+ 2024-06-25 17:13:29,179 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
191
+ 2024-06-25 17:13:32,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
192
+ 2024-06-25 17:13:33,046 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
193
+ 2024-06-25 17:13:34,192 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
194
+ 2024-06-25 17:13:37,285 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
195
+ 2024-06-25 17:13:39,193 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
196
+ 2024-06-25 17:13:42,286 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
197
+ 2024-06-25 17:13:44,194 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
198
+ 2024-06-25 17:13:47,287 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
199
+ 2024-06-25 17:13:49,196 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
200
+ 2024-06-25 17:13:52,288 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
201
+ 2024-06-25 17:13:54,018 DEBUG SenderThread:149 [sender.py:send():382] send: stats
202
+ 2024-06-25 17:13:54,197 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
203
+ 2024-06-25 17:13:58,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
204
+ 2024-06-25 17:13:59,198 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
205
+ 2024-06-25 17:14:03,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
206
+ 2024-06-25 17:14:04,199 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
207
+ 2024-06-25 17:14:08,022 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
208
+ 2024-06-25 17:14:09,200 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
209
+ 2024-06-25 17:14:13,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
210
+ 2024-06-25 17:14:14,201 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
211
+ 2024-06-25 17:14:18,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
212
+ 2024-06-25 17:14:19,203 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
213
+ 2024-06-25 17:14:23,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
214
+ 2024-06-25 17:14:24,018 DEBUG SenderThread:149 [sender.py:send():382] send: stats
215
+ 2024-06-25 17:14:24,204 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
216
+ 2024-06-25 17:14:29,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
217
+ 2024-06-25 17:14:29,205 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
218
+ 2024-06-25 17:14:34,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
219
+ 2024-06-25 17:14:34,206 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
220
+ 2024-06-25 17:14:39,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
221
+ 2024-06-25 17:14:39,217 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
222
+ 2024-06-25 17:14:44,022 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
223
+ 2024-06-25 17:14:44,227 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
224
+ 2024-06-25 17:14:49,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
225
+ 2024-06-25 17:14:49,228 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
226
+ 2024-06-25 17:14:54,019 DEBUG SenderThread:149 [sender.py:send():382] send: stats
227
+ 2024-06-25 17:14:54,229 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
228
+ 2024-06-25 17:14:55,019 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
229
+ 2024-06-25 17:14:59,230 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
230
+ 2024-06-25 17:15:00,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
231
+ 2024-06-25 17:15:04,232 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
232
+ 2024-06-25 17:15:05,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
233
+ 2024-06-25 17:15:09,233 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
234
+ 2024-06-25 17:15:10,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
235
+ 2024-06-25 17:15:14,234 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
236
+ 2024-06-25 17:15:15,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
237
+ 2024-06-25 17:15:19,235 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
238
+ 2024-06-25 17:15:20,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
239
+ 2024-06-25 17:15:24,019 DEBUG SenderThread:149 [sender.py:send():382] send: stats
240
+ 2024-06-25 17:15:24,237 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
241
+ 2024-06-25 17:15:26,020 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
242
+ 2024-06-25 17:15:29,238 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
243
+ 2024-06-25 17:15:31,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
244
+ 2024-06-25 17:15:34,239 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
245
+ 2024-06-25 17:15:36,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
246
+ 2024-06-25 17:15:39,240 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
247
+ 2024-06-25 17:15:41,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
248
+ 2024-06-25 17:15:44,242 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
249
+ 2024-06-25 17:15:46,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
250
+ 2024-06-25 17:15:49,243 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
251
+ 2024-06-25 17:15:51,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
252
+ 2024-06-25 17:15:54,020 DEBUG SenderThread:149 [sender.py:send():382] send: stats
253
+ 2024-06-25 17:15:54,244 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
254
+ 2024-06-25 17:15:57,021 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
255
+ 2024-06-25 17:15:59,245 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
256
+ 2024-06-25 17:16:02,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
257
+ 2024-06-25 17:16:04,250 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
258
+ 2024-06-25 17:16:07,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
259
+ 2024-06-25 17:16:09,251 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
260
+ 2024-06-25 17:16:12,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
261
+ 2024-06-25 17:16:14,252 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
262
+ 2024-06-25 17:16:17,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
263
+ 2024-06-25 17:16:19,253 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
264
+ 2024-06-25 17:16:22,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
265
+ 2024-06-25 17:16:24,021 DEBUG SenderThread:149 [sender.py:send():382] send: stats
266
+ 2024-06-25 17:16:24,254 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
267
+ 2024-06-25 17:16:28,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
268
+ 2024-06-25 17:16:29,256 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
269
+ 2024-06-25 17:16:33,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
270
+ 2024-06-25 17:16:34,257 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
271
+ 2024-06-25 17:16:34,488 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
272
+ 2024-06-25 17:16:34,490 DEBUG SenderThread:149 [sender.py:send():382] send: metric
273
+ 2024-06-25 17:16:34,490 DEBUG SenderThread:149 [sender.py:send():382] send: metric
274
+ 2024-06-25 17:16:34,490 DEBUG SenderThread:149 [sender.py:send():382] send: history
275
+ 2024-06-25 17:16:34,491 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
276
+ 2024-06-25 17:16:34,491 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
277
+ 2024-06-25 17:16:35,121 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
278
+ 2024-06-25 17:16:38,497 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
279
+ 2024-06-25 17:16:39,123 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
280
+ 2024-06-25 17:16:39,578 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
281
+ 2024-06-25 17:16:43,767 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
282
+ 2024-06-25 17:16:44,579 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
283
+ 2024-06-25 17:16:48,772 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
284
+ 2024-06-25 17:16:49,594 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
285
+ 2024-06-25 17:16:53,773 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
286
+ 2024-06-25 17:16:54,022 DEBUG SenderThread:149 [sender.py:send():382] send: stats
287
+ 2024-06-25 17:16:54,595 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
288
+ 2024-06-25 17:16:59,023 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
289
+ 2024-06-25 17:16:59,606 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
290
+ 2024-06-25 17:17:04,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
291
+ 2024-06-25 17:17:04,607 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
292
+ 2024-06-25 17:17:09,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
293
+ 2024-06-25 17:17:09,619 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
294
+ 2024-06-25 17:17:14,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
295
+ 2024-06-25 17:17:14,632 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
296
+ 2024-06-25 17:17:19,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
297
+ 2024-06-25 17:17:19,633 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
298
+ 2024-06-25 17:17:24,023 DEBUG SenderThread:149 [sender.py:send():382] send: stats
299
+ 2024-06-25 17:17:24,635 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
300
+ 2024-06-25 17:17:25,024 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
301
+ 2024-06-25 17:17:27,056 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
302
+ 2024-06-25 17:17:27,057 DEBUG SenderThread:149 [sender.py:send():382] send: history
303
+ 2024-06-25 17:17:27,057 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
304
+ 2024-06-25 17:17:27,058 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
305
+ 2024-06-25 17:17:27,141 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
306
+ 2024-06-25 17:17:29,649 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
307
+ 2024-06-25 17:17:30,059 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
308
+ 2024-06-25 17:17:34,650 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
309
+ 2024-06-25 17:17:35,060 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
310
+ 2024-06-25 17:17:39,652 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
311
+ 2024-06-25 17:17:40,061 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
312
+ 2024-06-25 17:17:44,653 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
313
+ 2024-06-25 17:17:45,062 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
314
+ 2024-06-25 17:17:49,654 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
315
+ 2024-06-25 17:17:50,063 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
316
+ 2024-06-25 17:17:54,024 DEBUG SenderThread:149 [sender.py:send():382] send: stats
317
+ 2024-06-25 17:17:54,655 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
318
+ 2024-06-25 17:17:56,025 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
319
+ 2024-06-25 17:17:59,657 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
320
+ 2024-06-25 17:18:01,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
321
+ 2024-06-25 17:18:04,658 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
322
+ 2024-06-25 17:18:06,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
323
+ 2024-06-25 17:18:09,659 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
324
+ 2024-06-25 17:18:11,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
325
+ 2024-06-25 17:18:14,660 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
326
+ 2024-06-25 17:18:16,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
327
+ 2024-06-25 17:18:19,661 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
328
+ 2024-06-25 17:18:21,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
329
+ 2024-06-25 17:18:24,025 DEBUG SenderThread:149 [sender.py:send():382] send: stats
330
+ 2024-06-25 17:18:24,670 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
331
+ 2024-06-25 17:18:27,026 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
332
+ 2024-06-25 17:18:29,671 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
333
+ 2024-06-25 17:18:32,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
334
+ 2024-06-25 17:18:34,672 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
335
+ 2024-06-25 17:18:37,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
336
+ 2024-06-25 17:18:39,673 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
337
+ 2024-06-25 17:18:42,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
338
+ 2024-06-25 17:18:44,674 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
339
+ 2024-06-25 17:18:47,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
340
+ 2024-06-25 17:18:49,675 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
341
+ 2024-06-25 17:18:52,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
342
+ 2024-06-25 17:18:54,026 DEBUG SenderThread:149 [sender.py:send():382] send: stats
343
+ 2024-06-25 17:18:54,676 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
344
+ 2024-06-25 17:18:58,027 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
345
+ 2024-06-25 17:18:59,678 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
346
+ 2024-06-25 17:19:03,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
347
+ 2024-06-25 17:19:04,679 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
348
+ 2024-06-25 17:19:08,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
349
+ 2024-06-25 17:19:09,680 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
350
+ 2024-06-25 17:19:13,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
351
+ 2024-06-25 17:19:14,699 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
352
+ 2024-06-25 17:19:18,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
353
+ 2024-06-25 17:19:19,700 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
354
+ 2024-06-25 17:19:23,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
355
+ 2024-06-25 17:19:24,027 DEBUG SenderThread:149 [sender.py:send():382] send: stats
356
+ 2024-06-25 17:19:24,701 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
357
+ 2024-06-25 17:19:29,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
358
+ 2024-06-25 17:19:29,702 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
359
+ 2024-06-25 17:19:34,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
360
+ 2024-06-25 17:19:34,703 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
361
+ 2024-06-25 17:19:39,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
362
+ 2024-06-25 17:19:39,704 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
363
+ 2024-06-25 17:19:44,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
364
+ 2024-06-25 17:19:44,705 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
365
+ 2024-06-25 17:19:49,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
366
+ 2024-06-25 17:19:49,707 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
367
+ 2024-06-25 17:19:54,028 DEBUG SenderThread:149 [sender.py:send():382] send: stats
368
+ 2024-06-25 17:19:54,720 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
369
+ 2024-06-25 17:19:55,028 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
370
+ 2024-06-25 17:19:59,721 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
371
+ 2024-06-25 17:20:00,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
372
+ 2024-06-25 17:20:04,722 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
373
+ 2024-06-25 17:20:05,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
374
+ 2024-06-25 17:20:09,723 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
375
+ 2024-06-25 17:20:10,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
376
+ 2024-06-25 17:20:14,724 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
377
+ 2024-06-25 17:20:15,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
378
+ 2024-06-25 17:20:19,725 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
379
+ 2024-06-25 17:20:20,034 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
380
+ 2024-06-25 17:20:24,028 DEBUG SenderThread:149 [sender.py:send():382] send: stats
381
+ 2024-06-25 17:20:24,726 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
382
+ 2024-06-25 17:20:26,029 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
383
+ 2024-06-25 17:20:29,729 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
384
+ 2024-06-25 17:20:31,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
385
+ 2024-06-25 17:20:34,730 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
386
+ 2024-06-25 17:20:36,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
387
+ 2024-06-25 17:20:39,731 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
388
+ 2024-06-25 17:20:41,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
389
+ 2024-06-25 17:20:44,732 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
390
+ 2024-06-25 17:20:46,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
391
+ 2024-06-25 17:20:49,733 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
392
+ 2024-06-25 17:20:51,034 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
393
+ 2024-06-25 17:20:54,029 DEBUG SenderThread:149 [sender.py:send():382] send: stats
394
+ 2024-06-25 17:20:54,735 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
395
+ 2024-06-25 17:20:57,030 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
396
+ 2024-06-25 17:20:59,736 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
397
+ 2024-06-25 17:21:02,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
398
+ 2024-06-25 17:21:04,736 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
399
+ 2024-06-25 17:21:07,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
400
+ 2024-06-25 17:21:09,738 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
401
+ 2024-06-25 17:21:12,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
402
+ 2024-06-25 17:21:14,739 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
403
+ 2024-06-25 17:21:17,035 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
404
+ 2024-06-25 17:21:19,740 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
405
+ 2024-06-25 17:21:22,037 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
406
+ 2024-06-25 17:21:24,030 DEBUG SenderThread:149 [sender.py:send():382] send: stats
407
+ 2024-06-25 17:21:24,741 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
408
+ 2024-06-25 17:21:28,031 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
409
+ 2024-06-25 17:21:29,742 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
410
+ 2024-06-25 17:21:33,032 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
411
+ 2024-06-25 17:21:34,743 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
412
+ 2024-06-25 17:21:38,033 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
413
+ 2024-06-25 17:21:39,744 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
414
+ 2024-06-25 17:21:42,144 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
415
+ 2024-06-25 17:21:42,146 DEBUG SenderThread:149 [sender.py:send():382] send: history
416
+ 2024-06-25 17:21:42,146 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
417
+ 2024-06-25 17:21:42,146 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
418
+ 2024-06-25 17:21:42,148 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: partial_history
419
+ 2024-06-25 17:21:42,150 DEBUG SenderThread:149 [sender.py:send():382] send: metric
420
+ 2024-06-25 17:21:42,150 DEBUG SenderThread:149 [sender.py:send():382] send: metric
421
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: metric
422
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: metric
423
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: metric
424
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send():382] send: history
425
+ 2024-06-25 17:21:42,151 DEBUG SenderThread:149 [sender.py:send_request():409] send_request: summary_record
426
+ 2024-06-25 17:21:42,152 INFO SenderThread:149 [sender.py:_save_file():1403] saving file wandb-summary.json with policy end
427
+ 2024-06-25 17:21:42,154 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
428
+ 2024-06-25 17:21:42,155 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
429
+ 2024-06-25 17:21:42,155 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
430
+ 2024-06-25 17:21:42,155 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
431
+ 2024-06-25 17:21:42,155 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
432
+ 2024-06-25 17:21:42,156 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
433
+ 2024-06-25 17:21:42,157 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
434
+ 2024-06-25 17:21:42,162 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
435
+ 2024-06-25 17:21:42,162 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
436
+ 2024-06-25 17:21:42,162 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
437
+ 2024-06-25 17:21:42,163 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
438
+ 2024-06-25 17:21:42,163 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
439
+ 2024-06-25 17:21:42,163 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
440
+ 2024-06-25 17:21:42,163 DEBUG SenderThread:149 [sender.py:send():382] send: stats
441
+ 2024-06-25 17:21:42,164 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
442
+ 2024-06-25 17:21:42,164 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
443
+ 2024-06-25 17:21:42,165 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
444
+ 2024-06-25 17:21:42,166 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
445
+ 2024-06-25 17:21:42,166 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
446
+ 2024-06-25 17:21:42,167 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
447
+ 2024-06-25 17:21:42,248 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/wandb-summary.json
448
+ 2024-06-25 17:21:43,164 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
449
+ 2024-06-25 17:21:43,345 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
450
+ 2024-06-25 17:21:43,345 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
451
+ 2024-06-25 17:21:43,345 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
452
+ 2024-06-25 17:21:43,346 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
453
+ 2024-06-25 17:21:43,346 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
454
+ 2024-06-25 17:21:43,347 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
455
+ 2024-06-25 17:21:43,347 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
456
+ 2024-06-25 17:21:43,347 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
457
+ 2024-06-25 17:21:43,353 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
458
+ 2024-06-25 17:21:43,353 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
459
+ 2024-06-25 17:21:43,354 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
460
+ 2024-06-25 17:21:43,354 DEBUG SenderThread:149 [sender.py:send():382] send: stats
461
+ 2024-06-25 17:21:44,755 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
462
+ 2024-06-25 17:21:48,360 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
463
+ 2024-06-25 17:21:49,251 INFO Thread-12 :149 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/files/config.yaml
464
+ 2024-06-25 17:21:49,756 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
465
+ 2024-06-25 17:21:53,646 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
466
+ 2024-06-25 17:21:54,757 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
467
+ 2024-06-25 17:21:58,647 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
468
+ 2024-06-25 17:21:59,758 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
469
+ 2024-06-25 17:22:03,648 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
470
+ 2024-06-25 17:22:04,759 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
471
+ 2024-06-25 17:22:08,650 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
472
+ 2024-06-25 17:22:09,760 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
473
+ 2024-06-25 17:22:13,651 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
474
+ 2024-06-25 17:22:14,761 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
475
+ 2024-06-25 17:22:18,652 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
476
+ 2024-06-25 17:22:19,762 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
477
+ 2024-06-25 17:22:23,653 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
478
+ 2024-06-25 17:22:24,763 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
479
+ 2024-06-25 17:22:28,654 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
480
+ 2024-06-25 17:22:29,765 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
481
+ 2024-06-25 17:22:33,656 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
482
+ 2024-06-25 17:22:34,766 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
483
+ 2024-06-25 17:22:38,657 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
484
+ 2024-06-25 17:22:39,767 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
485
+ 2024-06-25 17:22:43,658 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
486
+ 2024-06-25 17:22:44,769 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
487
+ 2024-06-25 17:22:48,660 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
488
+ 2024-06-25 17:22:49,770 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
489
+ 2024-06-25 17:22:53,661 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
490
+ 2024-06-25 17:22:54,771 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
491
+ 2024-06-25 17:22:58,662 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
492
+ 2024-06-25 17:22:59,772 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
493
+ 2024-06-25 17:23:03,664 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
494
+ 2024-06-25 17:23:04,773 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
495
+ 2024-06-25 17:23:08,665 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
496
+ 2024-06-25 17:23:09,775 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
497
+ 2024-06-25 17:23:13,666 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
498
+ 2024-06-25 17:23:14,776 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
499
+ 2024-06-25 17:23:18,667 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
500
+ 2024-06-25 17:23:19,777 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
501
+ 2024-06-25 17:23:23,668 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
502
+ 2024-06-25 17:23:24,778 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
503
+ 2024-06-25 17:23:28,670 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
504
+ 2024-06-25 17:23:29,779 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
505
+ 2024-06-25 17:23:33,671 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
506
+ 2024-06-25 17:23:34,781 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
507
+ 2024-06-25 17:23:38,672 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
508
+ 2024-06-25 17:23:39,782 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
509
+ 2024-06-25 17:23:43,673 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
510
+ 2024-06-25 17:23:44,783 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
511
+ 2024-06-25 17:23:48,674 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
512
+ 2024-06-25 17:23:49,784 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
513
+ 2024-06-25 17:23:53,675 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
514
+ 2024-06-25 17:23:54,785 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
515
+ 2024-06-25 17:23:58,676 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
516
+ 2024-06-25 17:23:59,786 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
517
+ 2024-06-25 17:24:03,677 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
518
+ 2024-06-25 17:24:04,787 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
519
+ 2024-06-25 17:24:08,678 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
520
+ 2024-06-25 17:24:09,789 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
521
+ 2024-06-25 17:24:13,679 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
522
+ 2024-06-25 17:24:14,790 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
523
+ 2024-06-25 17:24:18,680 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
524
+ 2024-06-25 17:24:19,791 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
525
+ 2024-06-25 17:24:23,681 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
526
+ 2024-06-25 17:24:24,792 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
527
+ 2024-06-25 17:24:28,683 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
528
+ 2024-06-25 17:24:29,793 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
529
+ 2024-06-25 17:24:33,684 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
530
+ 2024-06-25 17:24:34,794 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
531
+ 2024-06-25 17:24:38,685 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
532
+ 2024-06-25 17:24:39,795 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
533
+ 2024-06-25 17:24:43,686 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
534
+ 2024-06-25 17:24:44,796 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
535
+ 2024-06-25 17:24:48,687 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
536
+ 2024-06-25 17:24:49,797 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
537
+ 2024-06-25 17:24:53,688 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
538
+ 2024-06-25 17:24:54,798 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
539
+ 2024-06-25 17:24:58,689 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
540
+ 2024-06-25 17:24:59,799 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
541
+ 2024-06-25 17:25:03,690 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
542
+ 2024-06-25 17:25:04,800 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
543
+ 2024-06-25 17:25:08,691 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
544
+ 2024-06-25 17:25:09,802 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
545
+ 2024-06-25 17:25:13,693 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
546
+ 2024-06-25 17:25:14,803 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
547
+ 2024-06-25 17:25:18,694 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
548
+ 2024-06-25 17:25:19,804 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
549
+ 2024-06-25 17:25:23,696 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
550
+ 2024-06-25 17:25:24,805 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
551
+ 2024-06-25 17:25:28,697 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
552
+ 2024-06-25 17:25:29,816 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
553
+ 2024-06-25 17:25:32,340 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
554
+ 2024-06-25 17:25:32,340 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
555
+ 2024-06-25 17:25:32,341 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
556
+ 2024-06-25 17:25:32,341 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
557
+ 2024-06-25 17:25:32,341 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
558
+ 2024-06-25 17:25:32,342 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
559
+ 2024-06-25 17:25:32,343 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
560
+ 2024-06-25 17:25:32,344 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
561
+ 2024-06-25 17:25:32,345 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
562
+ 2024-06-25 17:25:33,276 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
563
+ 2024-06-25 17:25:33,276 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
564
+ 2024-06-25 17:25:33,276 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
565
+ 2024-06-25 17:25:33,277 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
566
+ 2024-06-25 17:25:33,277 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
567
+ 2024-06-25 17:25:33,277 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
568
+ 2024-06-25 17:25:33,278 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
569
+ 2024-06-25 17:25:33,278 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
570
+ 2024-06-25 17:25:33,284 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
571
+ 2024-06-25 17:25:33,284 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
572
+ 2024-06-25 17:25:33,284 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
573
+ 2024-06-25 17:25:33,285 DEBUG SenderThread:149 [sender.py:send():382] send: stats
574
+ 2024-06-25 17:25:34,285 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
575
+ 2024-06-25 17:25:34,822 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
576
+ 2024-06-25 17:25:39,287 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
577
+ 2024-06-25 17:25:39,823 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
578
+ 2024-06-25 17:25:41,640 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
579
+ 2024-06-25 17:25:41,640 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
580
+ 2024-06-25 17:25:41,640 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
581
+ 2024-06-25 17:25:41,640 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
582
+ 2024-06-25 17:25:41,641 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
583
+ 2024-06-25 17:25:41,642 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
584
+ 2024-06-25 17:25:41,642 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
585
+ 2024-06-25 17:25:41,643 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
586
+ 2024-06-25 17:25:41,645 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
587
+ 2024-06-25 17:25:41,698 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: pause
588
+ 2024-06-25 17:25:41,698 INFO HandlerThread:149 [handler.py:handle_request_pause():708] stopping system metrics thread
589
+ 2024-06-25 17:25:41,698 INFO HandlerThread:149 [system_monitor.py:finish():203] Stopping system monitor
590
+ 2024-06-25 17:25:41,698 DEBUG SystemMonitor:149 [system_monitor.py:_start():172] Starting system metrics aggregation loop
591
+ 2024-06-25 17:25:41,700 DEBUG SystemMonitor:149 [system_monitor.py:_start():179] Finished system metrics aggregation loop
592
+ 2024-06-25 17:25:41,701 DEBUG SystemMonitor:149 [system_monitor.py:_start():183] Publishing last batch of metrics
593
+ 2024-06-25 17:25:41,702 INFO HandlerThread:149 [interfaces.py:finish():202] Joined cpu monitor
594
+ 2024-06-25 17:25:41,702 INFO HandlerThread:149 [interfaces.py:finish():202] Joined disk monitor
595
+ 2024-06-25 17:25:41,708 INFO HandlerThread:149 [interfaces.py:finish():202] Joined gpu monitor
596
+ 2024-06-25 17:25:41,708 INFO HandlerThread:149 [interfaces.py:finish():202] Joined memory monitor
597
+ 2024-06-25 17:25:41,709 INFO HandlerThread:149 [interfaces.py:finish():202] Joined network monitor
598
+ 2024-06-25 17:25:41,709 DEBUG SenderThread:149 [sender.py:send():382] send: stats
599
+ 2024-06-25 17:25:44,710 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
600
+ 2024-06-25 17:25:44,824 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
601
+ 2024-06-25 17:25:49,711 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
602
+ 2024-06-25 17:25:49,825 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
603
+ 2024-06-25 17:25:54,712 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
604
+ 2024-06-25 17:25:54,826 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
605
+ 2024-06-25 17:25:59,712 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
606
+ 2024-06-25 17:25:59,827 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
607
+ 2024-06-25 17:26:04,713 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
608
+ 2024-06-25 17:26:04,828 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
609
+ 2024-06-25 17:26:09,714 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
610
+ 2024-06-25 17:26:09,829 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
611
+ 2024-06-25 17:26:14,715 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
612
+ 2024-06-25 17:26:14,830 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
613
+ 2024-06-25 17:26:19,715 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
614
+ 2024-06-25 17:26:19,832 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
615
+ 2024-06-25 17:26:24,716 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
616
+ 2024-06-25 17:26:24,833 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
617
+ 2024-06-25 17:26:29,717 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
618
+ 2024-06-25 17:26:29,834 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
619
+ 2024-06-25 17:26:34,718 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
620
+ 2024-06-25 17:26:34,836 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
621
+ 2024-06-25 17:26:35,742 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: resume
622
+ 2024-06-25 17:26:35,743 INFO HandlerThread:149 [handler.py:handle_request_resume():699] starting system metrics thread
623
+ 2024-06-25 17:26:35,743 INFO HandlerThread:149 [system_monitor.py:start():194] Starting system monitor
624
+ 2024-06-25 17:26:35,743 INFO SystemMonitor:149 [system_monitor.py:_start():158] Starting system asset monitoring threads
625
+ 2024-06-25 17:26:35,744 INFO SystemMonitor:149 [interfaces.py:start():190] Started cpu monitoring
626
+ 2024-06-25 17:26:35,744 INFO SystemMonitor:149 [interfaces.py:start():190] Started disk monitoring
627
+ 2024-06-25 17:26:35,746 INFO SystemMonitor:149 [interfaces.py:start():190] Started gpu monitoring
628
+ 2024-06-25 17:26:35,747 INFO SystemMonitor:149 [interfaces.py:start():190] Started memory monitoring
629
+ 2024-06-25 17:26:35,748 INFO SystemMonitor:149 [interfaces.py:start():190] Started network monitoring
630
+ 2024-06-25 17:26:39,719 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
631
+ 2024-06-25 17:26:39,837 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
632
+ 2024-06-25 17:26:44,720 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
633
+ 2024-06-25 17:26:44,838 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
634
+ 2024-06-25 17:26:49,720 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
635
+ 2024-06-25 17:26:49,839 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
636
+ 2024-06-25 17:26:54,721 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
637
+ 2024-06-25 17:26:54,840 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
638
+ 2024-06-25 17:26:59,722 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
639
+ 2024-06-25 17:26:59,842 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
640
+ 2024-06-25 17:27:04,723 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
641
+ 2024-06-25 17:27:04,843 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
642
+ 2024-06-25 17:27:09,723 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
643
+ 2024-06-25 17:27:09,844 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
644
+ 2024-06-25 17:27:14,724 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
645
+ 2024-06-25 17:27:14,845 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
646
+ 2024-06-25 17:27:19,725 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
647
+ 2024-06-25 17:27:19,847 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
648
+ 2024-06-25 17:27:24,725 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: status_report
649
+ 2024-06-25 17:27:24,849 DEBUG HandlerThread:149 [handler.py:handle_request():146] handle_request: keepalive
wandb/run-20240625_170822-n5fw7h0h/logs/debug.log ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Current SDK version is 0.16.2
2
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Configure stats pid to 26
3
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Loading settings from /root/.config/wandb/settings
4
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Loading settings from /kaggle/working/wandb/settings
5
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Loading settings from environment variables: {}
6
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Applying setup settings: {'_disable_service': False}
7
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Inferring run settings from compute environment: {'program': '<python with no main file>'}
8
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_setup.py:_flush():76] Applying login settings: {'api_key': '***REDACTED***'}
9
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_init.py:_log_setup():526] Logging user logs to /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/logs/debug.log
10
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_init.py:_log_setup():527] Logging internal logs to /kaggle/working/wandb/run-20240625_170822-n5fw7h0h/logs/debug-internal.log
11
+ 2024-06-25 17:08:22,678 INFO MainThread:26 [wandb_init.py:_jupyter_setup():472] configuring jupyter hooks <wandb.sdk.wandb_init._WandbInit object at 0x79d64979c5e0>
12
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():566] calling init triggers
13
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():573] wandb.init called with sweep_config: {}
14
+ config: {}
15
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():616] starting backend
16
+ 2024-06-25 17:08:22,679 INFO MainThread:26 [wandb_init.py:init():620] setting up manager
17
+ 2024-06-25 17:08:22,681 INFO MainThread:26 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
18
+ 2024-06-25 17:08:22,684 INFO MainThread:26 [wandb_init.py:init():628] backend started and connected
19
+ 2024-06-25 17:08:22,695 INFO MainThread:26 [wandb_run.py:_label_probe_notebook():1294] probe notebook
20
+ 2024-06-25 17:08:23,447 INFO MainThread:26 [wandb_init.py:init():720] updated telemetry
21
+ 2024-06-25 17:08:23,451 INFO MainThread:26 [wandb_init.py:init():753] communicating run to backend with 90.0 second timeout
22
+ 2024-06-25 17:08:23,931 INFO MainThread:26 [wandb_run.py:_on_init():2254] communicating current version
23
+ 2024-06-25 17:08:23,982 INFO MainThread:26 [wandb_run.py:_on_init():2263] got version response upgrade_message: "wandb version 0.17.3 is available! To upgrade, please run:\n $ pip install wandb --upgrade"
24
+
25
+ 2024-06-25 17:08:23,982 INFO MainThread:26 [wandb_init.py:init():804] starting run threads in backend
26
+ 2024-06-25 17:08:54,021 INFO MainThread:26 [wandb_run.py:_console_start():2233] atexit reg
27
+ 2024-06-25 17:08:54,022 INFO MainThread:26 [wandb_run.py:_redirect():2088] redirect: wrap_raw
28
+ 2024-06-25 17:08:54,022 INFO MainThread:26 [wandb_run.py:_redirect():2153] Wrapping output streams.
29
+ 2024-06-25 17:08:54,023 INFO MainThread:26 [wandb_run.py:_redirect():2178] Redirects installed.
30
+ 2024-06-25 17:08:54,024 INFO MainThread:26 [wandb_init.py:init():847] run started, returning control to user process
31
+ 2024-06-25 17:08:54,029 INFO MainThread:26 [wandb_run.py:_config_callback():1342] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': None, 'use_bfloat16': False, 'tf_legacy_loss': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'typical_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'exponential_decay_length_penalty': None, 'suppress_tokens': None, 'begin_suppress_tokens': None, 'architectures': ['RobertaForMaskedLM'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1', 2: 'LABEL_2', 3: 'LABEL_3', 4: 'LABEL_4', 5: 'LABEL_5', 6: 'LABEL_6', 7: 'LABEL_7', 8: 'LABEL_8', 9: 'LABEL_9', 10: 'LABEL_10', 11: 'LABEL_11', 12: 'LABEL_12', 13: 'LABEL_13', 14: 'LABEL_14', 15: 'LABEL_15', 16: 'LABEL_16', 17: 'LABEL_17', 18: 'LABEL_18', 19: 'LABEL_19', 20: 'LABEL_20', 21: 'LABEL_21'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1, 'LABEL_2': 2, 'LABEL_3': 3, 'LABEL_4': 4, 'LABEL_5': 5, 'LABEL_6': 6, 'LABEL_7': 7, 'LABEL_8': 8, 'LABEL_9': 9, 'LABEL_10': 10, 'LABEL_11': 11, 'LABEL_12': 12, 'LABEL_13': 13, 'LABEL_14': 14, 'LABEL_15': 15, 'LABEL_16': 16, 'LABEL_17': 17, 'LABEL_18': 18, 'LABEL_19': 19, 'LABEL_20': 20, 'LABEL_21': 21}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 0, 'pad_token_id': 1, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'roberta-base', 'transformers_version': '4.36.2', 'model_type': 'roberta', 'vocab_size': 50265, 'hidden_size': 768, 'num_hidden_layers': 12, 'num_attention_heads': 12, 'hidden_act': 'gelu', 'intermediate_size': 3072, 'hidden_dropout_prob': 0.1, 'attention_probs_dropout_prob': 0.1, 'max_position_embeddings': 514, 'type_vocab_size': 1, 'initializer_range': 0.02, 'layer_norm_eps': 1e-05, 'position_embedding_type': 'absolute', 'use_cache': True, 'classifier_dropout': None, 'output_dir': '/kaggle/working/results', 'overwrite_output_dir': False, 'do_train': False, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'epoch', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, 'per_gpu_train_batch_size': None, 'per_gpu_eval_batch_size': None, 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': None, 'eval_delay': 0, 'learning_rate': 2e-05, 'weight_decay': 0.01, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 3, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'lr_scheduler_kwargs': {}, 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': 'passive', 'log_level_replica': 'warning', 'log_on_each_node': True, 'logging_dir': '/kaggle/working//logs', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 500, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': None, 'save_safetensors': True, 'save_on_each_node': False, 'save_only_model': False, 'no_cuda': False, 'use_cpu': False, 'use_mps_device': False, 'seed': 42, 'data_seed': None, 'jit_mode_eval': False, 'use_ipex': False, 'bf16': False, 'fp16': False, 'fp16_opt_level': 'O1', 'half_precision_backend': 'auto', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': None, 'local_rank': 0, 'ddp_backend': None, 'tpu_num_cores': None, 'tpu_metrics_debug': False, 'debug': [], 'dataloader_drop_last': False, 'eval_steps': None, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': '/kaggle/working/results', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': None, 'load_best_model_at_end': False, 'metric_for_best_model': None, 'greater_is_better': None, 'ignore_data_skip': False, 'fsdp': [], 'fsdp_min_num_params': 0, 'fsdp_config': {'min_num_params': 0, 'xla': False, 'xla_fsdp_grad_ckpt': False}, 'fsdp_transformer_layer_cls_to_wrap': None, 'deepspeed': None, 'label_smoothing_factor': 0.0, 'optim': 'adamw_torch', 'optim_args': None, 'adafactor': False, 'group_by_length': False, 'length_column_name': 'length', 'report_to': ['tensorboard', 'wandb'], 'ddp_find_unused_parameters': None, 'ddp_bucket_cap_mb': None, 'ddp_broadcast_buffers': None, 'dataloader_pin_memory': True, 'dataloader_persistent_workers': False, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': False, 'resume_from_checkpoint': None, 'hub_model_id': None, 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'hub_private_repo': False, 'hub_always_push': False, 'gradient_checkpointing': False, 'gradient_checkpointing_kwargs': None, 'include_inputs_for_metrics': False, 'fp16_backend': 'auto', 'push_to_hub_model_id': None, 'push_to_hub_organization': None, 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', 'mp_parameters': '', 'auto_find_batch_size': False, 'full_determinism': False, 'torchdynamo': None, 'ray_scope': 'last', 'ddp_timeout': 1800, 'torch_compile': False, 'torch_compile_backend': None, 'torch_compile_mode': None, 'dispatch_batches': None, 'split_batches': False, 'include_tokens_per_second': False, 'include_num_input_tokens_seen': False, 'neftune_noise_alpha': None}
32
+ 2024-06-25 17:21:42,154 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
33
+ 2024-06-25 17:21:42,154 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
34
+ 2024-06-25 17:21:42,161 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
35
+ 2024-06-25 17:21:43,344 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
36
+ 2024-06-25 17:21:43,345 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
37
+ 2024-06-25 17:25:32,339 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
38
+ 2024-06-25 17:25:33,275 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
39
+ 2024-06-25 17:25:33,275 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
40
+ 2024-06-25 17:25:41,639 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
41
+ 2024-06-25 17:25:41,697 INFO MainThread:26 [jupyter.py:save_ipynb():373] not saving jupyter notebook
42
+ 2024-06-25 17:25:41,697 INFO MainThread:26 [wandb_init.py:_pause_backend():437] pausing backend
43
+ 2024-06-25 17:26:35,742 INFO MainThread:26 [wandb_init.py:_resume_backend():442] resuming backend
wandb/run-20240625_170822-n5fw7h0h/run-n5fw7h0h.wandb ADDED
Binary file (25.1 kB). View file