last logs
Browse files- wandb/run-20220206_130241-drcrhi7r/files/config.yaml +8 -0
- wandb/run-20220206_130241-drcrhi7r/files/output.log +24 -0
- wandb/run-20220206_130241-drcrhi7r/files/wandb-summary.json +1 -1
- wandb/run-20220206_130241-drcrhi7r/logs/debug-internal.log +121 -0
- wandb/run-20220206_130241-drcrhi7r/logs/debug.log +136 -0
- wandb/run-20220206_130241-drcrhi7r/run-drcrhi7r.wandb +2 -2
wandb/run-20220206_130241-drcrhi7r/files/config.yaml
CHANGED
@@ -72,7 +72,15 @@ _wandb:
|
|
72 |
- 3
|
73 |
- 5
|
74 |
- 11
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
3:
|
|
|
|
|
76 |
- 13
|
77 |
4: 3.9.7
|
78 |
5: 0.12.9
|
|
|
72 |
- 3
|
73 |
- 5
|
74 |
- 11
|
75 |
+
2:
|
76 |
+
- 1
|
77 |
+
- 2
|
78 |
+
- 3
|
79 |
+
- 5
|
80 |
+
- 11
|
81 |
3:
|
82 |
+
- 1
|
83 |
+
- 7
|
84 |
- 13
|
85 |
4: 3.9.7
|
86 |
5: 0.12.9
|
wandb/run-20220206_130241-drcrhi7r/files/output.log
CHANGED
@@ -242,3 +242,27 @@ The following columns in the evaluation set don't have a corresponding argument
|
|
242 |
Saving model checkpoint to ./
|
243 |
Configuration saved in ./config.json
|
244 |
Model weights saved in ./pytorch_model.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
Saving model checkpoint to ./
|
243 |
Configuration saved in ./config.json
|
244 |
Model weights saved in ./pytorch_model.bin
|
245 |
+
Configuration saved in ./preprocessor_config.json
|
246 |
+
Upload file wandb/run-20220206_130241-drcrhi7r/run-drcrhi7r.wandb: 24%|████████████████████████████████████████████ | 32.0k/132k [00:00<?, ?B/s]
|
247 |
+
Upload file runs/Feb06_13-01-43_dante/events.out.tfevents.1644149411.dante.2793694.2: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 358/358 [00:00<?, ?B/s]
|
248 |
+
02/06/2022 13:10:40 - WARNING - huggingface_hub.repository - To https://huggingface.co/NbAiLab/wav2vec2-large-voxrex-npsc-bokmaal
|
249 |
+
70ee26f..6d36d12 main -> mainante/events.out.tfevents.1644149411.dante.2793694.2: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 358/358 [00:00<?, ?B/s]
|
250 |
+
Upload file wandb/run-20220206_130241-drcrhi7r/run-drcrhi7r.wandb: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 132k/132k [00:01<00:00, 102kB/s]
|
251 |
+
Upload file runs/Feb06_13-01-43_dante/events.out.tfevents.1644149411.dante.2793694.2: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 358/358 [00:01<?, ?B/s]
|
252 |
+
Traceback (most recent call last):nte/events.out.tfevents.1644149411.dante.2793694.2: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 358/358 [00:01<?, ?B/s]
|
253 |
+
File "/mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/run_speech_recognition_ctc.py", line 792, in <module>
|
254 |
+
main()
|
255 |
+
File "/mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/run_speech_recognition_ctc.py", line 784, in main
|
256 |
+
trainer.push_to_hub(**kwargs)
|
257 |
+
File "/mnt/lv_ai_1_dante/javierr/audio/lib/python3.9/site-packages/transformers/trainer.py", line 2813, in push_to_hub
|
258 |
+
self.create_model_card(model_name=model_name, **kwargs)
|
259 |
+
File "/mnt/lv_ai_1_dante/javierr/audio/lib/python3.9/site-packages/transformers/trainer.py", line 2719, in create_model_card
|
260 |
+
training_summary = TrainingSummary.from_trainer(
|
261 |
+
File "/mnt/lv_ai_1_dante/javierr/audio/lib/python3.9/site-packages/transformers/modelcard.py", line 611, in from_trainer
|
262 |
+
return cls(
|
263 |
+
File "<string>", line 16, in __init__
|
264 |
+
File "/mnt/lv_ai_1_dante/javierr/audio/lib/python3.9/site-packages/transformers/modelcard.py", line 401, in __post_init__
|
265 |
+
info = model_info(self.finetuned_from)
|
266 |
+
File "/mnt/lv_ai_1_dante/javierr/audio/lib/python3.9/site-packages/huggingface_hub/hf_api.py", line 870, in model_info
|
267 |
+
return ModelInfo(**d)
|
268 |
+
TypeError: huggingface_hub.hf_api.ModelInfo() argument after ** must be a mapping, not list
|
wandb/run-20220206_130241-drcrhi7r/files/wandb-summary.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"train/train_runtime": 5.9011, "train/train_samples_per_second": 841.279, "train/train_steps_per_second": 26.436, "train/total_flos": 1.6280526756920635e+19, "train/train_loss": 0.0, "train/epoch": 1.5, "train/global_step": 2327, "_runtime": 450, "_timestamp": 1644149411, "_step": 1, "eval/loss": 0.12273009121417999, "eval/wer": 0.0989537882279114, "eval/runtime": 399.7312, "eval/samples_per_second": 13.602, "eval/steps_per_second": 0.851}
|
|
|
1 |
+
{"train/train_runtime": 5.9011, "train/train_samples_per_second": 841.279, "train/train_steps_per_second": 26.436, "train/total_flos": 1.6280526756920635e+19, "train/train_loss": 0.0, "train/epoch": 1.5, "train/global_step": 2327, "_runtime": 450, "_timestamp": 1644149411, "_step": 1, "eval/loss": 0.12273009121417999, "eval/wer": 0.0989537882279114, "eval/runtime": 399.7312, "eval/samples_per_second": 13.602, "eval/steps_per_second": 0.851, "_wandb": {"runtime": 485}}
|
wandb/run-20220206_130241-drcrhi7r/logs/debug-internal.log
CHANGED
@@ -339,3 +339,124 @@
|
|
339 |
2022-02-06 13:10:22,944 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: stop_status
|
340 |
2022-02-06 13:10:22,944 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: stop_status
|
341 |
2022-02-06 13:10:24,163 DEBUG SenderThread:2795095 [sender.py:send():234] send: stats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
2022-02-06 13:10:22,944 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: stop_status
|
340 |
2022-02-06 13:10:22,944 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: stop_status
|
341 |
2022-02-06 13:10:24,163 DEBUG SenderThread:2795095 [sender.py:send():234] send: stats
|
342 |
+
2022-02-06 13:10:38,202 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: stop_status
|
343 |
+
2022-02-06 13:10:38,202 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: stop_status
|
344 |
+
2022-02-06 13:10:40,514 INFO Thread-8 :2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log
|
345 |
+
2022-02-06 13:10:41,514 INFO Thread-8 :2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log
|
346 |
+
2022-02-06 13:10:42,515 INFO Thread-8 :2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log
|
347 |
+
2022-02-06 13:10:46,517 INFO Thread-8 :2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log
|
348 |
+
2022-02-06 13:10:47,556 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
349 |
+
2022-02-06 13:10:47,556 DEBUG SenderThread:2795095 [sender.py:send():234] send: telemetry
|
350 |
+
2022-02-06 13:10:47,556 DEBUG SenderThread:2795095 [sender.py:send():234] send: exit
|
351 |
+
2022-02-06 13:10:47,556 INFO SenderThread:2795095 [sender.py:send_exit():366] handling exit code: 1
|
352 |
+
2022-02-06 13:10:47,557 INFO SenderThread:2795095 [sender.py:send_exit():368] handling runtime: 485
|
353 |
+
2022-02-06 13:10:47,558 INFO SenderThread:2795095 [sender.py:_save_file():939] saving file wandb-summary.json with policy end
|
354 |
+
2022-02-06 13:10:47,558 INFO SenderThread:2795095 [sender.py:send_exit():374] send defer
|
355 |
+
2022-02-06 13:10:47,558 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
356 |
+
2022-02-06 13:10:47,559 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
357 |
+
2022-02-06 13:10:47,559 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 0
|
358 |
+
2022-02-06 13:10:47,560 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
359 |
+
2022-02-06 13:10:47,560 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 0
|
360 |
+
2022-02-06 13:10:47,560 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 1
|
361 |
+
2022-02-06 13:10:47,560 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
362 |
+
2022-02-06 13:10:47,561 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 1
|
363 |
+
2022-02-06 13:10:47,705 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
364 |
+
2022-02-06 13:10:47,705 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
365 |
+
2022-02-06 13:10:47,705 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 1
|
366 |
+
2022-02-06 13:10:47,706 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 2
|
367 |
+
2022-02-06 13:10:47,706 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
368 |
+
2022-02-06 13:10:47,707 DEBUG SenderThread:2795095 [sender.py:send():234] send: stats
|
369 |
+
2022-02-06 13:10:47,707 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
370 |
+
2022-02-06 13:10:47,708 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 2
|
371 |
+
2022-02-06 13:10:47,708 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
372 |
+
2022-02-06 13:10:47,708 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 2
|
373 |
+
2022-02-06 13:10:47,708 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 3
|
374 |
+
2022-02-06 13:10:47,709 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
375 |
+
2022-02-06 13:10:47,709 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 3
|
376 |
+
2022-02-06 13:10:47,709 DEBUG SenderThread:2795095 [sender.py:send():234] send: summary
|
377 |
+
2022-02-06 13:10:47,710 INFO SenderThread:2795095 [sender.py:_save_file():939] saving file wandb-summary.json with policy end
|
378 |
+
2022-02-06 13:10:47,710 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
379 |
+
2022-02-06 13:10:47,710 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 3
|
380 |
+
2022-02-06 13:10:47,710 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 4
|
381 |
+
2022-02-06 13:10:47,711 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
382 |
+
2022-02-06 13:10:47,711 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 4
|
383 |
+
2022-02-06 13:10:47,711 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
384 |
+
2022-02-06 13:10:47,711 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 4
|
385 |
+
2022-02-06 13:10:47,809 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
386 |
+
2022-02-06 13:10:48,044 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 5
|
387 |
+
2022-02-06 13:10:48,044 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
388 |
+
2022-02-06 13:10:48,044 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
389 |
+
2022-02-06 13:10:48,045 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 5
|
390 |
+
2022-02-06 13:10:48,045 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
391 |
+
2022-02-06 13:10:48,045 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 5
|
392 |
+
2022-02-06 13:10:48,045 INFO SenderThread:2795095 [dir_watcher.py:finish():283] shutting down directory watcher
|
393 |
+
2022-02-06 13:10:48,146 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
394 |
+
2022-02-06 13:10:48,519 INFO SenderThread:2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/wandb-summary.json
|
395 |
+
2022-02-06 13:10:48,519 INFO SenderThread:2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log
|
396 |
+
2022-02-06 13:10:48,519 INFO SenderThread:2795095 [dir_watcher.py:_on_file_modified():230] file/dir modified: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/config.yaml
|
397 |
+
2022-02-06 13:10:48,520 INFO SenderThread:2795095 [dir_watcher.py:finish():313] scan: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files
|
398 |
+
2022-02-06 13:10:48,520 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/config.yaml config.yaml
|
399 |
+
2022-02-06 13:10:48,520 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/requirements.txt requirements.txt
|
400 |
+
2022-02-06 13:10:48,520 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/wandb-summary.json wandb-summary.json
|
401 |
+
2022-02-06 13:10:48,527 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log output.log
|
402 |
+
2022-02-06 13:10:48,533 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/diff.patch diff.patch
|
403 |
+
2022-02-06 13:10:48,534 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/wandb-metadata.json wandb-metadata.json
|
404 |
+
2022-02-06 13:10:48,545 INFO SenderThread:2795095 [dir_watcher.py:finish():327] scan save: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/code/run_speech_recognition_ctc.py code/run_speech_recognition_ctc.py
|
405 |
+
2022-02-06 13:10:48,545 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 6
|
406 |
+
2022-02-06 13:10:48,545 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
407 |
+
2022-02-06 13:10:48,546 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
408 |
+
2022-02-06 13:10:48,546 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 6
|
409 |
+
2022-02-06 13:10:48,547 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
410 |
+
2022-02-06 13:10:48,547 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 6
|
411 |
+
2022-02-06 13:10:48,547 INFO SenderThread:2795095 [file_pusher.py:finish():177] shutting down file pusher
|
412 |
+
2022-02-06 13:10:48,647 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
413 |
+
2022-02-06 13:10:48,647 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
414 |
+
2022-02-06 13:10:48,749 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
415 |
+
2022-02-06 13:10:48,749 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
416 |
+
2022-02-06 13:10:48,850 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
417 |
+
2022-02-06 13:10:48,851 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
418 |
+
2022-02-06 13:10:48,952 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
419 |
+
2022-02-06 13:10:48,953 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
420 |
+
2022-02-06 13:10:49,054 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
421 |
+
2022-02-06 13:10:49,055 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
422 |
+
2022-02-06 13:10:49,157 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
423 |
+
2022-02-06 13:10:49,157 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
424 |
+
2022-02-06 13:10:49,208 INFO Thread-16 :2795095 [upload_job.py:push():137] Uploaded file /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/wandb-summary.json
|
425 |
+
2022-02-06 13:10:49,217 INFO Thread-15 :2795095 [upload_job.py:push():137] Uploaded file /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/requirements.txt
|
426 |
+
2022-02-06 13:10:49,246 INFO Thread-14 :2795095 [upload_job.py:push():137] Uploaded file /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/config.yaml
|
427 |
+
2022-02-06 13:10:49,257 INFO Thread-17 :2795095 [upload_job.py:push():137] Uploaded file /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/files/output.log
|
428 |
+
2022-02-06 13:10:49,259 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
429 |
+
2022-02-06 13:10:49,259 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
430 |
+
2022-02-06 13:10:49,361 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
431 |
+
2022-02-06 13:10:49,361 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
432 |
+
2022-02-06 13:10:49,458 INFO Thread-7 :2795095 [sender.py:transition_state():387] send defer: 7
|
433 |
+
2022-02-06 13:10:49,459 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
434 |
+
2022-02-06 13:10:49,459 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 7
|
435 |
+
2022-02-06 13:10:49,460 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
436 |
+
2022-02-06 13:10:49,460 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 7
|
437 |
+
2022-02-06 13:10:49,463 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
438 |
+
2022-02-06 13:10:49,967 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 8
|
439 |
+
2022-02-06 13:10:49,967 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
440 |
+
2022-02-06 13:10:49,968 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
441 |
+
2022-02-06 13:10:49,975 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 8
|
442 |
+
2022-02-06 13:10:49,975 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
443 |
+
2022-02-06 13:10:49,975 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 8
|
444 |
+
2022-02-06 13:10:49,976 INFO SenderThread:2795095 [sender.py:transition_state():387] send defer: 9
|
445 |
+
2022-02-06 13:10:49,976 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: defer
|
446 |
+
2022-02-06 13:10:49,977 DEBUG SenderThread:2795095 [sender.py:send():234] send: final
|
447 |
+
2022-02-06 13:10:49,977 INFO HandlerThread:2795095 [handler.py:handle_request_defer():147] handle defer: 9
|
448 |
+
2022-02-06 13:10:49,977 DEBUG SenderThread:2795095 [sender.py:send():234] send: footer
|
449 |
+
2022-02-06 13:10:49,977 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: defer
|
450 |
+
2022-02-06 13:10:49,977 INFO SenderThread:2795095 [sender.py:send_request_defer():383] handle sender defer: 9
|
451 |
+
2022-02-06 13:10:50,076 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: poll_exit
|
452 |
+
2022-02-06 13:10:50,077 DEBUG SenderThread:2795095 [sender.py:send_request():248] send_request: poll_exit
|
453 |
+
2022-02-06 13:10:50,077 INFO SenderThread:2795095 [file_pusher.py:join():182] waiting for file pusher
|
454 |
+
2022-02-06 13:10:50,519 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: get_summary
|
455 |
+
2022-02-06 13:10:50,521 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: sampled_history
|
456 |
+
2022-02-06 13:10:50,523 DEBUG HandlerThread:2795095 [handler.py:handle_request():130] handle_request: shutdown
|
457 |
+
2022-02-06 13:10:50,523 INFO HandlerThread:2795095 [handler.py:finish():731] shutting down handler
|
458 |
+
2022-02-06 13:10:50,977 INFO WriterThread:2795095 [datastore.py:close():281] close: /mnt/lv_ai_1_dante/javierr/wav2vec2-large-voxrex-npsc-bokmaal/wandb/run-20220206_130241-drcrhi7r/run-drcrhi7r.wandb
|
459 |
+
2022-02-06 13:10:51,518 INFO SenderThread:2795095 [sender.py:finish():1070] shutting down sender
|
460 |
+
2022-02-06 13:10:51,518 INFO SenderThread:2795095 [file_pusher.py:finish():177] shutting down file pusher
|
461 |
+
2022-02-06 13:10:51,518 INFO SenderThread:2795095 [file_pusher.py:join():182] waiting for file pusher
|
462 |
+
2022-02-06 13:10:51,522 INFO MainThread:2795095 [internal.py:handle_exit():77] Internal process exited
|
wandb/run-20220206_130241-drcrhi7r/logs/debug.log
CHANGED
@@ -23,3 +23,139 @@ config: {}
|
|
23 |
2022-02-06 13:02:43,808 INFO MainThread:2793694 [wandb_init.py:init():633] run started, returning control to user process
|
24 |
2022-02-06 13:02:43,812 INFO MainThread:2793694 [wandb_run.py:_config_callback():956] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': 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, '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, 'architectures': ['Wav2Vec2ForCTC'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 1, 'pad_token_id': 31, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': './', 'transformers_version': '4.17.0.dev0', 'feat_extract_dropout': 0.0, 'mask_channel_length': 10, 'mask_channel_min_space': 1, 'mask_channel_other': 0.0, 'mask_channel_prob': 0.0, 'mask_channel_selection': 'static', 'mask_time_min_space': 1, 'mask_time_other': 0.0, 'mask_time_selection': 'static', 'model_type': 'wav2vec2', 'num_feat_extract_layers': 7, 'hidden_size': 1024, 'feat_extract_norm': 'layer', 'feat_extract_activation': 'gelu', 'conv_dim': [512, 512, 512, 512, 512, 512, 512], 'conv_stride': [5, 2, 2, 2, 2, 2, 2], 'conv_kernel': [10, 3, 3, 3, 3, 2, 2], 'conv_bias': True, 'num_conv_pos_embeddings': 128, 'num_conv_pos_embedding_groups': 16, 'num_hidden_layers': 24, 'intermediate_size': 4096, 'hidden_act': 'gelu', 'num_attention_heads': 16, 'hidden_dropout': 0.047, 'attention_dropout': 0.094, 'activation_dropout': 0.055, 'feat_proj_dropout': 0.04, 'final_dropout': 0.0, 'layerdrop': 0.041, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 34, 'do_stable_layer_norm': True, 'use_weighted_layer_sum': False, 'apply_spec_augment': True, 'mask_time_prob': 0.082, 'mask_time_length': 10, 'mask_time_min_masks': 2, 'mask_feature_prob': 0.25, 'mask_feature_length': 64, 'mask_feature_min_masks': 0, 'num_codevectors_per_group': 320, 'num_codevector_groups': 2, 'contrastive_logits_temperature': 0.1, 'feat_quantizer_dropout': 0.0, 'num_negatives': 100, 'codevector_dim': 768, 'proj_codevector_dim': 768, 'diversity_loss_weight': 0.1, 'ctc_loss_reduction': 'mean', 'ctc_zero_infinity': True, 'add_adapter': False, 'adapter_kernel_size': 3, 'adapter_stride': 2, 'num_adapter_layers': 3, 'output_hidden_size': 1024, 'classifier_proj_size': 256, 'tdnn_dim': [512, 512, 512, 512, 1500], 'tdnn_kernel': [5, 3, 3, 1, 1], 'tdnn_dilation': [1, 2, 3, 1, 1], 'xvector_output_dim': 512, 'output_dir': './', 'overwrite_output_dir': True, 'do_train': True, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'steps', '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': 2, 'eval_accumulation_steps': 'None', 'learning_rate': 8.379967082059723e-06, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 0.1, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Feb06_13-01-43_dante', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 3, 'save_on_each_node': False, 'no_cuda': False, 'seed': 42, 'bf16': False, 'fp16': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'amp', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': -1, 'xpu_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 500, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': './', '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, 'sharded_ddp': '[]', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_hf', 'adafactor': False, 'group_by_length': True, 'length_column_name': 'input_length', 'report_to': "['tensorboard', 'wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'NbAiLab/wav2vec2-large-voxrex-npsc-bokmaal', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'gradient_checkpointing': True, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', '_n_gpu': 1, 'mp_parameters': '', 'train_batch_size': 16, 'eval_batch_size': 16}
|
25 |
2022-02-06 13:02:43,818 INFO MainThread:2793694 [wandb_watch.py:watch():43] Watching
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
2022-02-06 13:02:43,808 INFO MainThread:2793694 [wandb_init.py:init():633] run started, returning control to user process
|
24 |
2022-02-06 13:02:43,812 INFO MainThread:2793694 [wandb_run.py:_config_callback():956] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': 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, '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, 'architectures': ['Wav2Vec2ForCTC'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 1, 'pad_token_id': 31, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': './', 'transformers_version': '4.17.0.dev0', 'feat_extract_dropout': 0.0, 'mask_channel_length': 10, 'mask_channel_min_space': 1, 'mask_channel_other': 0.0, 'mask_channel_prob': 0.0, 'mask_channel_selection': 'static', 'mask_time_min_space': 1, 'mask_time_other': 0.0, 'mask_time_selection': 'static', 'model_type': 'wav2vec2', 'num_feat_extract_layers': 7, 'hidden_size': 1024, 'feat_extract_norm': 'layer', 'feat_extract_activation': 'gelu', 'conv_dim': [512, 512, 512, 512, 512, 512, 512], 'conv_stride': [5, 2, 2, 2, 2, 2, 2], 'conv_kernel': [10, 3, 3, 3, 3, 2, 2], 'conv_bias': True, 'num_conv_pos_embeddings': 128, 'num_conv_pos_embedding_groups': 16, 'num_hidden_layers': 24, 'intermediate_size': 4096, 'hidden_act': 'gelu', 'num_attention_heads': 16, 'hidden_dropout': 0.047, 'attention_dropout': 0.094, 'activation_dropout': 0.055, 'feat_proj_dropout': 0.04, 'final_dropout': 0.0, 'layerdrop': 0.041, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 34, 'do_stable_layer_norm': True, 'use_weighted_layer_sum': False, 'apply_spec_augment': True, 'mask_time_prob': 0.082, 'mask_time_length': 10, 'mask_time_min_masks': 2, 'mask_feature_prob': 0.25, 'mask_feature_length': 64, 'mask_feature_min_masks': 0, 'num_codevectors_per_group': 320, 'num_codevector_groups': 2, 'contrastive_logits_temperature': 0.1, 'feat_quantizer_dropout': 0.0, 'num_negatives': 100, 'codevector_dim': 768, 'proj_codevector_dim': 768, 'diversity_loss_weight': 0.1, 'ctc_loss_reduction': 'mean', 'ctc_zero_infinity': True, 'add_adapter': False, 'adapter_kernel_size': 3, 'adapter_stride': 2, 'num_adapter_layers': 3, 'output_hidden_size': 1024, 'classifier_proj_size': 256, 'tdnn_dim': [512, 512, 512, 512, 1500], 'tdnn_kernel': [5, 3, 3, 1, 1], 'tdnn_dilation': [1, 2, 3, 1, 1], 'xvector_output_dim': 512, 'output_dir': './', 'overwrite_output_dir': True, 'do_train': True, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'steps', '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': 2, 'eval_accumulation_steps': 'None', 'learning_rate': 8.379967082059723e-06, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 0.1, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 0, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Feb06_13-01-43_dante', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 3, 'save_on_each_node': False, 'no_cuda': False, 'seed': 42, 'bf16': False, 'fp16': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'amp', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': -1, 'xpu_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 500, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': './', '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, 'sharded_ddp': '[]', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_hf', 'adafactor': False, 'group_by_length': True, 'length_column_name': 'input_length', 'report_to': "['tensorboard', 'wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'NbAiLab/wav2vec2-large-voxrex-npsc-bokmaal', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'gradient_checkpointing': True, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', '_n_gpu': 1, 'mp_parameters': '', 'train_batch_size': 16, 'eval_batch_size': 16}
|
25 |
2022-02-06 13:02:43,818 INFO MainThread:2793694 [wandb_watch.py:watch():43] Watching
|
26 |
+
2022-02-06 13:10:44,802 INFO MainThread:2793694 [wandb_run.py:_atexit_cleanup():1780] got exitcode: 1
|
27 |
+
2022-02-06 13:10:44,806 INFO MainThread:2793694 [wandb_run.py:_restore():1752] restore
|
28 |
+
2022-02-06 13:10:47,560 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
29 |
+
wandb_count: 2
|
30 |
+
other_count: 1
|
31 |
+
}
|
32 |
+
pusher_stats {
|
33 |
+
uploaded_bytes: 79081
|
34 |
+
total_bytes: 79081
|
35 |
+
}
|
36 |
+
|
37 |
+
2022-02-06 13:10:47,707 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
38 |
+
wandb_count: 2
|
39 |
+
other_count: 1
|
40 |
+
}
|
41 |
+
pusher_stats {
|
42 |
+
uploaded_bytes: 79081
|
43 |
+
total_bytes: 79081
|
44 |
+
}
|
45 |
+
|
46 |
+
2022-02-06 13:10:48,045 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
47 |
+
wandb_count: 2
|
48 |
+
other_count: 1
|
49 |
+
}
|
50 |
+
pusher_stats {
|
51 |
+
uploaded_bytes: 79081
|
52 |
+
total_bytes: 79081
|
53 |
+
}
|
54 |
+
|
55 |
+
2022-02-06 13:10:48,546 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
56 |
+
wandb_count: 6
|
57 |
+
other_count: 1
|
58 |
+
}
|
59 |
+
pusher_stats {
|
60 |
+
uploaded_bytes: 79081
|
61 |
+
total_bytes: 110082
|
62 |
+
}
|
63 |
+
|
64 |
+
2022-02-06 13:10:48,648 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
65 |
+
wandb_count: 6
|
66 |
+
other_count: 1
|
67 |
+
}
|
68 |
+
pusher_stats {
|
69 |
+
uploaded_bytes: 79081
|
70 |
+
total_bytes: 110082
|
71 |
+
}
|
72 |
+
|
73 |
+
2022-02-06 13:10:48,749 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
74 |
+
wandb_count: 6
|
75 |
+
other_count: 1
|
76 |
+
}
|
77 |
+
pusher_stats {
|
78 |
+
uploaded_bytes: 79081
|
79 |
+
total_bytes: 110082
|
80 |
+
}
|
81 |
+
|
82 |
+
2022-02-06 13:10:48,851 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
83 |
+
wandb_count: 6
|
84 |
+
other_count: 1
|
85 |
+
}
|
86 |
+
pusher_stats {
|
87 |
+
uploaded_bytes: 79081
|
88 |
+
total_bytes: 110082
|
89 |
+
}
|
90 |
+
|
91 |
+
2022-02-06 13:10:48,953 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
92 |
+
wandb_count: 6
|
93 |
+
other_count: 1
|
94 |
+
}
|
95 |
+
pusher_stats {
|
96 |
+
uploaded_bytes: 110082
|
97 |
+
total_bytes: 110082
|
98 |
+
}
|
99 |
+
|
100 |
+
2022-02-06 13:10:49,056 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
101 |
+
wandb_count: 6
|
102 |
+
other_count: 1
|
103 |
+
}
|
104 |
+
pusher_stats {
|
105 |
+
uploaded_bytes: 110082
|
106 |
+
total_bytes: 110082
|
107 |
+
}
|
108 |
+
|
109 |
+
2022-02-06 13:10:49,158 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
110 |
+
wandb_count: 6
|
111 |
+
other_count: 1
|
112 |
+
}
|
113 |
+
pusher_stats {
|
114 |
+
uploaded_bytes: 110082
|
115 |
+
total_bytes: 110082
|
116 |
+
}
|
117 |
+
|
118 |
+
2022-02-06 13:10:49,260 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
119 |
+
wandb_count: 6
|
120 |
+
other_count: 1
|
121 |
+
}
|
122 |
+
pusher_stats {
|
123 |
+
uploaded_bytes: 110082
|
124 |
+
total_bytes: 110082
|
125 |
+
}
|
126 |
+
|
127 |
+
2022-02-06 13:10:49,362 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
128 |
+
wandb_count: 6
|
129 |
+
other_count: 1
|
130 |
+
}
|
131 |
+
pusher_stats {
|
132 |
+
uploaded_bytes: 110082
|
133 |
+
total_bytes: 110082
|
134 |
+
}
|
135 |
+
|
136 |
+
2022-02-06 13:10:49,975 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
|
137 |
+
wandb_count: 6
|
138 |
+
other_count: 1
|
139 |
+
}
|
140 |
+
pusher_stats {
|
141 |
+
uploaded_bytes: 110082
|
142 |
+
total_bytes: 110082
|
143 |
+
}
|
144 |
+
|
145 |
+
2022-02-06 13:10:50,518 INFO MainThread:2793694 [wandb_run.py:_wait_for_finish():1912] got exit ret: done: true
|
146 |
+
exit_result {
|
147 |
+
}
|
148 |
+
file_counts {
|
149 |
+
wandb_count: 6
|
150 |
+
other_count: 1
|
151 |
+
}
|
152 |
+
pusher_stats {
|
153 |
+
uploaded_bytes: 110082
|
154 |
+
total_bytes: 110082
|
155 |
+
}
|
156 |
+
local_info {
|
157 |
+
}
|
158 |
+
|
159 |
+
2022-02-06 13:10:51,899 INFO MainThread:2793694 [wandb_run.py:_append_history():2130] rendering history
|
160 |
+
2022-02-06 13:10:51,900 INFO MainThread:2793694 [wandb_run.py:_append_summary():2085] rendering summary
|
161 |
+
2022-02-06 13:10:51,900 INFO MainThread:2793694 [wandb_run.py:_append_files():2180] logging synced files
|
wandb/run-20220206_130241-drcrhi7r/run-drcrhi7r.wandb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:908d4570606641aeb04571fc37bb92bedac06d8ba31a8c29d4f3ceb3444a15a8
|
3 |
+
size 143847
|