dat commited on
Commit
b439f0a
1 Parent(s): 1227ce7

add pt tokenizer

Browse files
create_pt_tokenizer.py ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ from transformers import AutoTokenizer
2
+ tokenizer = AutoTokenizer.from_pretrained("./")
3
+ tokenizer.save_pretrained("./")
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}, "sep_token": {"content": "[SEP]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}, "cls_token": {"content": "[CLS]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": false}, "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "sep_token": {"content": "[SEP]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "[CLS]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "special_tokens_map_file": null, "name_or_path": "./", "tokenizer_class": "BigBirdTokenizer"}
wandb/run-20210715_185845-dq8uirtg/files/output.log CHANGED
@@ -3213,3 +3213,121 @@ Training...: 27798it [3:18:04, 2.72it/s]█████████████
3213
 
3214
 
3215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3213
 
3214
 
3215
 
3216
+
3217
+ Training...: 27855it [3:18:38, 1.10it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3218
+
3219
+
3220
+
3221
+
3222
+
3223
+ Training...: 27899it [3:18:57, 4.01s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3224
+
3225
+
3226
+
3227
+
3228
+
3229
+ Training...: 27951it [3:19:17, 2.25s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3230
+
3231
+
3232
+
3233
+
3234
+
3235
+ Training...: 28001it [3:19:37, 2.24s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3236
+
3237
+
3238
+
3239
+
3240
+
3241
+ Training...: 28053it [3:19:58, 1.39s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3242
+
3243
+
3244
+
3245
+
3246
+
3247
+ Training...: 28103it [3:20:18, 1.40s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3248
+
3249
+
3250
+
3251
+
3252
+ Training...: 28148it [3:20:24, 2.72it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3253
+
3254
+
3255
+
3256
+
3257
+
3258
+ Training...: 28198it [3:20:44, 2.67it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3259
+
3260
+
3261
+
3262
+
3263
+
3264
+
3265
+ Training...: 28257it [3:21:18, 1.59it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3266
+
3267
+
3268
+
3269
+
3270
+
3271
+ Training...: 28301it [3:21:38, 2.25s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3272
+
3273
+
3274
+
3275
+
3276
+
3277
+ Training...: 28351it [3:21:58, 2.24s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3278
+
3279
+
3280
+
3281
+
3282
+
3283
+ Training...: 28403it [3:22:18, 1.39s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3284
+
3285
+
3286
+
3287
+
3288
+
3289
+ Training...: 28453it [3:22:38, 1.40s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3290
+
3291
+
3292
+
3293
+
3294
+
3295
+ Training...: 28503it [3:22:58, 1.41s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3296
+
3297
+
3298
+
3299
+
3300
+
3301
+ Training...: 28553it [3:23:18, 1.40s/it]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3302
+
3303
+
3304
+
3305
+
3306
+ Training...: 28598it [3:23:25, 2.71it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3307
+
3308
+
3309
+
3310
+
3311
+
3312
+ Training...: 28648it [3:23:45, 2.67it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3313
+
3314
+
3315
+
3316
+
3317
+
3318
+
3319
+ Training...: 28709it [3:24:19, 2.23it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3320
+
3321
+
3322
+
3323
+
3324
+ Training...: 28761it [3:24:39, 3.04it/s]█████████████████��████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3325
+
3326
+
3327
+
3328
+
3329
+ Training...: 28805it [3:24:58, 1.09it/s]██████████████████████████████████████████████████████████████| 500/500 [00:59<00:00, 7.90it/s]
3330
+
3331
+
3332
+
3333
+
wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json CHANGED
@@ -1 +1 @@
1
- {"training_step": 127850, "learning_rate": 2.491683881089557e-05, "train_loss": 2.3061389923095703, "_runtime": 12262, "_timestamp": 1626387787, "_step": 561, "eval_step": 126000, "eval_accuracy": 0.5787546038627625, "eval_loss": 2.237921953201294}
1
+ {"training_step": 128800, "learning_rate": 2.4875864255591296e-05, "train_loss": 2.341568946838379, "_runtime": 12642, "_timestamp": 1626388167, "_step": 580, "eval_step": 126000, "eval_accuracy": 0.5787546038627625, "eval_loss": 2.237921953201294}
wandb/run-20210715_185845-dq8uirtg/logs/debug-internal.log CHANGED
@@ -7211,3 +7211,255 @@
7211
  2021-07-15 22:23:07,130 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7212
  2021-07-15 22:23:07,131 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7213
  2021-07-15 22:23:07,132 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7211
  2021-07-15 22:23:07,130 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7212
  2021-07-15 22:23:07,131 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7213
  2021-07-15 22:23:07,132 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7214
+ 2021-07-15 22:23:07,716 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7215
+ 2021-07-15 22:23:07,716 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7216
+ 2021-07-15 22:23:09,717 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7217
+ 2021-07-15 22:23:11,718 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7218
+ 2021-07-15 22:23:13,719 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7219
+ 2021-07-15 22:23:15,720 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7220
+ 2021-07-15 22:23:17,623 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7221
+ 2021-07-15 22:23:17,623 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7222
+ 2021-07-15 22:23:17,818 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7223
+ 2021-07-15 22:23:27,173 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7224
+ 2021-07-15 22:23:27,173 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7225
+ 2021-07-15 22:23:27,174 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7226
+ 2021-07-15 22:23:27,725 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7227
+ 2021-07-15 22:23:27,725 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7228
+ 2021-07-15 22:23:29,726 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7229
+ 2021-07-15 22:23:31,727 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7230
+ 2021-07-15 22:23:32,758 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7231
+ 2021-07-15 22:23:32,758 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7232
+ 2021-07-15 22:23:33,728 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7233
+ 2021-07-15 22:23:35,728 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7234
+ 2021-07-15 22:23:47,208 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7235
+ 2021-07-15 22:23:47,209 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7236
+ 2021-07-15 22:23:47,209 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7237
+ 2021-07-15 22:23:47,734 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7238
+ 2021-07-15 22:23:47,734 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7239
+ 2021-07-15 22:23:47,891 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7240
+ 2021-07-15 22:23:47,891 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7241
+ 2021-07-15 22:23:48,022 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7242
+ 2021-07-15 22:23:49,735 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7243
+ 2021-07-15 22:23:50,735 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7244
+ 2021-07-15 22:23:52,736 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7245
+ 2021-07-15 22:23:54,737 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7246
+ 2021-07-15 22:23:56,738 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7247
+ 2021-07-15 22:24:03,023 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7248
+ 2021-07-15 22:24:03,024 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7249
+ 2021-07-15 22:24:07,261 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7250
+ 2021-07-15 22:24:07,262 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7251
+ 2021-07-15 22:24:07,262 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7252
+ 2021-07-15 22:24:07,742 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7253
+ 2021-07-15 22:24:08,743 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7254
+ 2021-07-15 22:24:09,743 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7255
+ 2021-07-15 22:24:10,744 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7256
+ 2021-07-15 22:24:12,745 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7257
+ 2021-07-15 22:24:14,745 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7258
+ 2021-07-15 22:24:16,747 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7259
+ 2021-07-15 22:24:17,974 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7260
+ 2021-07-15 22:24:18,156 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7261
+ 2021-07-15 22:24:18,156 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7262
+ 2021-07-15 22:24:27,304 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7263
+ 2021-07-15 22:24:27,304 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7264
+ 2021-07-15 22:24:27,307 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7265
+ 2021-07-15 22:24:27,752 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7266
+ 2021-07-15 22:24:28,752 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7267
+ 2021-07-15 22:24:29,753 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7268
+ 2021-07-15 22:24:30,753 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7269
+ 2021-07-15 22:24:32,754 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7270
+ 2021-07-15 22:24:33,287 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7271
+ 2021-07-15 22:24:33,287 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7272
+ 2021-07-15 22:24:34,755 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7273
+ 2021-07-15 22:24:36,756 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7274
+ 2021-07-15 22:24:47,365 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7275
+ 2021-07-15 22:24:47,366 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7276
+ 2021-07-15 22:24:47,366 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7277
+ 2021-07-15 22:24:47,760 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7278
+ 2021-07-15 22:24:48,051 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7279
+ 2021-07-15 22:24:48,429 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7280
+ 2021-07-15 22:24:48,429 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7281
+ 2021-07-15 22:24:48,761 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7282
+ 2021-07-15 22:24:49,761 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7283
+ 2021-07-15 22:24:50,762 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7284
+ 2021-07-15 22:24:52,763 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7285
+ 2021-07-15 22:24:54,763 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7286
+ 2021-07-15 22:24:56,764 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7287
+ 2021-07-15 22:25:03,610 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7288
+ 2021-07-15 22:25:03,610 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7289
+ 2021-07-15 22:25:07,410 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7290
+ 2021-07-15 22:25:07,411 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7291
+ 2021-07-15 22:25:07,413 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7292
+ 2021-07-15 22:25:07,769 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7293
+ 2021-07-15 22:25:07,770 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7294
+ 2021-07-15 22:25:08,770 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7295
+ 2021-07-15 22:25:10,771 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7296
+ 2021-07-15 22:25:12,771 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7297
+ 2021-07-15 22:25:14,772 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7298
+ 2021-07-15 22:25:16,773 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7299
+ 2021-07-15 22:25:18,127 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7300
+ 2021-07-15 22:25:18,746 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7301
+ 2021-07-15 22:25:18,746 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7302
+ 2021-07-15 22:25:27,457 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7303
+ 2021-07-15 22:25:27,457 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7304
+ 2021-07-15 22:25:27,458 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7305
+ 2021-07-15 22:25:27,777 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7306
+ 2021-07-15 22:25:27,777 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7307
+ 2021-07-15 22:25:28,778 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7308
+ 2021-07-15 22:25:30,778 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7309
+ 2021-07-15 22:25:32,779 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7310
+ 2021-07-15 22:25:33,896 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7311
+ 2021-07-15 22:25:33,897 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7312
+ 2021-07-15 22:25:34,780 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7313
+ 2021-07-15 22:25:36,781 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7314
+ 2021-07-15 22:25:47,504 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7315
+ 2021-07-15 22:25:47,504 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7316
+ 2021-07-15 22:25:47,508 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7317
+ 2021-07-15 22:25:47,786 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7318
+ 2021-07-15 22:25:48,204 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7319
+ 2021-07-15 22:25:48,786 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7320
+ 2021-07-15 22:25:49,044 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7321
+ 2021-07-15 22:25:49,045 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7322
+ 2021-07-15 22:25:49,787 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7323
+ 2021-07-15 22:25:50,788 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7324
+ 2021-07-15 22:25:52,788 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7325
+ 2021-07-15 22:25:54,789 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7326
+ 2021-07-15 22:25:56,790 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7327
+ 2021-07-15 22:26:04,180 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7328
+ 2021-07-15 22:26:04,181 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7329
+ 2021-07-15 22:26:07,547 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7330
+ 2021-07-15 22:26:07,548 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7331
+ 2021-07-15 22:26:07,548 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7332
+ 2021-07-15 22:26:07,794 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7333
+ 2021-07-15 22:26:08,794 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7334
+ 2021-07-15 22:26:09,795 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7335
+ 2021-07-15 22:26:10,795 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7336
+ 2021-07-15 22:26:12,796 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7337
+ 2021-07-15 22:26:14,797 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7338
+ 2021-07-15 22:26:16,798 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7339
+ 2021-07-15 22:26:18,282 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7340
+ 2021-07-15 22:26:19,315 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7341
+ 2021-07-15 22:26:19,315 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7342
+ 2021-07-15 22:26:27,587 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7343
+ 2021-07-15 22:26:27,587 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7344
+ 2021-07-15 22:26:27,588 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7345
+ 2021-07-15 22:26:27,801 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7346
+ 2021-07-15 22:26:28,802 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7347
+ 2021-07-15 22:26:29,802 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7348
+ 2021-07-15 22:26:30,803 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7349
+ 2021-07-15 22:26:32,804 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7350
+ 2021-07-15 22:26:34,470 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7351
+ 2021-07-15 22:26:34,471 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7352
+ 2021-07-15 22:26:34,804 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7353
+ 2021-07-15 22:26:36,805 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7354
+ 2021-07-15 22:26:47,624 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7355
+ 2021-07-15 22:26:47,624 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7356
+ 2021-07-15 22:26:47,624 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7357
+ 2021-07-15 22:26:47,809 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7358
+ 2021-07-15 22:26:48,360 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7359
+ 2021-07-15 22:26:48,810 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7360
+ 2021-07-15 22:26:49,615 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7361
+ 2021-07-15 22:26:49,615 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7362
+ 2021-07-15 22:26:49,810 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7363
+ 2021-07-15 22:26:50,811 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7364
+ 2021-07-15 22:26:52,811 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7365
+ 2021-07-15 22:26:54,812 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7366
+ 2021-07-15 22:26:56,813 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7367
+ 2021-07-15 22:27:04,746 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7368
+ 2021-07-15 22:27:04,746 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7369
+ 2021-07-15 22:27:07,662 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7370
+ 2021-07-15 22:27:07,663 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7371
+ 2021-07-15 22:27:07,663 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7372
+ 2021-07-15 22:27:07,818 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7373
+ 2021-07-15 22:27:08,818 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7374
+ 2021-07-15 22:27:10,819 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7375
+ 2021-07-15 22:27:12,820 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7376
+ 2021-07-15 22:27:14,820 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7377
+ 2021-07-15 22:27:16,821 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7378
+ 2021-07-15 22:27:18,437 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7379
+ 2021-07-15 22:27:19,878 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7380
+ 2021-07-15 22:27:19,879 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7381
+ 2021-07-15 22:27:27,721 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7382
+ 2021-07-15 22:27:27,721 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7383
+ 2021-07-15 22:27:27,722 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7384
+ 2021-07-15 22:27:27,825 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7385
+ 2021-07-15 22:27:28,826 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7386
+ 2021-07-15 22:27:30,827 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7387
+ 2021-07-15 22:27:32,827 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7388
+ 2021-07-15 22:27:34,828 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7389
+ 2021-07-15 22:27:35,011 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7390
+ 2021-07-15 22:27:35,011 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7391
+ 2021-07-15 22:27:36,829 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7392
+ 2021-07-15 22:27:47,777 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7393
+ 2021-07-15 22:27:47,777 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7394
+ 2021-07-15 22:27:47,777 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7395
+ 2021-07-15 22:27:47,833 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7396
+ 2021-07-15 22:27:48,514 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7397
+ 2021-07-15 22:27:48,834 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7398
+ 2021-07-15 22:27:50,151 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7399
+ 2021-07-15 22:27:50,151 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7400
+ 2021-07-15 22:27:50,835 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7401
+ 2021-07-15 22:27:52,835 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7402
+ 2021-07-15 22:27:54,836 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7403
+ 2021-07-15 22:27:56,837 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7404
+ 2021-07-15 22:28:05,282 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7405
+ 2021-07-15 22:28:05,282 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7406
+ 2021-07-15 22:28:07,832 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7407
+ 2021-07-15 22:28:07,833 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7408
+ 2021-07-15 22:28:07,833 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7409
+ 2021-07-15 22:28:07,842 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7410
+ 2021-07-15 22:28:08,842 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7411
+ 2021-07-15 22:28:10,843 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7412
+ 2021-07-15 22:28:12,844 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7413
+ 2021-07-15 22:28:14,845 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7414
+ 2021-07-15 22:28:16,846 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7415
+ 2021-07-15 22:28:18,593 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7416
+ 2021-07-15 22:28:20,425 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7417
+ 2021-07-15 22:28:20,425 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7418
+ 2021-07-15 22:28:27,872 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7419
+ 2021-07-15 22:28:27,872 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7420
+ 2021-07-15 22:28:27,872 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7421
+ 2021-07-15 22:28:28,851 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7422
+ 2021-07-15 22:28:28,851 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7423
+ 2021-07-15 22:28:30,851 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7424
+ 2021-07-15 22:28:32,852 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7425
+ 2021-07-15 22:28:34,853 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7426
+ 2021-07-15 22:28:35,557 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7427
+ 2021-07-15 22:28:35,557 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7428
+ 2021-07-15 22:28:36,854 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7429
+ 2021-07-15 22:28:47,911 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7430
+ 2021-07-15 22:28:47,912 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7431
+ 2021-07-15 22:28:47,913 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7432
+ 2021-07-15 22:28:48,670 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7433
+ 2021-07-15 22:28:48,858 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7434
+ 2021-07-15 22:28:48,859 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7435
+ 2021-07-15 22:28:50,686 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7436
+ 2021-07-15 22:28:50,686 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7437
+ 2021-07-15 22:28:50,860 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7438
+ 2021-07-15 22:28:53,861 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7439
+ 2021-07-15 22:28:55,862 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7440
+ 2021-07-15 22:29:05,844 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7441
+ 2021-07-15 22:29:05,845 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7442
+ 2021-07-15 22:29:07,962 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7443
+ 2021-07-15 22:29:07,962 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7444
+ 2021-07-15 22:29:07,963 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7445
+ 2021-07-15 22:29:08,868 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7446
+ 2021-07-15 22:29:09,868 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7447
+ 2021-07-15 22:29:10,869 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7448
+ 2021-07-15 22:29:11,869 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7449
+ 2021-07-15 22:29:13,870 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7450
+ 2021-07-15 22:29:15,871 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7451
+ 2021-07-15 22:29:18,748 DEBUG SenderThread:735392 [sender.py:send():179] send: stats
7452
+ 2021-07-15 22:29:20,975 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7453
+ 2021-07-15 22:29:20,975 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7454
+ 2021-07-15 22:29:27,997 DEBUG SenderThread:735392 [sender.py:send():179] send: history
7455
+ 2021-07-15 22:29:27,998 DEBUG SenderThread:735392 [sender.py:send():179] send: summary
7456
+ 2021-07-15 22:29:27,998 INFO SenderThread:735392 [sender.py:_save_file():841] saving file wandb-summary.json with policy end
7457
+ 2021-07-15 22:29:28,876 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/wandb-summary.json
7458
+ 2021-07-15 22:29:29,877 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7459
+ 2021-07-15 22:29:30,877 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7460
+ 2021-07-15 22:29:31,877 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7461
+ 2021-07-15 22:29:33,878 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7462
+ 2021-07-15 22:29:35,879 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
7463
+ 2021-07-15 22:29:36,104 DEBUG HandlerThread:735392 [handler.py:handle_request():124] handle_request: stop_status
7464
+ 2021-07-15 22:29:36,105 DEBUG SenderThread:735392 [sender.py:send_request():193] send_request: stop_status
7465
+ 2021-07-15 22:29:37,880 INFO Thread-8 :735392 [dir_watcher.py:_on_file_modified():229] file/dir modified: /home/dat/pino-roberta-base/wandb/run-20210715_185845-dq8uirtg/files/output.log
wandb/run-20210715_185845-dq8uirtg/run-dq8uirtg.wandb CHANGED
Binary files a/wandb/run-20210715_185845-dq8uirtg/run-dq8uirtg.wandb and b/wandb/run-20210715_185845-dq8uirtg/run-dq8uirtg.wandb differ