diff --git "a/wandb/run-20240515_021650-bpsvopv0/logs/debug-internal.log" "b/wandb/run-20240515_021650-bpsvopv0/logs/debug-internal.log" deleted file mode 100644--- "a/wandb/run-20240515_021650-bpsvopv0/logs/debug-internal.log" +++ /dev/null @@ -1,40211 +0,0 @@ -2024-05-15 02:16:50,824 INFO StreamThr :93 [internal.py:wandb_internal():86] W&B internal server running at pid: 93, started at: 2024-05-15 02:16:50.824198 -2024-05-15 02:16:50,826 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status -2024-05-15 02:16:50,832 INFO WriterThread:93 [datastore.py:open_for_write():87] open: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/run-bpsvopv0.wandb -2024-05-15 02:16:50,833 DEBUG SenderThread:93 [sender.py:send():379] send: header -2024-05-15 02:16:50,835 DEBUG SenderThread:93 [sender.py:send():379] send: run -2024-05-15 02:16:51,033 INFO SenderThread:93 [dir_watcher.py:__init__():211] watching files in: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files -2024-05-15 02:16:51,033 INFO SenderThread:93 [sender.py:_start_run_threads():1124] run started: bpsvopv0 with start time 1715739410.827251 -2024-05-15 02:16:51,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: check_version -2024-05-15 02:16:51,044 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: check_version -2024-05-15 02:16:51,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: run_start -2024-05-15 02:16:51,156 DEBUG HandlerThread:93 [system_info.py:__init__():26] System info init -2024-05-15 02:16:51,156 DEBUG HandlerThread:93 [system_info.py:__init__():41] System info init done -2024-05-15 02:16:51,156 INFO HandlerThread:93 [system_monitor.py:start():194] Starting system monitor -2024-05-15 02:16:51,156 INFO SystemMonitor:93 [system_monitor.py:_start():158] Starting system asset monitoring threads -2024-05-15 02:16:51,156 INFO HandlerThread:93 [system_monitor.py:probe():214] Collecting system info -2024-05-15 02:16:51,157 INFO SystemMonitor:93 [interfaces.py:start():190] Started cpu monitoring -2024-05-15 02:16:51,157 INFO SystemMonitor:93 [interfaces.py:start():190] Started disk monitoring -2024-05-15 02:16:51,158 INFO SystemMonitor:93 [interfaces.py:start():190] Started gpu monitoring -2024-05-15 02:16:51,159 INFO SystemMonitor:93 [interfaces.py:start():190] Started memory monitoring -2024-05-15 02:16:51,161 INFO SystemMonitor:93 [interfaces.py:start():190] Started network monitoring -2024-05-15 02:16:51,170 DEBUG HandlerThread:93 [system_info.py:probe():150] Probing system -2024-05-15 02:16:51,172 DEBUG HandlerThread:93 [gitlib.py:_init_repo():56] git repository is invalid -2024-05-15 02:16:51,172 DEBUG HandlerThread:93 [system_info.py:probe():198] Probing system done -2024-05-15 02:16:51,172 DEBUG HandlerThread:93 [system_monitor.py:probe():223] {'os': 'Linux-5.15.133+-x86_64-with-glibc2.31', 'python': '3.10.13', 'heartbeatAt': '2024-05-15T02:16:51.170616', 'startedAt': '2024-05-15T02:16:50.818537', 'docker': None, 'cuda': None, 'args': (), 'state': 'running', 'program': '/root/.config/Ultralytics/DDP/_temp_6ir6zoh2136195253728064.py', 'codePathLocal': None, 'host': 'a731a84dd326', 'username': 'root', 'executable': '/opt/conda/bin/python3.10', 'cpu_count': 2, 'cpu_count_logical': 4, 'cpu_freq': {'current': 2000.138, 'min': 0.0, 'max': 0.0}, 'cpu_freq_per_core': [{'current': 2000.138, 'min': 0.0, 'max': 0.0}, {'current': 2000.138, 'min': 0.0, 'max': 0.0}, {'current': 2000.138, 'min': 0.0, 'max': 0.0}, {'current': 2000.138, 'min': 0.0, 'max': 0.0}], 'disk': {'/': {'total': 8062.387607574463, 'used': 5597.578929901123}}, 'gpu': 'Tesla T4', 'gpu_count': 2, 'gpu_devices': [{'name': 'Tesla T4', 'memory_total': 16106127360}, {'name': 'Tesla T4', 'memory_total': 16106127360}], 'memory': {'total': 31.357559204101562}} -2024-05-15 02:16:51,173 INFO HandlerThread:93 [system_monitor.py:probe():224] Finished collecting system info -2024-05-15 02:16:51,173 INFO HandlerThread:93 [system_monitor.py:probe():227] Publishing system info -2024-05-15 02:16:51,173 DEBUG HandlerThread:93 [system_info.py:_save_conda():207] Saving list of conda packages installed into the current environment -2024-05-15 02:16:52,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/conda-environment.yaml -2024-05-15 02:17:06,187 ERROR HandlerThread:93 [system_info.py:_save_conda():221] Error saving conda packages: Command '['conda', 'env', 'export']' timed out after 15 seconds -Traceback (most recent call last): - File "/opt/conda/lib/python3.10/site-packages/wandb/sdk/internal/system/system_info.py", line 214, in _save_conda - subprocess.call( - File "/opt/conda/lib/python3.10/subprocess.py", line 347, in call - return p.wait(timeout=timeout) - File "/opt/conda/lib/python3.10/subprocess.py", line 1209, in wait - return self._wait(timeout=timeout) - File "/opt/conda/lib/python3.10/subprocess.py", line 1951, in _wait - raise TimeoutExpired(self.args, timeout) -subprocess.TimeoutExpired: Command '['conda', 'env', 'export']' timed out after 15 seconds -2024-05-15 02:17:06,192 DEBUG HandlerThread:93 [system_info.py:_save_conda():222] Saving conda packages done -2024-05-15 02:17:06,193 INFO HandlerThread:93 [system_monitor.py:probe():229] Finished publishing system info -2024-05-15 02:17:06,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:06,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: keepalive -2024-05-15 02:17:06,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:06,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: keepalive -2024-05-15 02:17:06,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:06,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: keepalive -2024-05-15 02:17:06,206 DEBUG SenderThread:93 [sender.py:send():379] send: files -2024-05-15 02:17:06,206 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-metadata.json with policy now -2024-05-15 02:17:06,421 INFO wandb-upload_0:93 [upload_job.py:push():131] Uploaded file /tmp/tmp1jaxd0viwandb/n1iexnf9-wandb-metadata.json -2024-05-15 02:17:07,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-metadata.json -2024-05-15 02:17:07,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: python_packages -2024-05-15 02:17:07,210 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: python_packages -2024-05-15 02:17:07,213 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:17:07,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:17:07,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:17:07,215 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:17:08,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:08,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/requirements.txt -2024-05-15 02:17:10,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:11,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:12,021 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:17:12,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:12,254 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:17:12,703 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:17:14,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:16,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:17,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:22,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:22,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:17:22,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:17:22,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:17:23,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/config.yaml -2024-05-15 02:17:23,333 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:17:23,542 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:17:24,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:26,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:27,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:32,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:37,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:17:37,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:17:37,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:17:37,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:38,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:42,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:43,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:44,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:46,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:48,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:48,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:50,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:51,162 DEBUG SystemMonitor:93 [system_monitor.py:_start():172] Starting system metrics aggregation loop -2024-05-15 02:17:51,163 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:17:52,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:52,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:17:52,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:17:52,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:17:54,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:54,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:17:55,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/config.yaml -2024-05-15 02:17:56,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:58,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:17:59,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:00,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:02,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:04,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:04,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:06,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:07,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:18:07,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:18:07,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:18:08,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:10,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:10,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:12,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:14,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:15,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:16,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:18,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:20,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:21,165 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:18:21,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:22,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:22,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:18:22,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:18:22,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:18:24,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:26,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:26,801 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:28,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:30,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:32,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:32,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:34,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:36,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:37,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:18:37,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:18:37,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:18:37,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:38,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:40,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:42,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:42,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:44,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:46,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:47,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:48,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:50,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:51,167 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:18:52,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:52,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:18:52,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:18:52,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:18:53,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:18:54,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:56,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:58,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:18:59,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:00,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:02,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:04,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:04,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:06,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:07,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:19:07,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:19:07,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:19:08,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:10,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:10,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:12,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:14,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:16,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:16,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:18,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:20,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:21,167 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:19:21,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:22,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:22,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:19:22,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:19:22,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:19:24,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:26,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:26,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:28,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:30,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:32,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:32,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:34,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:36,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:37,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:19:37,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:19:37,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:19:37,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:38,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:40,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:42,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:43,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:44,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:46,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:48,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:48,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:50,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:51,168 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:19:52,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:52,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:19:52,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:19:52,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:19:54,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:54,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:19:56,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:19:58,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:00,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:00,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:02,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:04,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:05,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:06,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:07,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:20:07,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:20:07,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:20:08,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:10,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:11,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:12,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:14,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:16,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:16,852 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:18,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:20,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:21,170 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:20:22,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:22,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:20:22,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:20:22,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:20:22,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:24,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:26,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:27,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:28,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:30,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:32,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:33,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:34,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:36,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:37,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:20:37,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:20:37,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:20:38,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:38,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:40,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:42,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:44,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:44,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:46,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:48,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:50,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:50,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:51,171 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:20:52,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:52,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:20:52,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:20:52,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:20:54,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:55,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:20:56,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:20:58,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:00,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:01,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:02,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:04,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:06,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:06,816 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:07,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:21:07,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:21:07,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:21:08,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:10,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:12,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:12,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:14,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:16,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:18,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:18,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:20,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:21,177 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:21:22,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:22,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:21:22,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:21:22,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:21:23,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:24,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:26,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:28,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:29,093 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:30,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:32,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:34,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:34,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:36,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:37,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:21:37,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:21:37,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:21:38,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:40,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:40,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:42,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:44,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:45,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:46,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:48,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:50,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:51,173 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:21:51,174 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:52,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:52,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:21:52,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:21:52,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:21:54,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:56,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:21:56,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:21:58,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:00,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:02,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:02,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:04,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:06,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:07,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:22:07,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:22:07,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:22:08,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:08,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:10,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:12,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:13,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:14,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:16,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:18,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:19,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:20,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:21,174 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:22:22,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:22,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:22:22,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:22:22,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:22:24,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:25,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:26,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:28,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:30,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:30,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:32,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:34,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:36,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:36,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:37,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:22:37,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:22:37,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:22:38,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:40,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:42,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:42,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:44,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:46,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:48,119 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:48,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:50,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:51,176 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:22:52,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:52,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:22:52,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:22:52,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:22:53,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:22:54,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:56,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:58,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:22:59,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:00,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:02,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:04,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:05,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:07,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:23:07,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:23:07,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:07,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:23:09,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:10,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:11,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:13,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:15,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:16,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:17,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:19,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:21,177 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:23:21,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:22,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:22,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:23:22,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:23:22,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:23:23,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:25,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:27,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:27,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:29,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:31,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:33,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:33,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:35,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:37,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:23:37,230 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:23:37,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:23:37,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:38,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:39,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:41,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:43,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:44,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:45,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:47,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:49,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:49,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:51,179 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:23:51,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:52,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:23:52,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:23:52,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:23:53,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:55,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:55,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:23:57,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:23:59,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:01,160 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:01,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:03,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:05,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:06,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:07,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:24:07,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:24:07,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:24:07,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:09,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:11,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:12,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:13,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:15,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:17,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:18,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:19,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:21,181 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:24:21,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:22,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:24:22,230 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:24:22,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:24:23,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:23,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:25,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:27,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:29,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:29,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:31,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:33,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:34,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:35,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:37,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:24:37,230 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:24:37,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:24:37,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:39,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:40,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:41,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:43,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:45,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:46,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:47,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:49,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:51,182 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:24:51,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:52,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:52,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:24:52,230 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:24:52,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:24:53,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:55,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:57,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:24:57,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:24:59,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:01,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:03,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:03,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:05,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:07,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:25:07,231 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:25:07,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:25:07,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:08,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:09,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:11,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:13,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:14,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:15,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:17,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:19,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:19,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:21,183 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:25:21,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:22,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:25:22,231 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:25:22,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:25:23,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:25,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:25,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:27,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:29,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:31,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:31,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:33,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:35,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:36,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:37,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:25:37,231 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:25:37,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:25:37,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:39,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:41,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:42,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:43,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:45,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:47,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:48,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:49,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:51,185 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:25:51,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:52,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:25:52,231 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:25:52,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:25:53,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:53,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:25:55,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:57,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:59,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:25:59,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:01,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:03,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:05,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:05,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:07,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:26:07,231 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:26:07,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:26:07,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:09,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:10,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:11,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:13,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:15,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:16,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:17,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:19,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:21,186 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:26:21,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:22,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:22,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:26:22,231 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:26:22,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:26:23,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:25,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:27,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:27,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:29,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:31,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:33,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:33,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:35,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:37,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:26:37,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:26:37,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:26:37,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:39,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:39,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:41,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:43,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:45,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:45,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:47,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:49,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:50,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:51,187 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:26:51,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:52,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:26:52,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:26:52,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:26:53,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:55,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:56,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:26:57,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:26:59,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:01,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:02,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:03,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:05,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:07,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:27:07,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:27:07,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:27:07,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:07,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:09,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:11,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:13,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:13,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:15,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:17,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:18,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:19,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:21,188 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:27:21,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:22,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:27:22,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:27:22,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:27:23,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:24,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:25,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:27,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:29,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:29,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:31,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:33,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:35,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:35,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:37,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:27:37,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:27:37,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:27:37,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:39,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:41,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:41,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:43,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:45,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:46,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:47,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:49,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:51,189 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:27:51,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:52,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:27:52,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:27:52,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:27:52,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:53,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:55,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:57,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:27:58,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:27:59,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:01,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:03,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:03,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:05,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:07,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:28:07,232 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:28:07,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:28:07,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:09,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:09,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:11,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:13,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:14,967 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:15,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:17,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:19,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:20,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:21,191 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:28:21,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:22,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:28:22,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:28:22,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:28:23,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:25,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:26,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:27,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:29,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:31,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:31,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:33,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:35,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:37,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:28:37,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:28:37,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:28:37,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:37,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:39,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:41,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:42,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:43,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:45,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:47,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:48,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:49,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:51,192 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:28:51,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:52,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:28:52,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:28:52,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:28:53,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:53,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:55,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:57,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:28:59,164 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:28:59,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:01,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:03,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:04,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:05,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:07,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:29:07,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:29:07,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:29:07,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:09,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:10,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:11,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:13,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:15,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:16,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:17,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:19,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:21,194 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:29:21,194 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:21,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:22,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:29:22,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:29:22,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:29:23,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:25,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:27,088 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:27,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:29,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:31,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:32,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:33,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:35,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:37,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:29:37,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:29:37,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:29:37,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:38,218 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:39,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:41,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:43,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:43,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:45,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:47,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:49,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:49,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:51,195 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:29:51,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:52,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:29:52,233 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:29:52,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:29:53,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:54,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:29:55,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:57,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:29:59,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:00,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:01,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:03,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:05,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:06,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:07,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:30:07,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:30:07,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:30:07,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:09,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:11,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:11,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:13,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:15,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:17,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:17,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:19,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:21,196 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:30:21,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:22,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:30:22,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:30:22,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:30:23,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:23,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:25,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:27,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:28,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:29,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:31,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:33,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:34,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:35,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:37,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:30:37,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:30:37,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:30:37,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:39,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:39,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:41,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:43,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:45,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:45,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:47,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:49,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:50,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:51,197 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:30:51,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:52,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:30:52,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:30:52,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:30:53,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:55,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:56,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:30:57,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:30:59,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:01,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:02,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:03,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:05,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:07,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:31:07,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:31:07,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:31:07,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:07,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:09,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:11,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:13,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:13,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:15,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:17,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:19,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:19,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:21,198 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:31:21,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:22,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:31:22,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:31:22,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:31:23,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:24,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:25,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:27,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:29,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:30,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:31,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:33,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:35,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:35,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:37,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:31:37,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:31:37,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:31:37,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:39,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:41,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:41,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:43,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:45,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:47,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:47,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:49,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:51,199 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:31:51,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:52,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:31:52,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:31:52,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:31:53,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:53,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:55,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:57,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:31:58,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:31:59,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:01,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:03,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:04,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:05,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:07,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:32:07,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:32:07,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:32:07,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:09,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:09,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:11,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:13,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:15,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:15,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:17,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:19,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:21,200 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:32:21,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:21,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:22,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:32:22,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:32:22,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:32:23,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:25,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:26,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:27,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:29,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:31,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:32,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:33,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:35,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:37,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:32:37,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:32:37,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:32:37,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:38,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:39,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:41,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:43,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:43,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:45,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:47,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:48,105 DEBUG SenderThread:93 [sender.py:send():379] send: telemetry -2024-05-15 02:32:48,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:32:48,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:32:49,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:49,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:51,202 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:32:51,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:52,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:32:52,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:32:52,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:32:53,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:54,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:32:55,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:57,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:59,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:32:59,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:00,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/config.yaml -2024-05-15 02:33:01,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:03,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:04,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:05,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:07,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:33:07,235 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:33:07,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:33:07,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:09,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:10,119 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:10,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:33:10,749 DEBUG SenderThread:93 [sender.py:send():379] send: files -2024-05-15 02:33:10,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:33:10,749 INFO SenderThread:93 [sender.py:_save_file():1390] saving file media/images/labels_89_d6f228f8aa5fae43804f.jpg with policy now -2024-05-15 02:33:10,932 INFO wandb-upload_0:93 [upload_job.py:push():131] Uploaded file /tmp/tmp1jaxd0viwandb/idv0s42r-media/images/labels_89_d6f228f8aa5fae43804f.jpg -2024-05-15 02:33:11,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/media/images/labels_89_d6f228f8aa5fae43804f.jpg -2024-05-15 02:33:11,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/media/images -2024-05-15 02:33:11,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/media -2024-05-15 02:33:11,744 INFO wandb-upload_0:93 [upload_job.py:push():131] Uploaded file /tmp/tmp1jaxd0viwandb/er8cp2bm-media/images/labels_89_d6f228f8aa5fae43804f.jpg -2024-05-15 02:33:13,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:15,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:15,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:17,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:19,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:21,203 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:33:21,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:21,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:22,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:33:22,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:33:22,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:33:23,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:25,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:27,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:27,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:29,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:31,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:32,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:33,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:35,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:37,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:33:37,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:33:37,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:33:37,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:38,513 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:39,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:41,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:43,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:43,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:45,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:47,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:49,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:49,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:51,204 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:33:51,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:52,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:33:52,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:33:52,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:33:53,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:55,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:33:55,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:57,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:33:59,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:00,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:01,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:03,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:05,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:06,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:07,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:34:07,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:34:07,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:34:07,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:09,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:11,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:12,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:13,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:15,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:17,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:17,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:19,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:21,205 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:34:21,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:22,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:34:22,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:34:22,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:34:23,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:23,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:25,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:27,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:28,824 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:29,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:31,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:33,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:34,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:35,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:37,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:34:37,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:34:37,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:34:37,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:39,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:40,093 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:41,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:43,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:45,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:45,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:47,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:49,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:51,206 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:34:51,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:51,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:52,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:34:52,236 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:34:52,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:34:53,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:55,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:57,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:34:57,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:34:59,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:01,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:02,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:03,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:05,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:07,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:35:07,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:35:07,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:35:07,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:08,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:09,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:11,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:13,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:13,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:15,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:17,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:19,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:19,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:21,207 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:35:21,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:22,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:35:22,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:35:22,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:35:23,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:25,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:25,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:28,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:30,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:30,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:32,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:34,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:36,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:36,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:37,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:35:37,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:35:37,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:35:38,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:40,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:41,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:42,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:44,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:46,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:47,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:48,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:50,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:51,208 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:35:52,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:35:52,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:35:52,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:35:52,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:53,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:35:54,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:56,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:58,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:35:59,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:00,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:02,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:04,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:04,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:06,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:07,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:36:07,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:36:07,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:36:08,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:10,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:10,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:12,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:14,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:15,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:16,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:18,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:20,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:21,209 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:36:21,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:22,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:36:22,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:36:22,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:36:22,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:24,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:26,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:26,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:28,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:30,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:31,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:32,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:34,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:36,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:37,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:36:37,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:36:37,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:36:37,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:38,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:40,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:42,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:43,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:44,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:46,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:48,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:48,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:50,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:51,211 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:36:52,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:36:52,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:36:52,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:36:52,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:54,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:36:54,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:56,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:58,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:36:59,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:00,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:02,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:04,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:05,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:06,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:07,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:37:07,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:37:07,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:37:08,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:10,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:10,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:12,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:14,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:16,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:16,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:18,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:20,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:21,212 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:37:22,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:22,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:37:22,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:37:22,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:37:22,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:24,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:26,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:27,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:28,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:30,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:32,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:33,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:34,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:36,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:37,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:37:37,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:37:37,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:37:38,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:38,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:40,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:42,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:44,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:44,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:46,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:48,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:50,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:50,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:51,213 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:37:52,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:37:52,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:37:52,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:37:52,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:54,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:55,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:37:56,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:37:58,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:00,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:01,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:02,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:04,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:06,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:06,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:07,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:38:07,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:38:07,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:38:08,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:10,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:12,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:12,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:14,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:16,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:17,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:18,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:20,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:21,215 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:38:22,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:38:22,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:38:22,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:38:22,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:23,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:24,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:26,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:28,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:29,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:30,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:32,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:34,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:34,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:36,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:37,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:38:37,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:38:37,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:38:38,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:40,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:40,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:42,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:44,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:46,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:46,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:48,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:50,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:51,216 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:38:51,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:52,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:38:52,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:38:52,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:38:52,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:54,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:56,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:38:57,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:38:58,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:00,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:02,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:03,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:04,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:06,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:07,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:39:07,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:39:07,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:39:08,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:08,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:10,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:12,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:14,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:14,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:16,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:18,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:20,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:20,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:21,218 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:39:22,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:39:22,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:39:22,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:39:22,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:24,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:25,842 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:26,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:28,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:30,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:31,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:32,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:34,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:36,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:36,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:37,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:39:37,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:39:37,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:39:38,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:40,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:42,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:42,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:44,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:46,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:48,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:48,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:50,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:51,219 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:39:52,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:39:52,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:39:52,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:39:52,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:53,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:39:54,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:56,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:58,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:39:59,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:00,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:02,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:04,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:04,925 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:06,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:07,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:40:07,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:40:07,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:40:08,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:10,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:10,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:12,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:14,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:16,202 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:16,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:18,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:20,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:21,220 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:40:21,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:22,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:40:22,239 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:40:22,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:40:22,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:24,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:26,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:26,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:28,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:30,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:32,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:32,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:34,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:36,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:37,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:40:37,240 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:40:37,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:40:37,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:38,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:40,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:42,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:42,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:44,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:46,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:47,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:48,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:50,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:51,221 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:40:52,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:40:52,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:40:52,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:40:52,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:53,558 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:40:54,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:56,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:58,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:40:59,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:00,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:02,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:04,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:05,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:06,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:07,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:41:07,240 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:41:07,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:41:08,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:10,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:10,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:12,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:14,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:16,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:16,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:18,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:20,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:21,223 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:41:22,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:41:22,240 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:41:22,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:41:22,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:22,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:24,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:26,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:28,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:28,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:30,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:32,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:33,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:34,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:36,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:37,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:41:37,240 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:41:37,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:41:38,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:39,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:40,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:42,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:44,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:44,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:46,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:48,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:50,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:50,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:51,224 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:41:52,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:41:52,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:41:52,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:41:52,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:54,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:55,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:41:56,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:41:58,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:00,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:01,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:02,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:04,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:06,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:07,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:42:07,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:42:07,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:42:07,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:08,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:10,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:12,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:12,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:14,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:16,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:18,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:18,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:20,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:21,225 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:42:22,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:42:22,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:42:22,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:42:22,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:23,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:24,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:26,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:28,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:29,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:30,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:32,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:34,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:35,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:36,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:37,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:42:37,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:42:37,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:42:38,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:40,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:40,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:42,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:44,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:46,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:46,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:48,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:50,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:51,226 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:42:52,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:52,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:42:52,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:42:52,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:42:52,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:54,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:56,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:42:57,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:42:58,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:00,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:02,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:03,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:04,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:06,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:07,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:43:07,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:43:07,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:43:08,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:08,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:10,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:12,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:14,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:14,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:16,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:18,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:20,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:20,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:21,227 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:43:22,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:43:22,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:43:22,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:43:22,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:24,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:25,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:26,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:28,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:30,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:31,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:32,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:34,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:36,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:37,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:37,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:43:37,241 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:43:37,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:43:38,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:40,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:42,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:42,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:44,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:46,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:48,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:48,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:50,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:51,229 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:43:52,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:43:52,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:43:52,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:43:52,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:53,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:43:54,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:56,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:58,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:43:59,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:00,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:02,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:04,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:05,101 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:06,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:07,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:44:07,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:44:07,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:44:08,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:10,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:10,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:12,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:14,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:16,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:16,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:18,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:20,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:21,230 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:44:22,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:22,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:44:22,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:44:22,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:44:22,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:24,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:26,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:27,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:28,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:30,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:32,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:33,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:34,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:36,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:37,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:44:37,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:44:37,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:44:38,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:38,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:40,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:43,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:44,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:45,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:47,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:49,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:50,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:51,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:51,231 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:44:52,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:44:52,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:44:52,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:44:53,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:55,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:55,767 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:44:57,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:44:59,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:01,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:01,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:03,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:05,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:07,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:07,189 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:07,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:45:07,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:45:07,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:45:09,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:11,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:12,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:13,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:15,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:17,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:18,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:19,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:21,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:21,232 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:45:22,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:45:22,243 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:45:22,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:45:23,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:23,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:25,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:27,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:29,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:29,504 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:31,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:33,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:35,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:35,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:37,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:37,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:45:37,243 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:45:37,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:45:39,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:40,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:41,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:43,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:45,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:46,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:47,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:49,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:51,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:51,233 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:45:52,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:52,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:45:52,242 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:45:52,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:45:53,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:55,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:57,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:45:57,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:45:59,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:01,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:03,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:03,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:05,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:07,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:07,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:46:07,243 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:46:07,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:46:09,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:09,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:11,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:13,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:15,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:15,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:17,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:19,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:20,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:21,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:21,235 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:46:22,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:46:22,243 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:46:22,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:46:23,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:25,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:26,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:27,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:29,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:31,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:31,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:33,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:35,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:37,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:37,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:46:37,243 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:46:37,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:46:37,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:39,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:41,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:43,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:43,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:45,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:47,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:48,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:49,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:51,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:51,236 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:46:52,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:46:52,243 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:46:52,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:46:53,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:54,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:46:55,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:57,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:46:59,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:00,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:01,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:03,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:05,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:05,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:07,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:07,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:47:07,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:47:07,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:47:09,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:11,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:11,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:13,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:15,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:16,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:17,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:19,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:21,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:21,237 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:47:22,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:47:22,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:47:22,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:47:22,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:23,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:25,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:27,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:28,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:29,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:31,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:33,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:33,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:35,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:37,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:37,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:47:37,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:47:37,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:47:39,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:39,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:41,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:43,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:44,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:45,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:47,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:49,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:50,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:51,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:51,238 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:47:52,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:47:52,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:47:52,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:47:53,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:55,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:56,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:47:57,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:47:59,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:01,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:01,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:03,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:05,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:07,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:07,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:48:07,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:48:07,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:48:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:09,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:11,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:12,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:13,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:15,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:17,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:18,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:19,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:21,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:21,239 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:48:22,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:48:22,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:48:22,098 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 02:48:22,098 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 02:48:22,099 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 02:48:22,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_created():271] file/dir created: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 02:48:22,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:48:22,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:48:22,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:48:23,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:23,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:25,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:27,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:29,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:29,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:31,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:33,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:34,153 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:35,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:37,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:37,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:48:37,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:48:37,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:48:39,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:39,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:41,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:41,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 02:48:42,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:43,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:44,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:44,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:45,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:47,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:49,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:50,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:51,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:51,241 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:48:52,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:48:52,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:48:52,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:48:53,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:55,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:55,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:48:57,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:48:59,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:01,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:01,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:03,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:05,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:07,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:07,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:07,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:49:07,244 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:49:07,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:49:09,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:11,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:12,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:13,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:16,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:18,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:18,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:20,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:21,242 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:49:22,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:22,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:49:22,245 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:49:22,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:49:23,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:24,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:26,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:28,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:29,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:30,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:32,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:34,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:35,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:36,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:37,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:49:37,245 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:49:37,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:49:38,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:40,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:40,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:42,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:44,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:46,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:46,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:48,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:50,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:51,243 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:49:51,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:52,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:52,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:49:52,245 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:49:52,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:49:54,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:56,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:49:57,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:49:58,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:00,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:02,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:03,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:04,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:06,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:07,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:50:07,245 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:50:07,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:50:08,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:08,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:10,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:12,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:14,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:14,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:16,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:18,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:19,897 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:20,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:21,244 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:50:22,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:22,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:50:22,245 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:50:22,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:50:24,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:25,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:26,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:28,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:30,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:31,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:32,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:34,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:36,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:36,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:37,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:50:37,245 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:50:37,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:50:38,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:40,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:42,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:42,527 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:44,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:46,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:48,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:48,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:50,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:51,245 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:50:52,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:50:52,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:50:52,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:50:52,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:53,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:50:54,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:56,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:58,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:50:59,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:00,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:02,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:04,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:05,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:06,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:07,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:51:07,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:51:07,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:51:08,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:10,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:10,835 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:12,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:14,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:16,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:16,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:18,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:20,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:21,247 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:51:21,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:22,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:51:22,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:51:22,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:51:22,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:24,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:26,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:27,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:28,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:30,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:32,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:32,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:34,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:36,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:37,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:51:37,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:51:37,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:51:38,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:38,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:40,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:42,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:43,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:44,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:46,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:48,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:49,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:50,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:51,248 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:51:52,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:51:52,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:51:52,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:51:52,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:54,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:55,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:51:56,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:51:58,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:00,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:00,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:02,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:04,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:06,115 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:06,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:07,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:52:07,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:52:07,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:52:08,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:10,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:11,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:12,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:14,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:16,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:17,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:18,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:20,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:21,249 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:52:22,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:52:22,246 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:52:22,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:52:22,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:23,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:24,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:26,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:28,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:28,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:30,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:32,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:34,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:34,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:36,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:37,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:52:37,247 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:52:37,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:52:38,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:39,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:40,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:42,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:44,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:45,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:46,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:48,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:50,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:50,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:51,250 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:52:52,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:52:52,247 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:52:52,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:52:52,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:54,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:56,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:52:56,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:52:58,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:00,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:02,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:02,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:04,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:06,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:07,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:53:07,247 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:53:07,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:53:07,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:08,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:10,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:12,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:12,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:14,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:16,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:17,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:18,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:20,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:21,252 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:53:22,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:53:22,247 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:53:22,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:53:22,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:23,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:24,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:26,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:28,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:29,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:30,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:32,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:34,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:34,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:36,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:37,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:53:37,247 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:53:37,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:53:38,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:40,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:40,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:42,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:44,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:45,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:46,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:48,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:50,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:51,253 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:53:51,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:52,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:53:52,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:53:52,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:53:52,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:54,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:56,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:53:57,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:53:58,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:00,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:02,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:02,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:04,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:06,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:07,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:54:07,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:54:07,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:54:08,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:08,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:10,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:12,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:13,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:14,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:16,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:18,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:19,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:20,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:21,254 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:54:22,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:54:22,247 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:54:22,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:54:22,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:24,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:25,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:26,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:28,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:30,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:30,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:32,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:34,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:36,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:36,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:37,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:54:37,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:54:37,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:54:38,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:40,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:42,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:42,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:44,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:46,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:47,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:48,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:50,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:51,255 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:54:52,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:54:52,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:54:52,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:54:52,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:53,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:54:54,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:56,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:58,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:54:58,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:00,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:02,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:04,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:04,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:06,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:07,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:55:07,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:55:07,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:55:08,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:10,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:10,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:12,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:14,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:16,118 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:16,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:18,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:20,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:21,256 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:55:21,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:22,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:55:22,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:55:22,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:55:22,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:24,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:26,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:26,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:28,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:30,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:32,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:32,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:34,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:36,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:37,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:55:37,251 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:55:37,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:55:37,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:38,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:40,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:42,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:43,126 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:44,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:46,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:48,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:48,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:50,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:51,261 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:55:52,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:55:52,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:55:52,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:55:52,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:54,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:55:54,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:56,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:55:58,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:00,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:00,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:02,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:04,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:05,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:06,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:07,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:56:07,248 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:56:07,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:56:08,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:10,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:11,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:12,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:14,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:16,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:16,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:18,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:20,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:21,260 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:56:22,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:56:22,249 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:56:22,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:56:22,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:22,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:24,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:26,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:28,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:28,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:30,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:32,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:33,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:34,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:36,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:37,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:56:37,249 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:56:37,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:56:38,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:39,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:40,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:42,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:44,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:44,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:46,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:48,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:50,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:50,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:51,262 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:56:52,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:56:52,249 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:56:52,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:56:52,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:54,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:56,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:56:56,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:56:58,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:00,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:01,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:02,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:04,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:06,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:07,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:57:07,249 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:57:07,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:57:07,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:08,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:10,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:12,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:13,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:14,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:16,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:18,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:18,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:20,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:21,263 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:57:22,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:57:22,249 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:57:22,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:57:22,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:24,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:24,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:26,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:28,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:30,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:30,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:32,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:34,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:35,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:36,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:37,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:57:37,249 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:57:37,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:57:38,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:40,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:41,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:42,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:44,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:46,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:46,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:48,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:50,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:51,265 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:57:52,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:57:52,250 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:57:52,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:57:52,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:52,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:54,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:56,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:57:57,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:57:58,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:00,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:02,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:02,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:04,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:06,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:07,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:58:07,250 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:58:07,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:58:08,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:08,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:10,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:12,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:14,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:14,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:16,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:18,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:20,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:20,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:21,265 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:58:22,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:58:22,250 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:58:22,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:58:22,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:24,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:25,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:26,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:28,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:30,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:31,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:32,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:34,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:36,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:37,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:37,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:58:37,253 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:58:37,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:58:38,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:40,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:42,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:42,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:44,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:46,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:48,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:48,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:50,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:51,266 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:58:52,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:58:52,253 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:58:52,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:58:52,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:54,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:58:54,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:56,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:58,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:58:59,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:00,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:02,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:04,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:05,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:06,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:07,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:59:07,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:59:07,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:59:08,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:10,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:10,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:12,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:14,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:16,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:16,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:18,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:20,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:21,269 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:59:22,121 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:22,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:59:22,253 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:59:22,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:59:22,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:24,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:26,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:27,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:28,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:30,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:32,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:33,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:34,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:36,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:37,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:59:37,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:59:37,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:59:38,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:38,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:40,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:42,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:44,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:44,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:46,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:48,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:50,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:50,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:51,270 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 02:59:52,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 02:59:52,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 02:59:52,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 02:59:52,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:54,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:55,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 02:59:56,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 02:59:58,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:00,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:01,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:02,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:04,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:06,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:06,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:07,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:00:07,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:00:07,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:00:08,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:10,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:12,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:12,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:14,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:16,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:18,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:18,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:20,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:21,272 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:00:22,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:00:22,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:00:22,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:00:22,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:23,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:24,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:26,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:28,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:29,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:30,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:32,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:34,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:35,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:36,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:37,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:00:37,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:00:37,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:00:38,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:40,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:40,876 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:42,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:44,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:46,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:46,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:48,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:50,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:51,273 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:00:52,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:52,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:00:52,255 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:00:52,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:00:52,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:54,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:56,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:00:57,527 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:00:58,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:00,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:02,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:03,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:04,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:06,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:07,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:01:07,254 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:01:07,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:01:08,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:08,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:10,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:12,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:14,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:14,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:16,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:18,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:20,088 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:20,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:21,274 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:01:22,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:01:22,255 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:01:22,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:01:22,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:24,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:25,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:26,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:28,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:30,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:31,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:32,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:34,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:36,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:37,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:01:37,255 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:01:37,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:01:37,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:38,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:40,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:42,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:42,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:44,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:46,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:48,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:48,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:50,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:51,275 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:01:52,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:01:52,255 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:01:52,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:01:52,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:54,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:01:54,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:56,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:58,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:01:59,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:00,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:02,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:04,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:05,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:06,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:07,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:02:07,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:02:07,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:02:08,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:10,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:10,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:12,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:14,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:16,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:16,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:18,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:20,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:21,276 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:02:22,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:22,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:02:22,255 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:02:22,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:02:22,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:24,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:26,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:27,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:28,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:30,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:32,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:33,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:34,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:36,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:37,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:02:37,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:02:37,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:02:38,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:38,850 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:40,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:42,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:44,444 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:44,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:46,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:48,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:50,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:50,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:51,277 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:02:52,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:02:52,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:02:52,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:02:52,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:54,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:55,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:02:56,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:02:58,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:00,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:01,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:03,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:05,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:06,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:07,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:03:07,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:03:07,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:03:07,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:09,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:11,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:12,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:13,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:15,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:17,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:17,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:19,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:21,278 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:03:21,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:22,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:03:22,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:03:22,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:03:23,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:23,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:25,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:27,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:29,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:29,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:31,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:33,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:34,840 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:35,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:37,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:03:37,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:03:37,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:03:37,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:39,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:40,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:41,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:43,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:45,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:45,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:47,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:49,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:51,280 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:03:51,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:51,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:52,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:03:52,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:03:52,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:03:52,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:03:52,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:03:52,715 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 03:03:52,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 03:03:52,716 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 03:03:52,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 03:03:53,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:55,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:56,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:03:57,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:03:59,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:01,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:01,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:03,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:05,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:06,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:07,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:04:07,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:04:07,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:04:07,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:09,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:11,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:11,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:12,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:04:15,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:17,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:17,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:19,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:21,281 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:04:21,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:22,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:04:22,256 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:04:22,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:04:23,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:23,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:25,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:27,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:28,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:29,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:31,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:33,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:34,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:35,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:37,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:04:37,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:04:37,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:04:37,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:39,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:39,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:41,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:43,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:45,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:45,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:47,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:49,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:51,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:51,282 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:04:51,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:52,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:04:52,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:04:52,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:04:53,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:55,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:56,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:04:57,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:04:59,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:01,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:02,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:03,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:05,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:07,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:05:07,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:05:07,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:05:07,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:08,162 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:09,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:11,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:13,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:13,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:15,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:17,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:19,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:19,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:21,283 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:05:21,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:22,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:05:22,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:05:22,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:05:23,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:24,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:25,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:27,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:29,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:30,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:31,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:33,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:35,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:36,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:37,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:05:37,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:05:37,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:05:37,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:39,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:41,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:41,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:43,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:45,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:47,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:47,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:49,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:51,284 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:05:51,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:52,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:05:52,257 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:05:52,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:05:53,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:53,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:55,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:57,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:05:58,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:05:59,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:01,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:03,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:04,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:05,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:07,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:06:07,258 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:06:07,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:06:07,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:09,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:09,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:11,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:13,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:15,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:15,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:17,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:19,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:21,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:21,285 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:06:21,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:22,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:06:22,258 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:06:22,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:06:23,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:25,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:26,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:27,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:29,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:31,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:32,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:33,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:35,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:37,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:06:37,258 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:06:37,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:06:37,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:37,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:39,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:41,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:42,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:43,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:45,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:47,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:47,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:49,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:51,286 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:06:51,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:52,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:06:52,258 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:06:52,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:06:53,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:53,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:55,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:57,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:06:59,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:06:59,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:01,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:03,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:04,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:05,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:07,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:07:07,258 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:07:07,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:07:07,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:09,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:10,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:11,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:13,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:15,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:15,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:17,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:19,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:21,288 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:07:21,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:21,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:22,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:07:22,259 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:07:22,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:07:23,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:25,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:27,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:27,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:29,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:31,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:32,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:33,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:35,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:37,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:07:37,259 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:07:37,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:07:37,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:38,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:39,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:41,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:43,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:44,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:45,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:47,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:49,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:49,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:51,289 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:07:51,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:52,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:07:52,259 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:07:52,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:07:53,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:55,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:07:55,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:57,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:07:59,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:00,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:01,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:03,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:05,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:06,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:07,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:08:07,260 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:08:07,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:08:07,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:09,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:11,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:12,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:13,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:15,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:17,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:17,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:19,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:21,289 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:08:21,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:22,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:08:22,260 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:08:22,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:08:23,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:23,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:25,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:27,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:29,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:29,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:31,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:33,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:34,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:35,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:37,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:08:37,259 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:08:37,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:08:37,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:39,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:40,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:41,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:43,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:45,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:45,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:47,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:49,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:51,068 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:51,290 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:08:51,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:52,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:08:52,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:08:52,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:08:53,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:55,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:56,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:08:57,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:08:59,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:01,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:02,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:03,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:05,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:07,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:09:07,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:09:07,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:09:07,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:07,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:09,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:11,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:12,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:13,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:15,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:17,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:18,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:19,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:21,292 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:09:22,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:22,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:09:22,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:09:22,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:09:23,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:24,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:26,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:28,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:29,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:30,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:32,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:34,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:35,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:36,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:37,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:09:37,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:09:37,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:09:38,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:40,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:40,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:42,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:44,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:46,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:46,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:48,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:50,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:51,294 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:09:51,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:52,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:52,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:09:52,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:09:52,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:09:54,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:56,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:09:56,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:09:58,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:00,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:01,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:02,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:04,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:06,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:07,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:10:07,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:10:07,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:10:07,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:08,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:10,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:12,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:13,193 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:14,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:16,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:18,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:18,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:20,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:21,295 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:10:22,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:22,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:10:22,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:10:22,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:10:24,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:24,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:26,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:28,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:30,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:30,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:32,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:34,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:35,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:36,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:37,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:10:37,261 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:10:37,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:10:38,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:40,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:41,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:42,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:44,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:46,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:47,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:48,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:50,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:51,296 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:10:52,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:52,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:10:52,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:10:52,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:10:52,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:54,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:56,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:10:57,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:10:58,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:00,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:02,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:02,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:04,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:06,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:07,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:11:07,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:11:07,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:11:08,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:08,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:10,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:12,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:14,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:14,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:16,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:18,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:19,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:20,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:21,297 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:11:22,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:22,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:11:22,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:11:22,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:11:24,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:25,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:26,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:28,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:30,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:30,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:32,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:34,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:36,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:36,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:37,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:11:37,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:11:37,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:11:38,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:40,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:42,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:42,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:44,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:46,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:47,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:48,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:50,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:51,298 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:11:52,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:52,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:11:52,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:11:52,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:11:53,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:11:54,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:56,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:58,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:11:58,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:00,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:02,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:04,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:04,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:06,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:07,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:12:07,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:12:07,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:12:08,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:10,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:10,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:12,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:14,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:15,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:16,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:18,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:20,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:21,300 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:12:21,301 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:22,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:22,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:12:22,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:12:22,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:12:24,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:26,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:27,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:28,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:30,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:32,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:32,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:34,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:36,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:37,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:12:37,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:12:37,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:12:38,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:38,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:40,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:42,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:43,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:44,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:46,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:48,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:49,497 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:50,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:51,301 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:12:52,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:52,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:12:52,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:12:52,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:12:54,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:55,136 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:12:56,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:12:58,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:00,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:00,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:02,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:04,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:06,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:06,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:07,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:13:07,263 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:13:07,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:13:08,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:10,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:12,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:12,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:14,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:16,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:17,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:18,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:20,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:21,302 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:13:22,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:22,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:13:22,263 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:13:22,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:13:23,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:24,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:26,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:28,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:28,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:30,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:32,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:34,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:34,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:36,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:37,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:13:37,263 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:13:37,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:13:38,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:39,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:40,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:42,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:44,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:45,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:46,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:48,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:50,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:51,304 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:13:51,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:52,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:52,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:13:52,263 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:13:52,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:13:54,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:56,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:13:57,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:13:58,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:00,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:02,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:02,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:04,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:06,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:07,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:14:07,263 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:14:07,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:14:08,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:08,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:10,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:12,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:13,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:14,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:16,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:18,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:19,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:20,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:21,305 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:14:22,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:22,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:14:22,263 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:14:22,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:14:24,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:25,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:26,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:28,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:30,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:30,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:32,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:34,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:36,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:36,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:37,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:14:37,264 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:14:37,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:14:38,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:40,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:41,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:42,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:44,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:46,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:47,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:48,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:50,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:51,307 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:14:52,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:52,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:14:52,264 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:14:52,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:14:52,300 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:54,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:56,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:14:57,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:14:58,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:00,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:02,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:02,831 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:04,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:06,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:07,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:15:07,264 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:15:07,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:15:08,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:08,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:10,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:12,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:13,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:14,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:16,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:18,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:19,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:20,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:21,308 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:15:22,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:22,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:15:22,264 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:15:22,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:15:24,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:25,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:26,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:28,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:30,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:30,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:32,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:34,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:36,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:36,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:37,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:15:37,264 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:15:37,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:15:38,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:40,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:41,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:42,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:44,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:46,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:47,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:48,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:50,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:51,309 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:15:52,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:52,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:15:52,264 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:15:52,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:15:53,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:15:54,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:56,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:58,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:15:58,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:00,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:02,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:04,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:04,300 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:06,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:07,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:16:07,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:16:07,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:16:08,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:09,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:11,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:13,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:15,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:15,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:17,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:19,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:21,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:21,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:21,310 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:16:22,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:16:22,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:16:22,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:16:23,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:25,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:27,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:27,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:29,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:31,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:32,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:33,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:35,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:37,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:16:37,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:16:37,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:16:37,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:38,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:39,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:41,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:43,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:44,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:45,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:47,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:49,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:49,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:51,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:51,311 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:16:52,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:16:52,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:16:52,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:16:53,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:55,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:16:55,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:57,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:16:59,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:00,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:01,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:03,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:05,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:06,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:07,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:17:07,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:17:07,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:17:07,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:09,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:11,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:12,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:13,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:15,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:17,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:17,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:19,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:21,312 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:17:21,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:22,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:17:22,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:17:22,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:17:23,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:23,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:25,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:27,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:28,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:29,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:31,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:33,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:34,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:35,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:37,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:17:37,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:17:37,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:17:37,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:39,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:40,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:41,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:43,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:45,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:45,911 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:47,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:49,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:51,314 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:17:51,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:51,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:52,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:17:52,265 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:17:52,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:17:53,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:55,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:57,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:17:57,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:17:59,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:01,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:02,929 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:03,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:05,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:07,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:18:07,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:18:07,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:18:07,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:08,558 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:09,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:11,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:13,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:14,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:15,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:17,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:19,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:19,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:21,315 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:18:21,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:22,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:18:22,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:18:22,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:18:23,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:25,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:25,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:27,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:29,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:30,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:31,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:33,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:35,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:36,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:37,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:18:37,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:18:37,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:18:37,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:39,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:41,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:41,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:43,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:45,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:47,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:47,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:49,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:51,316 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:18:51,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:52,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:18:52,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:18:52,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:18:53,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:53,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:55,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:57,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:18:58,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:18:59,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:01,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:03,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:04,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:05,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:07,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:19:07,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:19:07,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:19:07,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:09,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:10,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:11,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:13,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:15,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:15,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:17,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:19,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:21,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:21,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:19:21,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:19:21,238 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 03:19:21,238 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 03:19:21,239 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 03:19:21,317 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:19:21,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 03:19:21,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:22,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:19:22,266 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:19:22,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:19:23,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:25,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:26,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:27,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:29,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:31,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:31,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:33,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:35,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:36,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:37,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:19:37,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:19:37,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:19:37,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:39,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:40,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:41,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:19:41,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:41,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:43,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:44,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:45,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:47,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:47,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:49,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:51,319 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:19:51,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:52,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:19:52,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:19:52,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:19:52,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:53,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:55,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:57,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:19:57,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:19:59,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:01,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:02,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:03,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:05,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:07,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:20:07,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:20:07,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:20:07,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:08,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:09,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:11,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:13,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:14,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:15,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:17,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:19,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:20,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:21,320 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:20:21,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:22,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:20:22,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:20:22,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:20:23,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:25,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:25,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:27,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:29,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:31,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:31,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:33,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:35,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:36,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:37,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:20:37,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:20:37,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:20:37,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:39,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:41,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:42,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:43,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:45,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:47,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:48,160 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:49,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:51,321 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:20:51,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:52,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:20:52,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:20:52,272 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:20:53,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:53,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:55,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:57,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:20:59,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:20:59,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:01,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:03,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:05,153 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:05,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:07,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:21:07,267 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:21:07,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:21:07,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:09,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:10,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:11,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:13,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:15,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:16,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:17,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:19,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:21,323 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:21:21,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:22,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:22,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:21:22,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:21:22,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:21:23,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:25,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:27,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:27,539 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:29,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:31,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:33,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:33,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:35,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:37,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:21:37,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:21:37,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:21:37,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:38,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:39,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:41,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:43,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:44,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:45,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:47,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:49,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:49,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:51,323 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:21:51,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:52,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:21:52,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:21:52,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:21:53,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:55,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:55,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:21:57,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:21:59,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:01,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:01,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:03,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:05,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:07,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:07,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:22:07,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:22:07,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:22:07,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:09,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:11,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:12,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:13,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:15,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:17,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:18,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:19,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:21,329 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:22:21,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:22,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:22:22,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:22:22,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:22:23,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:23,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:25,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:27,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:29,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:29,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:31,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:33,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:35,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:35,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:37,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:22:37,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:22:37,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:22:37,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:39,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:40,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:41,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:43,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:45,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:46,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:47,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:49,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:51,325 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:22:51,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:52,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:52,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:22:52,268 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:22:52,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:22:53,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:55,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:57,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:22:57,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:22:59,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:01,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:03,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:03,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:05,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:07,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:23:07,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:23:07,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:23:07,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:08,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:09,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:11,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:13,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:14,454 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:15,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:17,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:19,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:20,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:21,327 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:23:21,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:22,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:23:22,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:23:22,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:23:23,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:25,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:25,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:27,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:29,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:31,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:31,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:33,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:35,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:37,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:37,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:23:37,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:23:37,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:23:37,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:39,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:41,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:42,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:43,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:45,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:47,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:48,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:49,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:51,328 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:23:51,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:52,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:23:52,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:23:52,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:23:53,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:53,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:55,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:57,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:23:59,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:23:59,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:01,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:03,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:05,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:05,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:07,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:24:07,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:24:07,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:24:07,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:09,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:10,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:11,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:13,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:15,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:16,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:17,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:19,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:21,329 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:24:21,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:22,096 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:22,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:24:22,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:24:22,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:24:23,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:25,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:27,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:27,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:29,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:31,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:33,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:33,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:35,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:37,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:24:37,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:24:37,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:24:37,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:38,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:39,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:41,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:43,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:44,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:45,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:47,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:49,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:49,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:51,330 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:24:51,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:52,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:24:52,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:24:52,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:24:53,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:55,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:55,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:24:57,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:24:59,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:01,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:01,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:03,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:05,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:06,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:07,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:25:07,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:25:07,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:25:07,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:09,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:11,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:12,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:13,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:15,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:17,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:17,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:19,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:21,331 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:25:21,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:22,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:25:22,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:25:22,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:25:23,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:23,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:25,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:27,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:29,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:29,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:31,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:33,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:34,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:35,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:37,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:25:37,269 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:25:37,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:25:37,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:39,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:40,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:41,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:43,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:45,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:45,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:47,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:49,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:51,333 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:25:51,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:51,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:52,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:25:52,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:25:52,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:25:53,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:55,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:57,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:25:57,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:25:59,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:01,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:02,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:03,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:05,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:07,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:26:07,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:26:07,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:26:07,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:08,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:09,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:11,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:13,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:13,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:15,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:17,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:19,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:19,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:21,334 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:26:21,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:22,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:26:22,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:26:22,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:26:23,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:25,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:25,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:27,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:29,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:30,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:31,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:33,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:35,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:36,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:37,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:26:37,270 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:26:37,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:26:37,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:39,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:41,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:42,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:43,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:45,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:47,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:48,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:49,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:51,336 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:26:51,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:52,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:26:52,271 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:26:52,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:26:53,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:53,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:55,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:57,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:26:59,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:26:59,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:01,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:03,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:05,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:05,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:07,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:27:07,271 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:27:07,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:27:07,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:09,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:10,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:11,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:13,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:15,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:16,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:17,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:19,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:21,337 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:27:21,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:21,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:22,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:27:22,271 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:27:22,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:27:23,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:25,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:27,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:27,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:29,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:31,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:32,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:33,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:35,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:37,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:27:37,271 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:27:37,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:27:37,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:38,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:39,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:41,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:43,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:43,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:45,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:47,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:49,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:49,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:51,338 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:27:51,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:52,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:27:52,271 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:27:52,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:27:53,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:54,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:27:55,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:57,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:27:59,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:00,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:01,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:03,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:05,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:06,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:07,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:28:07,272 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:28:07,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:28:07,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:09,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:11,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:11,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:13,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:15,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:17,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:17,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:19,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:21,339 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:28:21,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:22,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:28:22,272 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:28:22,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:28:22,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:23,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:25,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:27,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:28,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:29,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:31,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:33,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:33,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:35,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:37,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:28:37,272 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:28:37,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:28:37,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:39,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:39,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:41,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:43,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:45,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:45,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:47,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:49,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:50,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:51,341 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:28:51,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:52,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:28:52,272 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:28:52,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:28:53,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:55,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:56,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:28:57,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:28:59,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:01,759 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:01,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:03,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:05,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:07,272 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:29:07,272 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:29:07,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:29:07,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:07,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:09,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:11,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:13,111 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:13,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:15,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:17,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:18,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:19,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:21,342 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:29:21,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:22,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:29:22,272 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:29:22,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:29:23,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:24,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:25,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:27,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:29,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:29,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:31,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:33,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:34,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:35,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:37,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:29:37,277 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:29:37,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:29:37,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:39,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:40,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:41,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:43,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:45,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:46,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:47,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:49,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:51,343 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:29:51,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:52,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:29:52,278 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:29:52,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:29:52,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:53,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:56,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:29:57,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:29:58,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:00,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:02,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:03,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:04,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:06,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:07,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:30:07,278 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:30:07,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:30:08,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:09,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:10,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:12,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:14,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:14,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:16,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:18,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:20,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:20,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:21,344 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:30:22,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:30:22,278 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:30:22,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:30:22,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:24,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:26,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:26,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:28,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:30,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:31,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:32,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:34,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:36,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:37,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:30:37,278 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:30:37,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:30:37,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:38,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:40,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:42,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:42,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:44,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:46,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:48,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:48,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:50,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:51,346 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:30:52,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:30:52,278 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:30:52,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:30:52,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:54,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:30:54,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:56,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:58,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:30:59,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:00,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:02,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:04,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:05,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:06,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:07,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:31:07,279 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:31:07,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:31:08,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:10,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:10,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:12,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:14,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:16,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:16,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:18,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:20,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:21,347 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:31:22,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:31:22,279 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:31:22,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:31:22,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:22,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:24,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:26,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:27,861 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:28,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:30,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:32,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:33,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:34,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:36,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:37,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:31:37,279 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:31:37,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:31:38,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:39,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:40,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:42,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:44,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:44,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:46,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:48,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:50,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:50,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:51,348 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:31:52,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:31:52,279 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:31:52,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:31:52,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:54,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:55,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:31:56,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:31:58,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:00,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:01,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:02,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:04,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:06,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:06,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:07,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:32:07,280 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:32:07,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:32:08,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:10,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:12,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:12,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:14,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:16,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:17,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:18,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:20,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:21,349 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:32:22,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:32:22,280 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:32:22,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:32:22,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:23,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:24,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:26,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:28,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:28,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:30,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:32,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:34,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:34,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:36,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:37,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:32:37,280 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:32:37,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:32:38,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:39,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:40,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:42,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:44,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:45,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:46,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:48,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:50,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:51,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:51,350 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:32:52,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:32:52,279 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:32:52,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:32:52,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:54,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:56,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:32:56,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:32:58,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:00,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:02,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:02,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:04,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:06,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:07,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:33:07,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:33:07,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:33:07,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:08,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:10,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:12,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:13,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:14,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:16,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:18,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:18,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:20,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:21,351 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:33:22,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:33:22,280 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:33:22,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:33:22,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:24,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:24,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:26,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:28,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:30,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:30,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:32,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:34,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:35,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:36,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:37,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:33:37,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:33:37,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:33:38,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:40,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:41,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:43,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:45,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:46,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:47,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:49,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:51,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:51,352 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:33:52,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:33:52,280 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:33:52,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:33:52,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:53,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:55,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:57,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:33:58,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:33:59,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:01,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:03,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:03,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:05,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:07,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:07,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:34:07,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:34:07,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:34:09,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:09,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:11,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:13,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:15,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:15,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:17,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:19,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:20,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:21,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:21,353 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:34:22,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:34:22,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:34:22,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:34:23,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:25,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:26,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:27,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:29,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:31,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:32,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:33,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:35,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:37,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:37,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:34:37,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:34:37,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:34:37,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:39,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:41,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:43,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:43,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:45,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:47,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:48,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:49,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:51,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:51,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:34:51,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:34:51,262 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 03:34:51,262 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 03:34:51,263 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 03:34:51,355 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:34:52,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 03:34:52,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:34:52,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:34:52,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:34:53,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:53,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:55,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:57,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:34:58,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:34:59,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:01,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:03,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:04,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:05,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:07,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:07,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:35:07,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:35:07,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:35:09,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:09,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:11,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:11,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:35:13,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:15,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:15,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:17,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:19,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:20,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:21,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:21,355 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:35:22,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:35:22,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:35:22,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:35:23,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:25,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:26,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:27,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:29,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:31,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:32,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:33,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:35,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:37,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:37,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:35:37,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:35:37,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:35:37,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:39,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:41,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:42,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:43,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:45,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:47,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:48,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:49,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:51,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:51,357 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:35:52,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:35:52,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:35:52,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:35:53,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:53,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:55,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:57,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:35:59,070 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:35:59,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:01,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:03,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:04,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:05,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:07,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:07,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:36:07,281 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:36:07,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:36:09,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:10,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:11,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:13,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:15,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:15,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:17,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:19,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:21,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:21,358 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:36:21,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:22,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:36:22,282 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:36:22,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:36:23,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:25,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:27,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:27,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:29,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:31,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:33,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:33,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:35,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:37,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:37,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:36:37,282 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:36:37,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:36:38,736 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:39,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:41,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:43,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:44,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:45,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:47,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:49,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:49,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:51,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:51,359 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:36:52,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:36:52,282 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:36:52,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:36:53,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:55,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:55,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:36:57,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:36:59,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:01,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:01,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:03,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:05,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:06,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:07,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:07,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:37:07,282 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:37:07,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:37:09,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:11,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:12,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:13,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:15,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:17,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:17,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:19,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:21,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:21,360 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:37:22,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:37:22,283 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:37:22,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:37:23,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:23,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:25,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:27,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:29,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:29,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:31,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:33,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:34,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:35,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:37,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:37,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:37:37,283 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:37:37,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:37:39,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:40,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:41,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:43,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:45,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:45,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:47,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:49,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:51,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:51,361 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:37:51,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:52,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:37:52,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:37:52,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:37:53,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:55,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:57,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:37:57,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:37:59,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:01,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:02,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:03,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:05,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:07,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:07,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:38:07,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:38:07,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:38:08,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:09,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:11,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:13,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:14,189 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:15,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:17,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:19,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:19,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:21,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:21,363 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:38:22,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:38:22,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:38:22,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:38:23,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:25,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:25,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:27,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:29,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:30,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:31,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:33,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:35,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:36,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:37,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:37,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:38:37,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:38:37,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:38:39,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:41,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:42,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:43,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:45,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:47,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:48,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:49,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:51,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:51,364 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:38:52,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:38:52,285 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:38:52,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:38:53,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:53,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:55,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:57,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:38:59,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:38:59,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:01,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:03,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:04,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:05,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:07,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:07,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:39:07,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:39:07,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:39:09,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:10,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:11,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:13,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:15,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:15,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:17,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:19,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:21,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:21,365 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:39:21,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:22,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:39:22,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:39:22,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:39:23,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:25,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:27,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:27,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:29,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:31,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:32,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:33,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:35,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:37,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:37,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:39:37,284 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:39:37,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:39:38,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:39,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:41,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:43,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:43,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:45,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:47,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:49,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:49,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:51,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:51,367 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:39:52,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:39:52,285 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:39:52,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:39:53,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:55,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:55,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:39:57,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:39:59,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:01,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:01,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:03,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:05,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:06,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:07,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:07,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:40:07,285 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:40:07,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:40:09,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:11,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:12,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:13,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:15,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:17,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:18,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:19,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:21,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:21,367 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:40:22,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:40:22,285 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:40:22,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:40:23,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:23,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:25,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:27,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:28,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:29,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:31,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:33,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:34,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:35,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:37,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:37,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:40:37,285 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:40:37,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:40:39,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:40,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:41,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:43,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:45,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:45,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:47,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:49,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:51,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:51,369 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:40:51,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:52,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:40:52,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:40:52,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:40:53,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:55,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:57,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:40:57,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:40:59,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:01,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:02,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:03,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:05,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:07,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:41:07,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:41:07,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:41:07,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:08,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:09,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:11,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:13,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:13,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:15,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:17,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:19,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:19,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:21,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:21,369 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:41:22,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:41:22,285 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:41:22,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:41:23,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:25,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:25,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:27,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:29,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:31,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:31,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:33,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:35,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:36,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:37,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:41:37,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:41:37,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:41:37,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:39,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:41,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:42,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:43,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:45,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:47,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:48,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:49,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:51,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:51,370 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:41:52,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:41:52,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:41:52,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:41:53,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:53,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:41:55,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:57,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:59,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:41:59,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:01,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:03,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:05,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:05,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:07,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:42:07,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:42:07,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:42:07,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:09,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:10,814 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:11,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:13,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:15,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:16,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:17,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:19,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:21,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:21,372 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:42:22,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:42:22,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:42:22,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:42:22,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:23,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:25,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:27,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:27,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:29,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:31,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:33,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:33,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:35,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:37,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:42:37,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:42:37,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:42:37,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:39,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:39,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:41,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:43,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:45,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:45,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:47,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:49,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:50,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:51,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:51,378 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:42:52,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:42:52,286 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:42:52,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:42:53,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:55,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:56,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:42:57,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:42:59,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:01,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:01,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:03,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:05,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:07,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:43:07,287 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:43:07,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:43:07,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:07,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:09,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:11,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:13,172 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:13,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:15,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:17,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:18,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:19,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:21,374 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:43:21,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:22,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:43:22,287 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:43:22,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:43:23,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:24,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:25,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:27,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:29,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:29,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:31,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:33,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:35,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:35,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:37,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:43:37,287 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:43:37,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:43:37,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:39,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:41,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:41,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:43,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:45,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:46,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:47,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:50,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:51,375 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:43:52,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:43:52,287 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:43:52,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:43:52,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:52,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:54,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:56,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:43:57,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:43:58,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:00,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:02,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:03,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:04,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:06,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:07,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:44:07,287 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:44:07,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:44:08,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:09,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:10,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:12,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:14,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:14,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:16,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:18,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:20,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:20,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:21,376 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:44:22,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:44:22,288 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:44:22,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:44:22,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:24,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:25,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:26,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:28,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:30,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:31,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:32,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:34,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:36,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:37,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:37,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:44:37,289 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:44:37,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:44:38,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:40,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:42,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:43,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:44,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:46,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:48,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:48,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:50,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:51,377 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:44:52,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:44:52,289 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:44:52,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:44:52,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:54,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:44:54,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:56,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:44:58,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:00,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:00,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:02,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:04,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:05,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:06,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:07,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:45:07,289 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:45:07,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:45:08,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:10,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:11,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:12,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:14,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:16,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:16,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:18,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:20,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:21,378 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:45:22,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:45:22,289 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:45:22,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:45:22,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:22,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:24,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:26,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:27,891 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:28,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:30,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:32,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:33,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:34,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:36,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:37,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:45:37,289 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:45:37,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:45:38,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:39,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:40,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:42,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:44,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:44,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:46,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:48,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:50,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:50,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:51,380 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:45:52,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:45:52,290 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:45:52,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:45:52,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:54,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:56,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:45:56,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:45:58,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:00,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:01,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:02,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:04,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:06,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:07,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:46:07,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:46:07,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:46:07,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:08,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:10,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:12,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:12,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:14,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:16,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:18,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:18,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:20,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:21,381 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:46:22,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:46:22,290 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:46:22,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:46:22,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:24,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:24,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:26,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:28,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:29,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:30,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:32,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:34,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:35,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:36,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:37,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:46:37,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:46:37,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:46:38,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:40,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:40,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:42,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:44,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:46,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:46,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:48,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:50,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:51,382 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:46:52,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:52,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:46:52,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:46:52,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:46:52,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:54,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:56,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:46:57,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:46:58,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:00,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:02,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:03,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:04,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:06,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:07,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:47:07,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:47:07,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:47:08,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:08,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:10,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:12,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:14,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:14,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:16,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:18,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:19,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:20,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:21,383 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:47:22,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:47:22,290 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:47:22,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:47:22,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:24,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:25,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:26,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:28,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:30,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:31,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:32,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:34,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:36,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:36,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:37,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:47:37,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:47:37,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:47:38,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:40,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:42,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:42,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:44,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:46,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:47,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:48,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:50,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:51,384 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:47:52,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:47:52,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:47:52,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:47:52,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:53,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:47:54,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:56,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:58,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:47:59,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:00,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:02,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:04,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:04,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:06,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:07,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:48:07,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:48:07,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:48:08,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:10,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:10,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:12,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:14,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:16,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:16,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:18,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:20,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:21,386 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:48:21,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:22,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:48:22,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:48:22,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:48:22,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:24,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:26,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:27,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:28,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:30,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:32,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:32,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:34,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:36,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:37,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:48:37,291 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:48:37,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:48:38,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:38,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:40,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:42,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:43,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:44,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:46,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:48,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:49,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:50,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:51,387 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:48:52,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:48:52,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:48:52,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:48:52,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:54,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:55,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:48:56,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:48:58,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:00,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:00,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:02,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:04,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:06,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:06,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:07,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:49:07,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:49:07,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:49:08,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:10,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:11,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:12,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:14,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:16,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:17,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:18,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:20,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:21,388 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:49:22,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:49:22,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:49:22,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:49:22,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:23,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:24,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:26,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:28,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:28,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:30,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:32,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:34,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:34,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:36,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:37,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:49:37,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:49:37,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:49:38,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:39,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:40,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:42,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:44,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:45,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:46,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:48,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:50,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:51,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:51,389 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:49:52,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:49:52,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:49:52,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:49:52,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:54,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:56,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:49:56,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:49:58,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:00,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:02,464 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:02,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:04,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:06,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:07,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:50:07,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:50:07,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:50:07,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:08,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:10,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:12,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:13,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:14,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:16,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:18,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:18,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:20,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:21,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:50:21,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:50:21,337 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 03:50:21,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 03:50:21,338 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 03:50:21,390 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:50:21,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 03:50:22,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:50:22,294 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:50:22,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:50:22,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:24,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:24,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:26,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:28,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:29,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:30,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:32,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:34,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:34,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:36,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:37,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:50:37,293 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:50:37,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:50:38,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:39,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:40,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:41,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 03:50:42,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:44,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:44,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:46,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:48,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:50,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:50,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:51,392 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:50:52,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:50:52,293 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:50:52,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:50:52,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:54,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:56,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:50:56,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:50:58,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:00,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:01,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:02,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:04,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:06,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:07,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:51:07,293 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:51:07,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:51:07,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:08,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:10,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:12,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:12,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:14,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:16,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:17,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:18,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:20,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:21,392 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:51:22,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:51:22,293 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:51:22,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:51:22,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:23,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:24,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:26,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:28,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:29,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:30,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:32,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:34,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:34,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:36,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:37,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:51:37,294 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:51:37,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:51:38,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:40,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:40,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:42,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:44,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:45,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:46,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:48,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:50,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:51,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:51,393 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:51:52,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:51:52,294 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:51:52,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:51:52,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:54,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:56,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:51:56,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:51:58,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:00,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:02,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:02,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:04,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:06,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:07,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:52:07,294 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:52:07,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:52:08,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:08,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:10,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:12,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:13,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:14,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:16,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:18,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:19,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:20,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:21,395 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:52:22,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:52:22,299 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:52:22,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:52:22,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:24,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:25,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:26,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:28,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:30,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:30,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:32,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:34,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:36,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:36,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:37,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:52:37,299 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:52:37,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:52:38,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:40,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:42,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:42,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:44,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:46,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:47,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:48,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:50,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:51,396 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:52:52,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:52:52,298 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:52:52,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:52:52,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:53,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:52:54,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:56,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:58,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:52:59,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:00,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:02,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:04,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:04,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:06,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:07,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:53:07,298 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:53:07,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:53:08,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:10,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:10,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:12,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:14,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:15,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:16,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:18,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:20,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:21,397 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:53:21,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:22,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:53:22,299 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:53:22,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:53:22,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:24,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:26,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:27,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:28,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:30,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:32,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:32,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:34,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:36,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:37,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:53:37,299 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:53:37,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:53:38,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:38,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:40,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:42,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:44,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:44,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:46,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:48,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:49,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:50,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:51,399 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:53:52,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:53:52,299 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:53:52,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:53:52,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:54,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:55,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:53:56,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:53:58,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:00,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:00,895 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:02,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:04,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:06,614 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:06,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:07,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:54:07,299 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:54:07,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:54:08,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:10,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:12,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:12,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:14,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:16,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:18,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:18,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:20,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:21,400 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:54:22,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:54:22,300 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:54:22,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:54:22,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:23,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:24,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:26,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:28,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:29,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:30,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:32,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:34,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:35,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:36,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:37,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:54:37,300 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:54:37,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:54:38,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:40,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:41,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:42,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:44,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:46,848 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:46,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:48,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:50,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:51,402 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:54:52,300 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:54:52,300 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:54:52,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:54:52,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:52,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:54,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:56,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:54:58,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:54:58,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:00,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:02,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:03,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:04,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:06,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:07,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:55:07,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:55:07,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:55:08,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:09,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:10,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:12,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:14,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:15,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:16,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:18,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:20,840 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:20,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:21,403 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:55:22,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:55:22,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:55:22,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:55:22,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:24,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:26,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:26,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:28,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:30,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:31,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:32,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:34,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:36,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:37,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:37,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:55:37,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:55:37,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:55:38,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:40,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:42,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:42,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:44,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:46,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:47,924 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:48,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:50,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:51,403 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:55:52,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:55:52,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:55:52,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:55:52,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:53,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:55:54,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:56,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:58,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:55:59,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:00,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:02,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:04,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:04,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:06,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:07,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:56:07,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:56:07,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:56:08,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:10,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:10,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:12,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:14,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:15,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:16,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:18,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:20,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:21,405 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:56:21,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:22,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:56:22,305 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:56:22,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:56:22,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:24,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:26,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:27,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:28,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:30,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:32,846 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:32,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:34,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:36,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:37,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:56:37,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:56:37,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:56:38,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:38,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:40,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:42,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:44,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:44,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:46,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:48,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:49,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:50,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:51,406 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:56:52,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:56:52,304 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:56:52,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:56:52,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:54,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:55,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:56:56,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:56:58,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:00,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:01,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:02,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:04,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:06,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:07,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:07,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:57:07,305 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:57:07,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:57:08,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:10,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:12,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:12,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:14,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:16,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:18,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:18,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:20,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:21,407 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:57:22,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:57:22,305 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:57:22,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:57:22,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:23,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:24,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:26,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:28,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:29,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:30,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:32,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:34,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:35,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:36,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:37,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:57:37,305 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:57:37,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:57:38,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:40,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:40,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:42,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:44,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:46,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:47,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:49,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:51,408 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:57:51,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:52,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:52,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:57:52,305 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:57:52,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:57:54,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:56,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:57:56,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:57:58,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:00,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:02,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:02,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:04,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:06,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:07,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:58:07,305 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:58:07,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:58:07,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:08,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:10,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:12,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:12,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:14,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:16,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:18,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:18,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:20,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:21,409 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:58:22,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:22,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:58:22,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:58:22,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:58:24,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:24,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:26,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:28,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:29,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:30,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:32,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:34,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:35,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:36,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:37,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:58:37,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:58:37,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:58:38,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:40,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:41,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:42,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:44,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:46,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:46,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:48,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:50,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:51,410 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:58:52,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:52,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:58:52,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:58:52,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:58:52,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:58:54,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:56,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:58,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:58:58,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:00,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:02,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:03,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:04,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:06,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:07,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:59:07,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:59:07,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:59:08,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:09,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:10,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:12,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:14,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:14,801 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:16,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:18,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:20,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:20,557 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:21,412 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:59:22,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:22,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:59:22,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:59:22,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:59:24,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:26,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:26,172 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:28,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:30,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:31,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:32,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:34,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:36,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:37,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:37,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:59:37,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:59:37,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:59:38,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:40,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:42,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:42,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:44,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:46,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:48,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:48,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:50,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:51,413 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 03:59:52,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:52,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 03:59:52,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 03:59:52,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 03:59:54,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:54,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 03:59:56,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:58,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 03:59:59,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:00,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:02,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:04,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:05,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:06,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:07,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:00:07,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:00:07,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:00:08,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:10,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:10,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:12,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:14,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:16,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:16,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:18,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:20,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:21,414 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:00:22,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:22,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:22,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:00:22,306 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:00:22,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:00:24,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:26,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:27,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:28,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:30,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:32,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:33,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:34,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:36,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:37,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:00:37,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:00:37,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:00:38,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:39,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:40,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:42,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:44,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:44,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:46,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:48,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:50,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:50,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:51,415 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:00:52,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:52,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:00:52,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:00:52,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:00:54,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:55,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:00:56,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:00:58,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:00,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:01,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:02,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:04,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:06,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:06,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:07,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:01:07,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:01:07,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:01:08,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:10,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:12,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:12,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:14,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:16,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:18,135 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:18,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:20,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:21,416 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:01:22,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:22,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:01:22,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:01:22,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:01:23,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:24,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:26,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:28,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:28,221 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:30,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:32,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:33,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:34,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:36,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:37,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:01:37,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:01:37,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:01:38,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:39,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:40,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:42,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:44,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:45,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:46,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:48,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:50,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:50,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:51,418 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:01:52,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:52,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:01:52,307 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:01:52,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:01:54,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:56,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:01:56,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:01:58,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:00,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:01,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:02,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:04,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:06,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:07,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:02:07,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:02:07,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:02:07,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:08,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:10,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:12,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:12,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:14,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:16,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:18,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:18,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:20,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:21,419 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:02:22,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:22,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:02:22,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:02:22,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:02:23,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:24,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:26,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:28,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:29,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:30,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:32,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:34,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:35,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:36,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:37,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:02:37,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:02:37,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:02:38,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:40,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:41,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:42,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:44,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:46,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:46,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:48,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:50,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:51,420 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:02:52,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:52,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:02:52,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:02:52,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:02:52,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:54,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:56,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:02:57,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:02:58,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:00,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:02,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:03,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:04,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:06,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:07,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:03:07,309 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:03:07,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:03:08,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:09,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:10,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:12,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:14,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:14,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:16,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:18,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:20,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:20,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:21,421 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:03:22,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:22,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:03:22,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:03:22,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:03:24,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:25,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:26,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:28,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:30,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:31,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:32,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:34,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:36,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:37,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:37,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:03:37,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:03:37,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:03:38,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:40,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:42,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:43,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:44,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:46,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:48,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:48,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:50,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:51,423 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:03:52,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:52,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:03:52,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:03:52,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:03:54,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:03:54,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:56,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:58,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:03:59,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:00,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:02,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:04,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:05,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:06,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:07,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:04:07,308 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:04:07,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:04:08,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:10,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:10,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:12,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:14,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:16,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:16,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:18,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:20,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:21,424 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:04:21,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:22,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:22,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:04:22,309 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:04:22,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:04:24,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:26,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:27,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:28,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:30,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:32,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:32,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:34,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:36,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:37,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:04:37,309 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:04:37,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:04:38,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:38,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:40,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:42,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:44,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:44,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:46,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:48,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:49,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:50,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:51,425 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:04:52,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:52,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:04:52,309 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:04:52,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:04:54,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:55,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:04:56,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:04:58,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:00,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:01,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:02,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:04,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:06,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:06,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:07,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:05:07,309 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:05:07,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:05:08,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:10,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:12,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:12,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:14,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:16,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:17,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:18,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:20,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:21,426 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:05:22,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:05:22,310 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:05:22,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:22,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:05:23,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:24,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:26,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:28,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:29,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:30,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:32,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:34,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:34,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:36,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:37,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:05:37,310 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:05:37,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:05:38,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:40,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:40,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:42,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:44,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:45,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:46,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:48,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:50,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:51,428 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:05:51,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:52,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:05:52,310 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:05:52,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:05:52,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:54,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:54,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:05:54,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:05:54,943 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 04:05:54,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 04:05:54,945 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 04:05:55,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 04:05:56,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:05:56,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:05:58,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:00,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:01,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:02,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:04,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:06,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:06,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:07,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:06:07,310 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:06:07,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:06:08,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:10,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:11,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:12,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:13,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:14,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:14,837 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:06:16,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:17,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:17,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:18,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:20,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:21,429 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:06:22,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:06:22,314 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:06:22,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:06:22,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:23,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:24,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:26,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:28,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:28,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:30,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:32,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:34,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:34,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:36,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:37,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:06:37,314 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:06:37,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:06:38,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:40,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:40,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:42,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:44,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:45,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:46,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:48,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:50,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:51,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:51,430 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:06:52,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:06:52,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:06:52,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:06:52,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:54,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:56,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:06:56,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:06:58,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:00,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:02,194 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:02,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:04,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:06,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:07,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:07:07,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:07:07,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:07:07,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:08,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:10,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:12,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:13,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:14,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:16,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:18,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:18,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:20,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:21,433 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:07:22,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:07:22,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:07:22,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:07:22,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:24,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:24,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:26,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:28,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:30,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:30,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:32,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:34,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:36,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:36,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:37,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:07:37,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:07:37,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:07:38,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:40,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:41,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:42,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:44,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:46,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:47,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:48,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:50,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:51,432 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:07:52,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:07:52,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:07:52,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:07:52,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:53,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:07:54,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:56,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:58,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:07:58,847 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:00,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:02,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:04,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:04,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:06,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:07,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:08:07,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:08:07,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:08:08,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:10,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:10,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:12,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:14,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:15,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:16,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:18,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:20,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:21,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:21,433 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:08:22,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:08:22,316 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:08:22,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:08:22,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:24,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:26,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:27,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:28,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:30,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:32,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:32,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:34,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:36,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:37,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:08:37,315 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:08:37,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:08:38,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:38,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:40,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:42,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:43,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:44,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:46,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:48,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:49,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:50,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:51,435 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:08:52,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:08:52,316 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:08:52,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:08:52,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:54,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:54,897 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:08:56,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:08:58,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:00,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:00,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:02,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:04,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:06,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:06,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:07,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:09:07,316 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:09:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:09:08,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:10,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:11,614 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:12,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:14,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:16,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:17,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:18,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:20,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:21,436 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:09:22,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:09:22,318 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:09:22,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:09:22,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:22,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:24,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:26,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:27,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:28,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:30,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:32,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:33,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:34,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:36,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:37,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:09:37,317 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:09:37,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:09:38,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:38,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:40,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:42,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:44,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:44,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:46,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:48,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:49,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:50,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:51,437 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:09:52,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:09:52,317 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:09:52,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:09:52,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:54,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:55,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:09:56,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:09:58,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:00,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:00,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:02,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:04,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:06,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:06,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:07,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:10:07,317 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:10:07,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:10:08,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:10,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:11,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:12,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:14,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:16,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:17,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:18,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:20,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:21,438 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:10:22,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:10:22,317 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:10:22,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:10:22,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:22,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:24,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:26,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:27,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:28,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:30,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:32,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:33,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:34,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:36,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:37,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:10:37,317 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:10:37,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:10:38,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:38,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:40,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:42,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:44,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:44,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:46,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:48,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:49,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:50,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:51,440 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:10:52,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:10:52,317 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:10:52,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:10:52,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:54,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:55,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:10:56,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:10:58,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:00,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:00,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:02,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:04,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:06,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:06,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:07,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:11:07,318 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:11:07,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:11:08,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:10,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:12,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:12,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:14,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:16,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:17,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:18,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:20,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:21,441 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:11:22,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:11:22,318 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:11:22,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:11:22,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:23,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:24,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:26,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:28,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:28,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:30,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:32,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:34,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:34,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:36,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:37,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:11:37,318 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:11:37,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:11:38,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:40,090 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:41,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:43,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:45,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:45,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:47,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:49,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:51,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:51,442 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:11:51,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:52,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:11:52,318 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:11:52,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:11:53,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:55,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:56,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:11:57,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:11:59,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:01,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:02,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:03,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:05,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:07,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:12:07,318 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:12:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:12:07,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:08,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:09,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:11,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:13,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:14,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:15,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:17,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:19,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:19,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:21,443 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:12:21,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:22,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:12:22,319 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:12:22,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:12:23,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:25,193 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:25,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:27,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:29,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:30,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:31,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:33,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:35,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:36,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:37,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:12:37,320 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:12:37,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:12:37,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:39,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:41,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:41,813 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:43,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:45,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:47,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:47,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:49,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:51,445 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:12:51,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:52,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:12:52,320 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:12:52,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:12:52,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:53,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:55,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:57,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:12:57,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:12:59,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:01,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:02,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:03,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:05,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:07,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:13:07,320 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:13:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:13:07,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:08,557 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:09,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:11,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:13,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:14,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:15,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:17,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:19,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:20,050 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:21,450 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:13:21,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:22,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:13:22,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:13:22,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:13:23,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:25,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:25,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:27,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:29,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:31,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:31,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:33,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:35,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:36,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:37,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:13:37,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:13:37,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:13:37,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:39,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:41,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:42,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:43,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:45,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:47,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:48,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:49,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:51,447 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:13:51,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:52,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:13:52,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:13:52,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:13:53,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:53,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:55,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:57,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:13:59,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:13:59,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:01,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:03,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:04,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:05,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:07,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:14:07,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:14:07,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:14:07,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:09,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:10,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:11,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:13,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:15,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:16,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:17,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:19,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:21,448 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:14:21,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:21,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:22,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:14:22,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:14:22,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:14:23,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:25,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:27,202 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:27,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:29,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:31,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:32,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:33,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:35,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:37,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:14:37,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:14:37,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:14:37,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:38,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:39,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:41,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:43,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:43,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:45,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:47,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:49,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:49,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:51,450 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:14:51,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:52,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:14:52,322 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:14:52,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:14:53,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:54,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:14:55,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:57,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:14:59,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:00,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:01,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:03,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:05,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:06,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:07,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:15:07,322 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:15:07,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:15:07,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:09,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:11,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:11,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:13,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:15,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:17,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:17,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:19,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:21,451 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:15:21,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:22,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:15:22,321 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:15:22,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:15:23,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:23,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:25,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:27,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:28,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:29,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:31,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:33,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:34,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:35,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:37,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:15:37,322 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:15:37,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:15:37,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:39,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:39,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:41,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:43,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:45,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:45,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:47,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:49,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:51,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:51,452 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:15:51,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:52,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:15:52,322 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:15:52,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:15:53,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:55,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:56,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:15:57,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:15:59,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:01,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:02,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:03,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:05,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:07,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:16:07,322 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:16:07,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:16:07,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:07,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:09,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:11,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:12,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:13,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:15,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:17,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:18,103 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:19,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:21,453 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:16:21,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:22,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:16:22,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:16:22,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:16:23,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:23,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:25,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:27,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:29,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:29,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:31,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:33,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:34,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:35,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:37,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:16:37,322 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:16:37,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:16:37,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:39,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:40,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:41,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:43,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:45,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:46,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:47,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:49,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:51,455 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:16:51,456 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:51,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:52,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:16:52,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:16:52,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:16:53,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:55,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:57,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:16:57,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:16:59,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:01,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:03,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:03,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:05,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:07,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:17:07,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:17:07,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:17:07,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:08,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:09,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:11,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:13,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:14,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:15,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:17,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:19,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:20,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:21,456 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:17:21,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:22,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:17:22,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:17:22,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:17:23,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:25,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:25,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:27,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:29,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:31,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:31,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:33,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:35,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:37,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:37,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:17:37,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:17:37,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:17:37,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:39,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:41,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:42,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:43,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:45,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:47,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:48,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:49,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:51,457 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:17:51,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:52,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:17:52,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:17:52,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:17:53,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:53,924 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:55,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:57,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:17:59,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:17:59,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:01,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:03,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:05,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:05,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:07,323 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:18:07,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:18:07,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:18:07,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:09,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:10,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:11,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:13,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:15,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:16,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:17,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:19,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:21,458 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:18:21,460 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:21,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:22,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:18:22,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:18:22,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:18:23,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:25,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:26,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:27,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:29,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:31,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:31,919 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:33,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:35,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:37,323 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:18:37,323 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:18:37,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:18:37,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:37,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:39,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:41,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:43,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:43,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:45,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:47,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:48,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:49,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:51,459 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:18:51,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:52,323 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:18:52,324 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:18:52,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:18:53,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:54,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:18:55,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:57,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:18:59,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:00,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:01,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:03,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:05,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:05,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:07,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:19:07,325 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:19:07,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:19:07,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:09,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:11,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:11,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:13,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:15,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:17,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:17,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:19,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:21,461 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:19:21,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:22,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:19:22,325 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:19:22,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:19:22,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:23,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:25,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:27,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:27,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:29,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:31,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:33,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:33,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:35,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:37,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:19:37,325 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:19:37,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:19:37,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:38,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:39,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:41,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:43,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:44,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:45,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:47,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:49,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:50,114 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:51,462 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:19:51,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:52,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:19:52,325 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:19:52,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:19:53,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:55,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:19:55,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:57,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:19:59,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:01,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:01,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:03,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:05,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:06,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:07,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:20:07,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:20:07,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:20:07,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:09,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:11,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:12,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:13,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:15,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:17,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:18,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:19,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:21,463 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:20:21,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:22,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:20:22,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:20:22,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:20:23,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:23,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:25,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:27,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:29,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:29,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:31,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:33,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:34,826 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:35,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:37,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:20:37,325 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:20:37,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:20:37,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:39,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:40,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:41,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:43,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:45,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:46,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:47,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:49,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:51,464 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:20:51,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:51,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:52,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:20:52,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:20:52,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:20:53,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:55,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:56,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:20:57,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:20:59,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:01,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:02,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:03,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:05,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:07,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:21:07,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:21:07,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:21:07,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:07,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:09,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:11,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:12,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:13,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:15,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:17,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:18,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:19,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:21,465 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:21:21,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:22,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:21:22,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:21:22,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:21:23,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:23,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:21:23,882 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 04:21:23,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 04:21:23,884 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 04:21:23,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:21:23,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 04:21:23,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:25,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:27,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:28,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:29,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:31,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:33,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:34,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:35,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:37,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:21:37,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:21:37,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:21:37,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:39,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:39,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:41,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:42,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:43,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:21:44,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:45,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:46,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:47,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:49,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:50,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:51,467 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:21:52,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:52,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:21:52,326 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:21:52,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:21:54,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:55,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:21:56,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:21:58,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:00,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:00,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:02,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:04,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:06,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:06,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:07,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:22:07,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:22:07,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:22:08,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:10,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:12,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:12,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:14,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:16,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:17,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:18,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:20,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:21,468 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:22:22,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:22,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:22:22,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:22:22,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:22:23,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:24,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:26,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:28,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:29,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:30,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:32,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:34,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:34,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:36,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:37,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:22:37,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:22:37,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:22:38,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:40,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:40,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:42,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:44,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:45,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:46,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:48,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:50,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:51,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:51,469 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:22:52,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:52,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:22:52,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:22:52,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:22:54,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:56,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:22:56,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:22:58,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:00,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:02,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:02,185 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:04,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:06,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:07,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:23:07,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:23:07,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:23:07,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:08,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:10,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:12,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:12,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:14,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:16,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:17,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:18,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:20,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:21,470 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:23:22,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:22,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:23:22,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:23:22,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:23:23,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:24,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:26,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:28,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:29,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:30,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:32,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:34,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:34,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:36,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:37,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:23:37,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:23:37,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:23:38,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:40,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:40,494 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:42,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:44,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:46,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:46,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:48,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:50,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:51,471 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:23:51,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:52,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:52,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:23:52,327 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:23:52,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:23:54,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:56,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:23:56,474 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:23:58,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:00,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:02,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:02,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:04,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:06,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:07,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:24:07,328 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:24:07,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:24:07,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:08,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:10,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:12,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:13,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:14,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:16,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:18,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:18,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:20,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:21,472 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:24:22,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:22,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:24:22,328 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:24:22,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:24:24,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:24,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:26,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:28,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:30,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:30,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:32,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:34,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:35,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:36,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:37,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:24:37,328 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:24:37,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:24:38,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:40,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:41,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:42,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:44,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:46,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:46,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:48,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:50,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:51,475 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:24:52,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:52,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:52,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:24:52,328 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:24:52,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:24:54,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:56,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:24:58,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:24:58,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:00,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:02,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:03,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:04,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:06,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:25:07,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:25:07,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:25:08,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:09,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:10,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:12,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:14,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:14,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:16,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:18,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:20,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:20,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:21,476 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:25:22,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:22,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:25:22,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:25:22,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:25:25,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:26,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:27,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:29,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:31,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:32,192 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:33,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:35,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:37,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:37,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:25:37,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:25:37,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:25:37,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:39,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:41,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:42,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:43,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:45,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:47,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:47,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:49,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:51,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:51,477 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:25:52,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:25:52,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:25:52,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:25:53,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:53,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:25:55,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:57,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:59,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:25:59,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:01,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:03,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:04,835 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:05,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:07,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:26:07,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:26:07,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:26:09,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:10,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:11,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:13,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:15,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:16,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:17,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:19,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:21,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:21,479 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:26:21,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:22,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:26:22,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:26:22,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:26:23,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:25,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:26,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:27,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:29,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:31,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:32,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:33,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:35,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:37,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:37,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:26:37,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:26:37,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:26:37,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:39,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:41,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:43,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:43,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:45,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:47,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:48,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:49,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:51,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:51,480 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:26:52,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:26:52,329 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:26:52,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:26:53,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:54,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:26:55,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:57,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:26:59,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:00,189 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:01,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:03,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:05,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:05,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:07,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:07,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:27:07,330 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:27:07,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:27:09,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:11,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:11,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:13,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:15,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:17,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:17,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:19,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:21,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:21,481 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:27:22,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:27:22,330 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:27:22,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:27:22,468 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:23,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:25,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:27,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:27,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:29,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:31,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:33,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:33,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:35,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:37,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:37,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:27:37,330 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:27:37,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:27:38,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:39,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:41,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:43,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:44,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:45,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:47,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:49,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:50,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:51,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:51,482 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:27:52,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:27:52,330 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:27:52,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:27:53,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:55,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:55,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:27:57,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:27:59,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:01,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:01,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:03,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:05,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:07,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:07,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:07,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:28:07,330 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:28:07,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:28:09,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:11,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:12,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:13,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:15,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:17,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:18,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:19,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:21,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:21,484 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:28:22,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:28:22,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:28:22,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:28:23,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:23,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:25,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:27,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:29,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:29,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:31,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:33,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:34,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:35,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:37,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:37,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:28:37,330 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:28:37,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:28:39,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:40,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:41,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:43,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:45,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:45,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:47,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:49,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:51,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:51,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:51,485 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:28:52,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:28:52,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:28:52,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:28:53,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:55,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:57,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:28:57,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:28:59,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:01,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:02,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:03,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:05,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:07,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:07,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:29:07,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:29:07,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:29:08,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:09,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:11,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:13,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:14,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:15,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:17,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:19,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:19,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:21,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:21,485 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:29:22,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:29:22,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:29:22,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:29:23,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:25,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:25,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:27,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:29,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:31,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:31,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:33,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:35,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:36,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:37,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:37,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:29:37,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:29:37,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:29:39,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:41,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:42,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:43,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:45,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:47,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:48,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:49,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:51,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:51,487 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:29:52,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:29:52,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:29:52,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:29:53,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:53,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:29:55,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:57,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:59,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:29:59,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:01,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:03,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:05,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:05,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:07,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:30:07,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:30:07,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:30:07,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:09,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:10,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:11,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:13,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:15,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:16,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:17,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:19,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:21,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:21,488 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:30:22,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:22,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:30:22,331 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:30:22,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:30:23,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:25,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:27,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:27,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:29,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:31,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:33,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:33,526 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:35,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:37,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:30:37,332 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:30:37,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:30:37,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:39,114 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:39,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:41,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:43,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:44,830 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:45,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:47,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:49,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:50,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:51,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:51,489 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:30:52,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:30:52,332 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:30:52,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:30:53,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:55,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:56,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:30:57,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:30:59,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:01,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:01,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:03,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:05,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:07,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:31:07,332 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:31:07,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:31:07,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:07,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:09,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:11,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:13,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:13,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:15,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:17,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:18,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:19,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:21,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:21,490 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:31:22,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:31:22,332 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:31:22,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:31:23,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:24,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:25,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:27,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:29,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:29,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:31,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:33,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:35,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:35,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:37,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:31:37,332 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:31:37,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:31:37,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:39,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:41,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:41,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:43,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:45,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:46,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:47,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:49,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:51,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:51,491 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:31:52,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:31:52,333 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:31:52,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:31:52,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:53,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:55,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:57,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:31:58,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:31:59,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:01,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:03,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:03,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:05,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:07,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:32:07,333 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:32:07,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:32:07,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:09,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:09,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:11,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:13,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:14,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:15,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:17,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:19,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:20,561 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:21,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:21,493 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:32:22,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:32:22,333 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:32:22,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:32:23,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:25,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:26,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:27,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:29,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:31,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:31,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:33,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:35,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:37,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:32:37,333 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:32:37,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:32:37,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:37,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:39,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:41,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:43,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:43,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:45,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:47,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:48,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:49,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:51,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:51,493 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:32:52,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:32:52,333 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:32:52,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:32:53,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:54,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:32:55,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:57,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:32:59,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:00,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:01,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:03,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:05,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:06,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:07,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:33:07,333 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:33:07,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:33:07,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:09,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:11,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:11,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:13,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:15,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:17,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:17,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:19,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:21,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:21,495 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:33:22,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:33:22,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:33:22,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:33:22,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:23,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:25,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:27,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:27,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:29,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:31,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:33,101 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:33,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:35,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:37,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:33:37,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:33:37,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:33:37,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:38,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:39,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:41,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:43,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:44,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:45,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:47,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:49,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:49,910 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:51,496 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:33:51,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:52,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:33:52,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:33:52,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:33:53,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:55,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:55,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:33:57,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:33:59,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:01,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:01,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:03,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:05,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:06,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:07,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:34:07,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:34:07,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:34:07,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:09,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:11,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:12,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:13,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:15,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:17,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:18,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:19,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:21,498 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:34:21,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:22,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:34:22,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:34:22,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:34:23,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:23,889 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:25,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:27,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:29,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:29,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:31,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:33,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:35,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:35,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:37,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:34:37,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:34:37,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:34:37,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:39,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:41,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:41,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:43,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:45,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:46,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:47,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:49,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:51,499 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:34:51,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:52,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:52,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:34:52,337 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:34:52,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:34:53,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:55,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:57,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:34:57,833 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:34:59,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:01,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:03,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:03,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:05,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:07,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:35:07,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:35:07,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:35:07,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:09,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:09,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:11,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:13,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:14,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:15,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:17,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:19,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:20,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:21,500 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:35:21,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:22,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:35:22,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:35:22,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:35:23,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:25,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:25,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:27,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:29,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:31,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:31,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:33,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:35,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:37,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:37,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:35:37,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:35:37,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:35:37,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:39,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:41,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:42,911 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:43,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:45,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:47,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:48,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:49,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:51,501 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:35:51,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:52,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:35:52,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:35:52,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:35:53,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:54,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:35:55,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:57,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:59,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:35:59,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:01,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:03,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:05,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:05,847 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:07,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:36:07,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:36:07,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:36:07,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:09,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:11,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:11,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:13,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:15,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:16,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:17,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:19,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:21,502 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:36:21,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:22,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:36:22,339 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:36:22,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:36:22,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:23,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:25,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:27,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:28,182 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:29,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:31,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:33,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:33,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:35,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:37,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:36:37,338 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:36:37,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:36:37,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:39,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:39,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:41,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:43,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:44,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:45,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:47,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:49,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:50,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:51,504 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:36:51,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:52,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:36:52,339 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:36:52,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:36:53,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:55,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:56,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:36:56,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:36:56,287 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 04:36:56,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:36:56,288 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 04:36:56,289 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 04:36:56,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 04:36:57,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:36:59,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:01,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:01,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:03,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:05,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:06,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:07,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:37:07,339 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:37:07,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:37:07,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:09,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:11,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:11,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:13,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:15,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:16,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:37:16,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:17,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:19,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:21,505 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:37:21,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:22,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:22,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:37:22,339 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:37:22,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:37:23,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:25,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:27,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:27,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:29,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:31,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:33,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:33,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:35,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:37,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:37:37,339 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:37:37,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:37:37,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:39,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:39,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:41,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:43,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:44,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:45,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:47,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:49,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:50,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:51,506 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:37:51,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:52,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:37:52,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:37:52,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:37:53,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:55,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:56,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:37:57,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:37:59,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:01,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:01,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:03,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:05,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:07,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:38:07,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:38:07,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:38:07,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:07,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:09,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:11,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:13,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:13,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:15,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:17,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:19,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:19,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:21,507 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:38:21,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:22,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:38:22,339 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:38:22,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:38:23,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:24,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:25,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:27,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:29,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:30,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:31,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:33,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:35,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:35,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:37,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:38:37,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:38:37,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:38:37,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:39,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:41,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:41,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:43,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:45,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:46,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:47,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:49,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:51,508 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:38:51,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:52,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:38:52,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:38:52,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:38:52,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:53,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:55,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:57,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:38:58,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:38:59,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:01,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:03,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:03,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:05,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:07,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:39:07,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:39:07,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:39:07,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:09,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:09,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:11,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:13,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:14,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:15,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:17,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:19,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:20,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:21,509 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:39:22,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:39:22,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:39:22,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:39:22,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:24,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:25,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:26,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:28,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:30,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:31,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:32,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:34,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:36,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:37,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:37,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:39:37,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:39:37,350 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:39:38,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:40,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:42,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:42,815 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:44,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:46,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:48,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:48,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:50,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:51,511 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:39:52,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:39:52,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:39:52,350 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:39:52,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:54,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:39:54,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:56,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:58,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:39:59,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:00,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:02,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:04,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:05,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:06,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:07,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:40:07,341 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:40:07,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:40:08,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:10,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:11,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:12,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:14,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:16,570 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:16,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:18,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:20,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:21,511 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:40:22,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:22,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:40:22,340 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:40:22,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:40:22,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:24,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:26,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:27,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:28,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:30,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:32,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:33,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:34,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:36,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:37,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:40:37,341 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:40:37,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:40:38,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:38,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:40,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:42,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:44,759 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:44,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:46,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:48,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:50,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:50,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:51,513 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:40:52,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:40:52,341 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:40:52,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:40:52,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:54,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:56,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:40:56,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:40:58,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:00,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:01,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:02,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:04,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:06,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:07,175 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:07,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:41:07,341 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:41:07,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:41:08,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:10,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:12,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:12,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:14,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:16,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:18,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:18,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:20,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:21,515 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:41:22,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:41:22,341 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:41:22,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:41:22,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:24,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:24,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:26,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:28,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:29,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:30,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:32,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:34,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:35,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:36,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:37,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:41:37,343 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:41:37,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:41:38,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:40,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:40,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:42,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:44,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:46,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:46,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:48,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:50,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:51,516 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:41:51,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:52,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:41:52,342 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:41:52,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:41:52,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:54,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:56,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:41:56,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:41:58,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:00,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:02,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:02,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:04,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:06,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:07,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:42:07,343 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:42:07,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:42:07,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:08,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:10,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:12,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:13,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:14,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:16,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:18,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:18,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:20,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:21,517 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:42:22,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:42:22,343 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:42:22,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:42:22,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:24,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:24,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:26,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:28,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:29,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:30,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:32,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:34,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:35,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:36,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:37,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:42:37,343 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:42:37,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:42:38,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:40,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:40,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:42,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:44,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:46,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:46,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:48,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:50,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:51,518 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:42:51,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:52,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:42:52,343 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:42:52,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:42:52,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:54,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:56,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:42:56,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:42:58,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:00,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:02,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:02,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:04,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:06,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:07,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:43:07,343 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:43:07,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:43:07,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:08,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:10,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:12,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:12,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:14,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:16,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:18,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:18,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:20,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:21,519 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:43:22,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:43:22,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:43:22,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:43:22,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:23,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:24,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:26,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:28,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:29,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:30,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:32,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:34,838 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:34,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:36,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:37,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:43:37,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:43:37,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:43:38,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:40,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:40,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:42,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:44,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:45,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:46,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:48,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:50,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:51,497 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:51,525 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:43:52,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:43:52,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:43:52,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:43:52,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:54,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:56,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:43:57,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:43:58,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:00,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:02,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:03,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:04,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:06,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:07,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:44:07,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:44:07,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:44:08,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:08,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:10,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:12,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:14,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:14,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:16,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:18,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:19,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:20,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:21,522 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:44:22,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:44:22,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:44:22,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:44:22,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:24,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:24,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:26,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:28,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:30,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:30,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:32,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:34,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:36,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:36,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:37,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:44:37,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:44:37,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:44:38,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:40,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:41,805 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:42,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:44,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:46,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:47,524 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:48,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:50,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:51,523 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:44:52,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:44:52,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:44:52,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:44:52,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:53,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:54,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:56,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:44:58,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:44:58,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:00,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:02,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:04,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:04,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:06,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:07,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:45:07,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:45:07,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:45:08,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:09,911 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:10,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:12,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:14,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:15,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:16,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:18,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:20,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:21,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:21,524 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:45:22,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:45:22,344 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:45:22,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:45:22,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:24,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:26,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:26,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:28,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:30,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:32,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:32,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:34,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:36,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:37,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:45:37,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:45:37,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:45:37,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:38,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:40,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:42,511 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:42,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:44,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:46,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:48,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:48,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:50,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:51,525 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:45:52,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:45:52,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:45:52,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:45:52,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:53,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:45:54,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:56,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:58,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:45:59,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:00,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:02,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:04,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:04,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:06,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:07,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:46:07,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:46:07,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:46:09,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:10,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:11,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:13,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:15,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:16,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:17,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:19,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:21,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:21,527 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:46:21,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:22,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:46:22,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:46:22,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:46:23,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:25,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:27,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:27,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:29,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:31,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:32,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:33,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:35,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:37,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:37,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:46:37,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:46:37,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:46:38,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:39,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:41,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:43,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:44,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:45,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:47,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:49,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:49,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:51,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:51,528 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:46:52,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:46:52,345 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:46:52,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:46:53,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:55,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:55,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:46:57,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:46:59,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:01,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:01,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:03,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:05,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:06,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:07,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:07,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:47:07,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:47:07,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:47:09,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:11,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:12,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:13,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:15,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:17,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:17,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:19,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:21,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:21,529 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:47:22,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:47:22,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:47:22,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:47:23,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:23,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:25,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:27,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:29,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:29,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:31,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:33,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:34,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:35,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:37,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:37,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:47:37,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:47:37,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:47:39,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:40,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:41,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:43,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:45,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:45,838 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:47,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:49,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:51,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:51,531 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:47:51,532 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:52,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:47:52,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:47:52,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:47:53,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:55,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:57,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:47:57,444 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:47:59,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:01,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:03,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:03,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:05,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:07,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:07,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:48:07,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:48:07,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:48:08,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:09,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:11,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:13,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:14,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:15,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:17,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:19,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:20,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:21,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:21,532 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:48:22,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:48:22,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:48:22,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:48:23,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:25,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:25,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:27,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:29,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:31,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:31,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:33,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:35,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:36,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:37,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:37,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:48:37,346 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:48:37,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:48:39,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:41,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:42,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:43,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:45,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:47,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:48,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:49,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:51,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:51,533 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:48:52,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:48:52,347 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:48:52,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:48:53,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:53,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:48:55,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:57,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:59,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:48:59,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:01,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:03,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:05,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:05,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:07,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:07,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:49:07,347 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:49:07,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:49:09,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:10,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:11,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:13,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:15,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:16,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:17,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:19,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:21,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:21,534 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:49:21,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:22,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:49:22,347 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:49:22,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:49:23,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:25,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:26,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:27,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:29,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:31,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:31,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:33,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:35,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:37,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:37,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:49:37,347 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:49:37,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:49:37,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:39,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:41,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:42,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:43,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:45,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:47,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:48,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:49,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:51,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:51,536 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:49:52,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:49:52,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:49:52,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:49:53,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:54,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:49:55,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:57,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:59,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:49:59,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:01,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:03,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:05,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:05,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:07,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:07,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:50:07,355 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:50:07,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:50:09,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:10,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:11,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:13,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:15,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:15,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:17,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:19,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:21,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:21,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:21,537 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:50:22,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:50:22,355 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:50:22,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:50:23,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:25,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:27,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:27,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:29,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:31,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:32,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:33,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:35,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:37,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:37,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:50:37,355 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:50:37,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:50:38,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:39,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:41,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:43,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:43,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:45,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:47,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:49,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:49,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:51,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:51,547 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:50:52,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:50:52,355 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:50:52,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:50:53,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:54,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:50:55,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:57,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:50:59,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:00,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:01,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:03,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:05,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:06,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:07,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:07,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:51:07,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:51:07,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:51:09,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:11,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:11,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:13,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:15,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:16,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:17,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:19,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:21,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:21,548 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:51:22,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:51:22,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:51:22,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:51:22,447 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:23,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:25,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:27,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:28,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:29,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:31,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:33,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:33,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:35,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:37,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:37,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:51:37,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:51:37,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:51:39,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:39,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:41,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:43,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:45,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:45,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:47,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:49,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:50,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:51,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:51,549 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:51:52,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:51:52,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:51:52,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:51:53,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:55,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:56,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:51:57,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:51:59,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:01,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:01,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:03,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:05,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:07,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:07,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:52:07,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:52:07,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:52:07,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:09,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:11,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:13,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:13,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:15,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:17,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:18,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:19,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:21,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:21,551 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:52:22,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:52:22,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:52:22,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:52:23,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:24,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:25,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:26,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:52:26,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:52:26,510 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 04:52:26,511 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 04:52:26,512 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 04:52:27,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 04:52:27,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:29,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:29,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:31,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:33,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:34,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:35,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:37,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:37,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:52:37,356 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:52:37,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:52:39,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:39,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:41,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:43,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:44,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:44,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:45,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:46,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 04:52:47,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:48,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:49,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:50,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:51,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:51,552 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:52:52,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:52:52,357 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:52:52,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:52:53,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:55,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:55,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:52:57,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:52:59,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:01,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:01,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:03,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:06,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:06,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:07,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:53:07,357 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:53:07,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:53:08,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:10,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:12,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:12,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:14,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:16,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:17,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:18,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:20,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:21,553 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:53:22,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:22,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:53:22,357 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:53:22,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:53:23,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:24,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:26,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:28,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:29,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:30,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:32,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:34,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:34,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:36,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:37,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:53:37,357 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:53:37,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:53:38,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:40,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:40,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:42,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:44,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:46,116 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:46,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:48,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:50,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:51,555 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:53:51,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:52,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:52,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:53:52,357 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:53:52,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:53:54,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:56,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:53:57,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:53:58,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:00,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:02,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:03,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:04,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:06,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:07,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:54:07,358 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:54:07,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:54:08,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:08,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:10,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:12,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:14,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:14,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:16,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:18,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:20,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:20,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:21,556 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:54:22,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:22,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:54:22,358 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:54:22,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:54:24,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:25,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:26,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:28,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:30,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:31,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:32,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:34,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:36,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:37,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:37,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:54:37,358 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:54:37,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:54:38,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:40,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:42,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:42,824 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:44,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:46,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:48,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:48,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:50,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:51,557 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:54:52,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:52,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:54:52,360 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:54:52,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:54:54,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:54:54,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:56,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:58,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:54:59,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:00,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:02,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:04,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:05,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:06,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:07,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:55:07,359 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:55:07,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:55:08,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:10,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:11,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:12,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:14,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:16,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:17,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:18,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:20,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:21,558 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:55:22,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:55:22,360 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:55:22,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:55:22,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:22,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:24,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:26,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:28,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:28,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:30,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:32,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:33,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:34,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:36,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:37,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:55:37,360 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:55:37,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:55:38,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:39,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:40,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:42,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:44,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:44,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:46,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:48,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:50,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:50,524 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:51,559 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:55:52,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:55:52,360 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:55:52,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:55:52,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:54,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:56,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:55:56,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:55:58,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:00,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:01,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:02,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:04,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:06,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:07,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:07,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:56:07,360 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:56:07,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:56:08,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:10,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:12,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:12,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:14,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:16,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:18,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:18,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:20,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:21,561 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:56:22,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:56:22,360 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:56:22,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:56:22,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:24,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:24,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:26,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:28,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:29,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:30,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:32,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:34,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:35,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:36,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:37,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:56:37,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:56:37,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:56:38,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:40,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:40,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:42,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:44,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:46,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:46,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:48,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:50,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:51,562 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:56:51,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:52,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:56:52,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:56:52,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:56:52,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:54,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:56,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:56:56,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:56:58,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:00,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:02,101 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:02,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:04,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:06,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:07,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:57:07,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:57:07,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:57:07,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:08,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:10,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:12,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:13,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:14,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:16,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:18,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:18,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:20,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:21,562 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:57:22,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:57:22,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:57:22,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:57:22,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:24,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:24,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:26,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:28,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:30,121 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:30,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:32,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:34,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:35,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:36,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:37,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:57:37,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:57:37,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:57:38,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:40,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:41,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:42,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:44,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:46,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:47,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:48,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:50,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:51,564 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:57:52,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:57:52,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:57:52,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:57:52,460 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:52,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:54,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:56,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:57:58,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:57:58,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:00,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:02,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:03,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:04,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:06,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:07,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:58:07,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:58:07,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:58:08,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:09,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:10,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:12,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:14,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:15,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:16,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:18,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:20,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:20,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:21,565 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:58:22,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:58:22,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:58:22,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:58:22,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:24,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:26,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:26,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:28,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:30,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:32,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:32,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:34,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:36,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:37,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:58:37,361 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:58:37,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:58:37,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:38,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:40,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:42,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:42,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:44,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:46,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:48,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:48,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:50,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:51,566 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:58:52,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:58:52,362 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:58:52,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:58:52,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:53,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:58:54,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:56,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:58,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:58:59,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:00,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:02,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:04,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:05,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:06,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:07,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:59:07,362 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:59:07,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:59:08,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:10,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:10,824 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:12,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:14,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:16,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:16,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:18,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:20,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:21,568 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:59:21,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:22,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:59:22,362 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:59:22,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:59:22,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:24,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:26,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:26,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:28,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:30,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:32,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:32,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:34,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:36,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:37,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:59:37,362 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:59:37,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:59:37,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:38,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:40,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:42,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:43,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:44,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:46,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:48,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:48,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:50,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:51,569 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 04:59:52,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 04:59:52,366 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 04:59:52,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 04:59:52,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:54,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:54,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 04:59:56,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 04:59:58,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:00,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:00,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:02,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:04,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:05,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:06,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:07,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:00:07,366 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:00:07,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:00:08,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:10,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:11,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:12,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:14,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:16,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:16,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:18,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:20,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:21,574 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:00:22,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:22,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:00:22,366 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:00:22,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:00:22,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:24,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:26,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:27,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:28,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:30,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:32,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:33,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:34,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:36,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:37,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:00:37,366 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:00:37,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:00:38,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:39,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:40,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:42,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:44,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:44,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:46,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:48,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:50,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:50,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:51,571 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:00:52,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:00:52,367 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:00:52,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:00:52,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:54,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:55,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:00:56,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:00:58,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:00,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:01,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:02,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:04,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:06,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:06,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:07,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:01:07,366 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:01:07,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:01:08,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:10,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:12,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:12,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:14,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:16,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:17,850 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:18,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:20,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:21,572 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:01:22,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:01:22,367 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:01:22,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:01:22,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:23,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:24,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:26,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:28,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:29,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:30,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:32,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:34,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:34,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:36,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:37,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:01:37,367 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:01:37,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:01:38,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:40,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:40,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:42,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:44,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:46,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:46,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:48,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:50,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:51,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:51,573 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:01:52,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:01:52,367 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:01:52,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:01:52,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:54,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:56,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:01:56,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:01:58,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:00,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:02,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:02,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:04,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:06,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:07,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:02:07,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:02:07,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:02:07,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:08,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:10,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:12,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:12,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:14,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:16,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:18,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:18,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:20,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:21,574 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:02:22,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:02:22,367 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:02:22,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:02:22,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:23,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:24,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:26,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:28,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:29,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:30,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:32,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:34,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:34,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:36,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:37,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:02:37,367 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:02:37,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:02:38,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:40,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:40,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:42,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:44,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:45,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:46,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:48,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:50,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:51,575 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:02:51,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:52,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:02:52,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:02:52,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:02:52,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:54,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:56,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:02:57,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:02:58,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:00,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:02,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:02,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:04,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:06,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:07,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:03:07,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:03:07,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:03:08,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:08,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:10,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:12,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:14,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:14,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:16,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:18,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:20,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:20,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:21,577 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:03:22,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:03:22,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:03:22,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:03:22,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:24,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:25,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:26,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:28,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:30,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:30,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:32,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:34,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:36,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:36,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:37,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:03:37,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:03:37,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:03:38,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:40,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:42,162 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:42,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:44,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:46,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:47,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:48,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:50,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:51,578 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:03:52,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:03:52,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:03:52,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:03:52,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:53,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:54,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:56,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:03:58,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:03:58,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:00,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:02,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:04,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:04,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:06,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:07,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:04:07,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:04:07,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:04:08,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:09,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:10,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:12,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:14,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:15,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:16,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:18,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:20,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:21,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:21,579 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:04:22,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:04:22,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:04:22,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:04:22,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:24,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:26,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:26,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:28,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:30,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:32,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:32,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:34,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:36,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:37,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:04:37,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:04:37,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:04:37,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:38,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:40,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:42,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:42,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:44,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:46,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:48,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:48,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:50,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:51,580 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:04:52,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:04:52,369 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:04:52,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:04:52,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:53,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:04:54,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:56,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:58,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:04:59,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:00,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:02,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:04,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:04,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:06,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:07,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:05:07,368 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:05:07,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:05:08,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:10,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:10,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:12,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:14,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:16,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:16,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:18,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:20,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:21,582 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:05:21,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:22,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:05:22,369 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:05:22,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:05:22,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:24,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:26,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:26,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:28,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:30,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:32,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:32,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:34,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:36,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:37,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:05:37,369 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:05:37,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:05:37,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:38,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:40,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:42,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:43,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:44,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:46,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:48,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:48,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:50,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:51,583 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:05:52,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:05:52,369 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:05:52,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:05:52,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:54,504 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:05:54,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:56,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:05:58,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:00,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:00,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:02,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:04,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:05,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:06,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:07,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:06:07,370 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:06:07,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:06:08,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:10,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:11,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:12,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:14,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:16,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:17,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:18,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:20,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:21,584 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:06:22,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:06:22,370 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:06:22,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:06:22,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:22,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:24,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:26,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:28,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:28,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:30,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:32,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:33,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:34,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:36,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:37,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:06:37,369 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:06:37,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:06:38,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:39,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:40,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:42,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:44,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:44,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:46,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:48,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:50,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:50,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:51,585 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:06:52,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:06:52,370 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:06:52,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:06:52,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:54,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:55,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:06:56,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:06:58,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:00,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:01,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:02,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:04,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:06,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:06,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:07,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:07:07,370 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:07:07,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:07:08,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:10,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:12,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:12,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:14,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:16,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:18,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:18,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:20,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:21,587 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:07:22,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:07:22,370 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:07:22,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:07:22,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:24,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:24,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:26,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:29,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:29,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:31,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:33,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:35,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:35,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:37,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:07:37,370 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:07:37,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:07:37,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:39,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:41,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:41,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:43,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:45,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:46,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:47,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:49,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:51,588 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:07:51,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:52,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:07:52,371 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:07:52,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:07:52,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:53,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:55,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:57,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:07:57,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:07:57,289 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 05:07:57,290 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 05:07:57,290 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 05:07:57,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:07:57,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 05:07:57,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:07:59,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:01,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:02,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:03,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:05,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:07,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:08:07,371 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:08:07,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:08:07,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:07,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:09,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:11,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:13,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:13,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:15,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:17,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:08:18,561 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:19,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:21,589 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:08:21,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:22,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:08:22,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:08:22,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:08:23,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:24,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:25,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:27,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:29,815 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:29,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:31,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:33,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:35,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:35,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:37,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:08:37,373 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:08:37,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:08:37,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:39,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:40,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:41,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:43,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:45,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:46,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:47,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:49,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:51,591 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:08:51,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:52,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:52,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:08:52,372 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:08:52,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:08:53,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:55,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:57,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:08:57,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:08:59,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:01,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:03,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:03,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:05,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:07,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:09:07,373 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:09:07,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:09:07,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:09,164 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:09,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:11,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:13,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:14,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:15,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:17,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:19,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:20,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:21,592 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:09:21,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:22,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:09:22,373 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:09:22,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:09:23,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:25,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:26,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:27,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:29,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:31,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:31,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:33,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:35,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:37,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:37,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:09:37,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:09:37,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:09:37,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:39,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:41,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:42,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:43,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:45,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:47,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:48,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:49,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:51,593 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:09:51,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:52,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:09:52,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:09:52,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:09:53,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:53,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:55,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:57,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:09:59,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:09:59,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:01,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:03,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:05,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:05,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:07,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:10:07,373 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:10:07,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:10:07,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:09,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:10,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:12,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:14,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:16,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:16,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:18,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:20,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:21,595 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:10:21,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:22,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:22,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:10:22,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:10:22,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:10:24,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:26,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:27,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:28,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:30,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:32,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:33,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:34,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:36,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:37,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:10:37,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:10:37,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:10:38,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:38,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:40,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:42,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:44,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:44,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:46,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:48,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:50,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:50,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:51,595 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:10:52,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:52,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:10:52,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:10:52,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:10:54,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:55,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:10:56,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:10:58,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:00,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:01,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:02,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:04,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:06,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:07,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:07,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:11:07,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:11:07,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:11:08,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:10,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:12,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:12,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:14,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:16,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:18,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:18,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:20,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:21,597 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:11:22,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:22,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:11:22,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:11:22,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:11:23,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:24,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:26,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:28,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:29,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:30,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:32,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:34,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:35,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:36,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:37,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:11:37,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:11:37,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:11:38,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:40,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:40,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:42,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:44,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:46,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:46,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:48,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:50,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:51,598 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:11:51,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:52,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:52,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:11:52,374 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:11:52,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:11:54,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:56,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:11:57,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:11:58,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:00,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:02,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:03,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:04,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:06,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:07,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:12:07,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:12:07,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:12:08,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:08,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:10,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:12,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:14,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:14,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:16,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:18,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:19,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:20,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:21,599 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:12:22,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:22,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:12:22,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:12:22,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:12:25,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:26,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:28,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:30,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:31,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:32,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:34,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:36,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:37,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:37,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:12:37,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:12:37,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:12:38,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:40,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:42,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:42,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:44,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:46,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:48,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:48,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:50,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:51,601 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:12:52,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:52,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:12:52,376 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:12:52,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:12:53,897 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:12:54,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:56,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:58,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:12:59,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:00,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:02,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:04,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:05,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:06,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:07,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:13:07,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:13:07,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:13:08,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:10,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:10,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:12,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:14,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:16,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:16,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:18,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:20,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:21,602 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:13:21,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:22,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:22,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:13:22,375 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:13:22,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:13:24,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:26,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:27,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:28,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:30,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:32,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:33,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:34,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:36,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:37,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:13:37,376 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:13:37,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:13:38,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:38,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:40,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:42,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:44,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:44,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:46,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:48,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:50,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:50,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:51,603 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:13:52,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:52,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:13:52,376 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:13:52,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:13:54,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:55,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:13:56,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:13:58,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:00,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:01,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:02,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:04,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:06,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:06,924 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:07,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:14:07,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:14:07,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:14:08,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:10,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:12,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:12,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:14,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:16,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:18,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:18,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:20,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:21,605 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:14:22,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:22,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:14:22,376 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:14:22,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:14:23,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:24,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:26,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:28,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:29,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:30,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:32,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:34,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:35,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:36,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:37,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:14:37,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:14:37,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:14:38,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:40,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:40,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:42,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:44,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:46,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:46,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:48,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:50,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:51,606 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:14:51,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:52,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:52,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:14:52,376 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:14:52,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:14:54,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:56,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:14:57,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:14:58,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:00,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:02,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:03,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:04,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:06,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:07,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:15:07,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:15:07,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:15:08,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:08,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:10,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:12,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:14,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:14,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:16,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:18,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:19,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:20,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:21,607 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:15:22,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:22,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:15:22,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:15:22,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:15:24,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:25,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:26,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:28,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:30,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:31,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:32,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:34,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:36,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:37,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:37,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:15:37,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:15:37,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:15:38,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:40,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:42,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:42,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:44,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:46,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:48,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:48,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:50,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:51,608 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:15:52,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:52,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:15:52,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:15:52,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:15:53,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:15:54,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:56,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:58,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:15:59,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:00,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:02,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:04,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:05,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:06,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:07,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:16:07,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:16:07,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:16:08,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:10,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:10,841 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:12,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:14,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:16,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:16,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:18,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:20,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:21,609 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:16:21,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:22,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:22,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:16:22,377 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:16:22,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:16:24,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:26,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:26,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:28,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:30,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:32,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:32,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:34,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:36,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:37,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:16:37,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:16:37,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:16:38,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:38,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:40,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:42,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:43,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:44,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:46,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:48,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:49,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:50,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:51,610 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:16:52,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:52,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:16:52,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:16:52,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:16:54,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:54,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:16:56,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:16:58,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:00,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:00,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:02,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:04,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:06,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:06,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:07,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:17:07,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:17:07,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:17:08,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:10,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:11,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:12,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:14,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:16,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:17,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:18,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:20,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:21,612 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:17:22,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:22,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:17:22,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:17:22,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:17:22,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:24,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:26,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:27,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:28,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:30,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:32,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:33,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:34,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:36,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:37,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:17:37,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:17:37,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:17:38,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:38,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:40,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:42,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:44,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:44,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:46,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:48,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:50,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:50,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:51,613 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:17:52,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:52,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:17:52,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:17:52,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:17:54,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:56,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:17:56,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:17:58,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:00,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:01,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:02,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:04,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:06,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:07,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:07,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:18:07,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:18:07,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:18:08,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:10,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:12,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:12,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:14,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:16,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:18,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:18,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:20,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:21,614 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:18:22,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:22,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:18:22,378 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:18:22,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:18:24,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:24,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:26,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:28,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:30,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:30,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:32,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:34,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:35,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:36,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:37,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:18:37,379 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:18:37,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:18:38,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:40,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:41,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:42,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:44,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:46,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:46,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:48,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:50,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:51,615 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:18:52,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:52,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:18:52,379 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:18:52,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:18:52,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:54,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:56,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:18:57,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:18:58,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:00,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:02,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:03,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:04,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:06,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:07,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:19:07,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:19:07,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:19:08,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:09,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:10,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:12,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:14,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:14,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:16,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:18,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:20,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:20,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:21,617 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:19:22,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:19:22,379 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:19:22,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:22,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:19:24,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:26,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:26,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:28,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:30,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:31,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:32,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:34,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:36,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:37,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:19:37,379 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:19:37,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:19:37,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:38,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:40,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:42,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:43,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:44,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:46,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:48,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:48,830 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:50,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:51,618 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:19:52,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:19:52,379 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:19:52,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:19:52,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:54,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:54,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:19:56,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:58,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:19:59,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:00,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:02,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:04,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:04,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:06,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:07,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:20:07,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:20:07,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:20:08,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:10,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:10,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:12,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:14,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:15,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:16,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:18,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:20,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:21,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:21,619 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:20:22,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:20:22,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:20:22,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:20:22,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:24,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:26,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:26,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:28,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:30,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:32,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:32,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:34,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:36,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:37,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:20:37,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:20:37,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:20:37,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:38,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:40,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:42,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:43,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:44,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:46,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:48,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:48,816 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:50,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:51,620 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:20:52,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:20:52,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:20:52,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:20:52,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:54,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:54,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:20:56,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:20:58,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:00,202 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:01,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:03,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:05,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:05,853 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:07,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:21:07,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:21:07,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:21:07,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:09,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:11,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:11,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:13,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:15,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:17,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:17,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:19,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:21,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:21,622 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:21:22,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:21:22,381 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:21:22,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:21:22,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:23,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:25,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:27,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:27,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:29,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:31,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:33,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:33,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:35,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:37,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:21:37,381 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:21:37,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:21:37,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:38,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:39,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:41,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:43,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:44,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:45,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:47,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:49,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:50,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:51,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:51,623 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:21:52,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:21:52,380 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:21:52,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:21:53,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:55,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:55,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:21:57,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:21:59,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:01,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:01,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:03,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:05,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:06,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:07,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:22:07,381 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:22:07,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:22:07,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:09,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:11,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:12,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:13,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:15,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:17,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:18,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:19,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:21,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:21,624 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:22:22,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:22:22,381 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:22:22,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:22:23,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:23,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:25,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:27,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:29,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:29,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:31,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:33,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:34,967 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:35,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:37,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:22:37,381 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:22:37,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:22:37,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:39,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:40,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:41,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:43,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:45,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:46,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:47,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:49,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:51,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:51,625 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:22:51,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:52,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:22:52,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:22:52,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:22:53,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:55,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:57,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:22:57,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:22:59,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:01,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:03,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:03,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:05,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:07,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:23:07,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:23:07,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:23:07,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:08,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:09,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:11,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:13,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:14,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:15,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:17,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:19,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:19,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:21,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:21,626 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:23:22,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:23:22,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:23:22,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:23:23,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:25,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:25,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:27,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:29,093 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:23:29,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:23:29,095 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 05:23:29,096 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 05:23:29,096 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 05:23:29,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 05:23:29,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:30,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:31,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:33,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:35,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:35,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:37,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:23:37,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:23:37,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:23:37,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:39,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:40,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:41,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:43,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:45,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:46,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:47,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:48,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:48,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:23:50,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:51,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:51,627 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:23:51,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:52,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:23:52,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:23:52,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:23:53,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:55,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:57,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:23:57,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:23:59,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:01,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:02,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:03,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:05,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:07,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:24:07,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:24:07,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:24:07,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:08,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:09,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:11,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:13,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:14,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:15,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:17,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:19,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:20,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:21,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:21,628 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:24:22,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:24:22,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:24:22,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:24:23,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:25,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:26,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:27,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:29,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:31,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:31,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:33,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:35,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:37,193 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:37,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:24:37,382 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:24:37,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:24:37,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:39,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:41,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:42,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:43,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:45,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:47,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:48,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:49,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:51,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:51,629 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:24:52,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:24:52,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:24:52,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:24:53,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:53,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:24:55,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:57,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:59,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:24:59,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:01,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:03,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:05,199 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:05,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:07,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:25:07,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:25:07,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:25:07,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:09,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:10,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:11,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:13,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:15,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:16,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:17,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:19,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:21,630 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:25:21,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:21,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:22,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:25:22,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:25:22,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:25:23,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:25,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:26,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:27,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:29,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:31,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:32,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:33,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:35,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:37,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:25:37,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:25:37,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:25:37,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:37,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:39,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:41,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:43,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:43,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:45,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:47,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:48,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:49,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:51,632 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:25:51,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:52,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:25:52,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:25:52,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:25:53,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:54,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:25:55,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:57,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:25:59,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:00,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:01,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:03,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:05,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:05,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:07,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:26:07,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:26:07,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:26:07,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:09,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:11,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:11,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:13,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:15,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:17,213 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:17,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:19,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:21,633 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:26:21,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:22,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:26:22,383 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:26:22,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:26:22,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:23,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:25,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:27,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:27,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:29,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:31,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:33,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:33,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:35,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:37,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:26:37,384 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:26:37,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:26:37,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:38,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:39,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:41,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:43,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:43,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:45,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:47,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:49,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:49,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:51,634 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:26:51,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:52,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:26:52,384 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:26:52,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:26:53,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:54,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:26:55,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:57,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:26:59,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:00,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:01,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:03,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:05,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:05,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:07,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:27:07,384 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:27:07,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:27:07,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:09,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:11,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:11,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:13,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:15,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:17,111 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:17,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:19,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:21,635 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:27:21,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:22,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:27:22,384 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:27:22,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:27:22,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:23,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:25,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:27,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:28,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:29,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:31,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:33,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:33,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:35,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:37,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:27:37,384 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:27:37,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:27:37,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:39,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:39,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:41,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:43,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:45,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:45,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:47,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:49,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:51,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:51,636 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:27:51,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:52,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:27:52,384 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:27:52,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:27:53,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:55,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:56,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:27:57,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:27:59,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:01,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:02,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:03,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:05,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:07,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:28:07,385 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:28:07,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:28:07,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:07,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:09,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:11,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:13,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:13,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:15,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:17,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:18,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:19,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:21,638 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:28:21,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:22,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:28:22,385 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:28:22,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:28:23,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:24,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:25,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:27,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:29,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:29,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:31,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:33,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:35,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:35,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:37,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:28:37,385 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:28:37,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:28:37,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:39,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:41,068 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:41,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:43,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:45,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:46,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:47,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:49,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:51,639 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:28:51,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:51,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:52,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:28:52,386 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:28:52,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:28:53,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:55,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:56,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:28:57,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:28:59,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:01,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:02,522 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:03,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:05,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:07,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:29:07,386 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:29:07,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:29:07,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:08,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:09,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:11,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:13,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:13,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:15,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:17,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:19,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:19,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:21,640 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:29:21,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:22,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:29:22,386 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:29:22,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:29:23,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:24,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:25,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:27,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:29,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:30,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:31,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:33,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:35,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:36,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:37,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:29:37,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:29:37,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:29:37,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:39,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:41,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:42,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:43,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:45,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:47,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:47,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:49,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:51,641 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:29:51,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:52,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:29:52,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:29:52,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:29:53,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:53,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:55,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:57,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:29:59,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:29:59,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:01,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:03,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:04,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:05,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:07,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:30:07,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:30:07,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:30:07,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:09,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:10,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:11,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:13,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:15,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:15,850 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:17,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:19,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:21,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:21,642 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:30:21,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:22,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:30:22,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:30:22,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:30:23,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:25,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:27,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:27,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:29,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:31,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:32,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:33,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:35,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:37,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:30:37,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:30:37,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:30:37,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:38,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:39,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:41,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:43,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:44,153 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:45,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:47,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:49,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:49,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:51,644 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:30:51,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:52,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:30:52,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:30:52,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:30:53,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:55,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:30:55,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:57,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:30:59,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:01,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:01,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:03,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:05,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:06,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:07,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:31:07,388 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:31:07,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:31:07,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:09,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:11,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:12,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:13,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:15,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:17,812 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:17,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:19,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:21,645 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:31:21,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:22,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:31:22,387 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:31:22,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:31:23,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:23,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:25,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:27,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:28,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:29,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:31,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:33,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:34,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:35,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:37,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:31:37,388 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:31:37,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:31:37,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:39,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:39,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:41,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:43,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:45,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:45,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:47,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:49,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:50,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:51,646 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:31:51,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:52,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:31:52,388 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:31:52,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:31:53,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:55,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:56,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:31:57,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:31:59,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:01,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:02,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:03,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:05,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:07,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:32:07,388 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:32:07,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:32:07,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:07,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:09,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:11,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:13,136 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:13,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:15,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:17,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:18,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:19,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:21,647 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:32:21,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:22,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:32:22,388 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:32:22,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:32:23,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:24,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:25,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:27,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:29,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:30,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:31,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:33,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:35,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:35,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:37,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:32:37,388 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:32:37,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:32:37,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:39,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:41,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:41,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:43,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:45,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:47,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:47,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:49,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:51,649 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:32:51,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:52,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:32:52,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:32:52,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:32:52,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:53,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:55,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:57,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:32:58,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:32:59,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:01,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:03,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:04,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:05,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:07,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:33:07,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:33:07,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:33:07,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:09,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:09,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:11,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:13,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:15,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:15,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:17,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:19,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:21,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:21,649 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:33:21,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:22,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:33:22,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:33:22,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:33:23,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:25,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:26,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:27,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:29,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:31,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:32,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:33,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:35,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:37,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:33:37,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:33:37,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:33:37,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:38,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:39,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:41,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:43,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:43,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:45,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:47,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:49,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:49,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:51,656 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:33:51,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:52,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:33:52,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:33:52,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:33:53,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:54,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:33:55,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:33:58,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:00,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:00,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:02,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:04,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:06,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:06,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:07,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:34:07,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:34:07,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:34:08,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:10,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:11,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:12,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:14,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:16,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:17,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:18,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:20,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:21,652 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:34:22,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:22,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:34:22,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:34:22,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:34:23,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:24,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:26,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:28,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:28,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:30,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:32,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:34,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:34,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:36,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:37,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:34:37,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:34:37,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:34:38,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:40,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:40,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:42,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:44,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:45,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:47,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:49,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:51,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:51,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:51,652 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:34:52,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:34:52,389 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:34:52,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:34:53,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:55,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:56,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:34:57,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:34:59,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:01,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:02,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:03,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:05,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:07,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:07,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:35:07,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:35:07,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:35:07,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:09,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:11,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:13,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:13,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:15,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:17,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:18,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:19,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:21,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:21,654 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:35:22,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:35:22,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:35:22,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:35:23,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:24,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:25,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:27,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:29,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:30,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:31,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:33,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:35,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:35,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:37,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:37,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:35:37,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:35:37,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:35:39,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:41,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:41,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:43,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:45,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:46,929 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:47,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:49,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:51,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:51,658 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:35:52,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:35:52,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:35:52,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:35:53,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:53,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:55,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:57,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:35:58,155 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:35:59,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:01,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:03,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:03,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:05,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:07,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:07,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:36:07,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:36:07,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:36:09,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:09,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:11,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:13,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:15,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:15,442 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:17,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:19,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:20,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:21,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:21,656 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:36:22,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:36:22,390 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:36:22,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:36:23,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:25,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:26,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:27,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:29,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:31,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:32,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:33,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:35,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:37,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:37,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:36:37,391 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:36:37,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:36:37,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:39,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:41,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:43,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:43,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:45,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:47,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:48,827 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:49,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:51,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:51,657 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:36:52,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:36:52,391 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:36:52,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:36:53,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:54,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:36:55,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:57,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:36:59,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:00,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:01,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:03,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:05,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:05,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:07,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:07,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:37:07,391 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:37:07,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:37:09,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:11,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:11,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:13,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:15,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:17,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:17,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:19,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:21,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:21,658 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:37:22,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:37:22,391 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:37:22,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:37:22,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:23,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:25,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:27,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:27,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:29,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:31,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:32,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:33,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:35,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:37,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:37,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:37:37,391 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:37:37,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:37:38,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:39,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:41,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:43,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:44,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:45,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:47,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:49,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:49,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:51,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:51,659 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:37:52,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:37:52,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:37:52,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:37:53,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:55,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:55,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:37:57,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:37:59,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:01,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:01,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:03,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:05,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:06,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:07,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:07,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:38:07,392 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:38:07,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:38:09,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:11,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:12,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:13,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:15,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:17,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:17,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:19,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:21,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:21,665 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:38:22,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:38:22,392 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:38:22,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:38:23,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:23,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:25,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:27,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:29,174 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:29,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:31,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:33,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:34,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:35,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:37,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:37,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:38:37,392 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:38:37,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:38:39,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:40,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:41,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:43,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:45,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:46,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:47,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:49,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:51,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:51,662 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:38:51,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:52,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:38:52,392 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:38:52,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:38:53,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:55,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:57,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:57,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:38:59,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:38:59,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:38:59,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:38:59,905 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 05:38:59,905 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 05:38:59,906 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 05:39:00,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 05:39:01,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:02,838 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:03,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:05,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:07,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:07,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:39:07,392 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:39:07,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:39:07,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:09,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:11,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:13,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:13,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:15,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:17,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:18,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:19,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:19,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:39:21,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:21,663 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:39:22,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:39:22,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:39:22,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:39:23,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:23,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:25,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:27,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:29,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:29,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:31,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:33,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:34,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:35,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:37,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:37,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:39:37,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:39:37,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:39:39,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:40,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:41,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:43,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:45,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:46,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:47,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:49,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:51,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:51,664 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:39:51,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:52,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:39:52,392 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:39:52,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:39:53,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:55,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:57,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:39:57,446 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:39:59,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:01,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:03,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:03,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:05,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:07,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:07,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:40:07,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:40:07,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:40:08,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:09,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:11,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:13,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:14,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:15,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:17,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:19,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:19,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:21,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:21,665 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:40:22,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:40:22,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:40:22,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:40:23,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:25,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:25,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:27,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:29,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:31,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:31,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:33,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:35,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:37,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:37,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:37,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:40:37,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:40:37,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:40:39,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:41,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:42,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:43,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:45,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:47,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:48,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:49,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:51,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:51,667 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:40:52,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:40:52,393 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:40:52,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:40:53,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:54,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:40:55,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:57,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:59,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:40:59,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:01,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:03,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:05,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:05,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:07,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:07,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:41:07,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:41:07,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:41:09,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:11,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:11,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:13,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:15,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:16,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:17,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:19,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:21,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:21,667 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:41:22,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:41:22,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:41:22,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:41:22,530 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:23,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:25,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:27,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:28,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:29,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:31,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:33,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:33,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:35,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:37,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:37,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:41:37,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:41:37,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:41:39,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:39,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:41,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:43,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:44,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:45,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:47,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:49,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:50,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:51,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:51,669 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:41:52,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:41:52,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:41:52,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:41:53,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:55,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:56,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:41:57,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:41:59,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:01,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:01,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:03,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:05,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:07,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:07,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:42:07,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:42:07,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:42:07,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:09,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:11,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:13,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:13,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:15,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:17,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:18,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:19,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:21,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:21,670 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:42:22,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:42:22,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:42:22,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:42:23,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:24,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:25,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:27,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:29,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:30,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:31,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:33,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:35,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:35,876 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:37,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:37,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:42:37,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:42:37,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:42:39,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:41,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:41,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:43,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:45,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:46,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:47,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:49,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:51,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:51,671 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:42:52,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:42:52,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:42:52,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:42:52,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:53,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:55,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:57,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:42:58,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:42:59,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:01,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:03,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:03,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:05,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:07,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:07,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:43:07,394 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:43:07,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:43:09,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:09,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:11,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:13,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:15,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:15,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:17,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:19,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:20,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:21,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:21,672 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:43:22,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:43:22,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:43:22,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:43:23,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:25,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:26,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:27,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:29,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:31,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:32,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:33,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:35,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:37,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:37,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:43:37,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:43:37,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:43:37,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:39,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:41,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:42,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:43,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:45,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:47,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:48,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:49,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:51,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:51,674 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:43:52,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:43:52,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:43:52,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:43:53,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:53,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:55,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:57,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:43:59,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:43:59,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:01,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:03,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:05,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:05,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:07,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:44:07,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:44:07,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:44:07,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:09,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:10,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:11,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:13,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:15,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:16,213 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:17,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:19,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:21,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:21,675 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:44:21,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:22,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:44:22,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:44:22,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:44:23,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:25,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:27,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:27,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:29,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:31,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:32,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:33,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:35,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:37,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:44:37,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:44:37,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:44:37,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:38,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:39,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:41,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:43,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:44,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:45,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:47,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:49,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:49,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:51,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:51,676 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:44:52,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:44:52,395 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:44:52,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:44:53,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:55,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:55,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:44:57,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:44:59,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:00,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:01,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:03,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:05,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:06,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:07,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:45:07,396 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:45:07,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:45:07,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:09,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:11,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:12,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:13,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:15,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:17,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:17,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:19,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:21,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:21,677 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:45:22,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:45:22,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:45:22,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:45:23,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:23,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:25,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:27,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:29,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:29,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:31,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:33,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:34,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:35,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:37,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:45:37,396 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:45:37,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:45:37,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:39,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:40,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:41,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:43,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:45,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:45,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:47,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:49,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:51,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:51,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:51,678 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:45:52,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:45:52,396 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:45:52,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:45:53,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:55,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:57,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:45:57,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:45:59,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:01,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:02,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:03,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:05,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:07,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:46:07,396 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:46:07,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:46:07,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:08,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:09,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:11,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:13,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:13,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:15,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:17,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:19,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:19,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:21,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:21,680 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:46:22,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:46:22,396 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:46:22,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:46:23,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:25,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:25,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:27,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:29,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:30,841 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:31,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:33,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:35,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:36,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:37,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:46:37,397 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:46:37,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:46:37,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:39,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:41,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:42,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:43,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:45,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:47,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:47,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:49,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:51,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:51,681 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:46:52,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:46:52,397 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:46:52,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:46:53,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:53,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:55,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:57,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:46:58,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:46:59,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:01,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:03,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:04,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:05,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:07,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:47:07,397 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:47:07,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:47:07,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:09,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:09,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:11,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:13,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:15,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:15,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:17,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:19,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:20,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:21,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:21,682 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:47:22,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:47:22,397 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:47:22,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:47:23,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:25,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:26,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:27,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:29,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:31,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:32,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:33,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:35,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:37,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:47:37,397 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:47:37,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:47:37,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:37,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:39,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:41,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:42,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:43,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:45,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:47,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:48,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:49,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:51,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:51,683 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:47:52,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:47:52,397 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:47:52,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:47:53,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:53,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:55,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:57,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:47:59,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:47:59,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:01,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:03,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:05,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:05,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:07,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:48:07,398 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:48:07,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:48:07,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:09,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:10,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:11,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:13,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:15,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:16,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:17,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:19,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:21,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:21,685 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:48:21,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:22,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:48:22,398 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:48:22,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:48:23,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:25,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:27,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:27,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:29,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:32,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:32,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:34,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:36,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:37,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:48:37,398 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:48:37,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:48:38,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:38,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:40,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:42,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:44,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:44,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:46,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:48,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:49,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:50,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:51,686 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:48:52,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:48:52,398 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:48:52,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:48:52,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:54,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:55,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:48:56,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:48:58,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:00,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:01,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:02,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:04,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:06,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:06,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:07,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:49:07,398 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:49:07,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:49:08,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:10,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:12,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:12,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:14,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:16,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:17,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:18,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:20,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:21,687 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:49:22,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:49:22,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:49:22,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:49:22,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:23,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:24,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:26,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:28,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:29,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:30,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:32,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:34,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:34,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:36,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:37,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:49:37,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:49:37,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:49:38,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:40,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:40,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:42,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:44,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:45,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:46,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:48,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:50,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:51,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:51,688 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:49:52,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:49:52,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:49:52,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:49:52,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:54,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:56,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:49:56,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:49:58,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:00,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:02,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:02,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:04,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:06,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:07,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:50:07,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:50:07,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:50:08,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:08,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:10,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:12,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:13,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:14,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:16,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:18,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:19,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:20,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:21,689 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:50:22,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:50:22,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:50:22,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:50:22,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:24,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:25,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:26,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:28,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:30,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:31,070 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:32,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:34,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:36,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:36,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:37,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:50:37,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:50:37,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:50:38,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:40,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:42,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:42,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:44,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:46,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:48,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:48,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:50,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:51,690 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:50:52,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:50:52,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:50:52,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:50:52,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:53,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:50:54,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:56,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:58,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:50:59,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:00,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:02,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:04,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:04,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:06,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:07,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:51:07,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:51:07,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:51:08,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:10,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:10,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:12,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:14,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:16,162 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:16,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:18,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:20,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:21,692 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:51:21,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:22,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:51:22,399 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:51:22,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:51:22,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:24,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:26,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:26,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:28,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:30,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:32,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:32,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:34,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:36,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:37,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:51:37,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:51:37,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:51:37,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:38,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:40,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:42,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:42,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:44,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:46,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:48,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:48,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:50,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:51,693 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:51:52,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:51:52,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:51:52,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:51:52,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:53,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:51:54,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:56,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:58,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:51:59,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:00,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:02,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:04,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:05,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:06,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:07,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:52:07,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:52:07,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:52:08,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:10,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:10,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:12,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:14,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:16,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:16,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:18,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:20,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:21,694 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:52:21,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:22,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:52:22,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:52:22,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:52:22,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:24,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:26,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:27,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:28,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:30,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:32,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:32,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:34,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:36,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:37,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:52:37,401 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:52:37,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:52:38,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:38,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:40,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:42,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:43,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:44,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:46,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:48,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:49,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:50,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:51,695 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:52:52,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:52:52,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:52:52,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:52:52,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:54,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:55,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:52:56,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:52:58,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:00,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:00,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:02,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:04,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:06,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:06,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:07,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:53:07,401 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:53:07,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:53:08,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:10,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:12,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:12,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:14,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:16,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:17,806 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:18,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:20,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:21,696 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:53:22,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:53:22,400 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:53:22,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:53:22,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:23,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:24,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:26,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:28,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:28,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:30,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:32,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:34,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:34,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:36,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:37,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:53:37,401 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:53:37,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:53:38,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:40,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:40,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:42,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:44,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:45,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:46,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:48,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:50,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:51,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:51,697 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:53:52,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:53:52,401 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:53:52,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:53:52,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:54,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:56,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:53:56,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:53:58,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:00,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:02,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:02,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:04,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:06,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:07,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:54:07,401 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:54:07,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:54:07,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:08,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:10,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:12,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:13,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:14,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:16,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:18,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:19,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:20,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:21,698 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:54:22,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:54:22,402 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:54:22,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:54:22,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:24,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:25,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:26,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:28,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:30,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:30,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:30,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:54:30,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:54:30,983 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 05:54:30,983 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 05:54:30,984 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 05:54:31,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 05:54:32,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:34,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:35,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:36,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:37,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:54:37,401 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:54:37,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:54:38,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:40,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:41,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:42,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:44,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:46,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:46,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:48,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:50,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:50,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 05:54:51,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:51,699 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:54:52,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:54:52,402 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:54:52,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:54:52,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:54,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:56,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:54:57,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:54:58,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:00,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:02,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:02,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:04,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:06,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:07,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:55:07,402 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:55:07,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:55:08,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:08,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:10,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:12,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:13,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:14,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:16,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:18,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:19,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:20,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:21,701 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:55:22,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:55:22,405 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:55:22,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:55:22,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:24,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:25,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:26,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:28,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:30,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:30,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:32,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:34,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:36,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:36,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:37,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:55:37,405 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:55:37,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:55:38,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:40,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:42,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:42,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:44,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:46,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:47,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:48,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:50,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:51,704 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:55:52,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:55:52,404 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:55:52,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:55:52,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:53,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:54,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:56,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:55:58,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:55:58,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:00,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:02,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:04,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:04,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:06,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:07,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:56:07,405 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:56:07,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:56:08,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:10,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:10,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:12,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:14,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:15,736 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:16,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:18,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:20,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:21,460 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:21,705 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:56:22,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:56:22,405 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:56:22,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:56:22,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:24,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:26,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:27,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:28,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:30,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:32,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:32,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:34,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:36,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:37,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:56:37,405 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:56:37,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:56:38,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:38,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:40,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:42,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:44,199 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:44,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:46,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:48,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:49,758 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:50,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:51,707 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:56:52,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:56:52,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:56:52,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:56:52,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:54,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:55,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:56:56,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:56:58,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:00,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:00,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:02,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:04,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:06,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:06,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:07,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:57:07,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:57:07,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:57:08,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:10,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:12,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:12,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:14,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:16,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:17,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:18,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:20,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:21,708 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:57:22,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:57:22,405 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:57:22,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:57:22,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:23,442 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:24,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:26,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:28,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:28,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:30,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:32,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:34,442 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:34,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:36,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:37,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:57:37,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:57:37,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:57:38,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:40,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:40,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:42,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:44,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:45,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:46,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:48,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:50,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:51,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:51,709 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:57:52,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:57:52,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:57:52,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:57:52,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:54,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:56,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:57:57,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:57:58,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:00,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:02,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:02,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:04,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:06,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:07,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:58:07,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:58:07,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:58:08,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:08,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:10,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:12,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:14,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:14,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:16,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:18,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:19,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:20,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:21,710 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:58:22,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:58:22,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:58:22,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:58:22,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:24,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:25,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:26,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:28,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:30,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:31,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:32,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:34,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:36,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:36,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:37,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:58:37,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:58:37,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:58:38,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:41,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:42,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:43,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:45,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:47,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:47,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:49,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:51,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:51,712 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:58:52,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:58:52,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:58:52,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:58:53,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:53,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:58:55,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:57,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:59,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:58:59,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:01,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:03,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:04,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:05,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:07,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:07,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:59:07,406 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:59:07,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:59:09,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:10,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:11,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:13,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:15,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:16,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:17,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:19,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:21,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:21,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:21,712 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:59:22,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:59:22,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:59:22,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:59:23,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:25,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:27,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:27,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:29,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:31,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:32,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:33,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:35,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:37,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:37,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:59:37,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:59:37,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:59:38,615 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:39,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:41,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:43,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:44,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:45,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:47,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:49,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:49,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:51,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:51,714 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 05:59:52,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 05:59:52,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 05:59:52,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 05:59:53,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:55,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:55,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 05:59:57,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 05:59:59,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:01,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:01,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:03,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:05,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:06,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:07,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:07,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:00:07,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:00:07,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:00:09,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:11,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:12,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:13,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:15,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:17,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:18,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:19,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:21,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:21,715 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:00:22,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:00:22,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:00:22,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:00:23,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:23,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:25,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:27,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:29,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:29,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:31,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:33,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:34,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:35,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:37,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:37,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:00:37,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:00:37,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:00:39,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:40,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:41,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:43,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:45,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:46,194 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:47,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:49,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:51,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:51,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:51,716 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:00:52,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:00:52,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:00:52,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:00:53,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:55,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:57,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:00:57,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:00:59,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:01,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:02,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:03,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:05,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:07,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:07,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:01:07,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:01:07,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:01:08,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:09,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:11,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:13,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:14,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:15,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:17,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:19,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:19,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:21,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:21,718 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:01:22,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:01:22,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:01:22,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:01:23,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:25,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:25,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:27,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:29,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:30,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:31,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:33,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:35,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:36,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:37,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:37,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:01:37,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:01:37,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:01:39,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:41,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:42,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:43,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:45,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:47,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:48,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:49,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:51,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:51,719 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:01:52,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:01:52,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:01:52,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:01:53,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:53,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:01:55,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:57,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:59,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:01:59,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:01,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:03,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:05,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:05,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:07,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:07,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:02:07,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:02:07,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:02:09,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:11,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:11,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:13,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:15,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:16,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:17,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:19,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:21,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:21,720 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:02:21,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:22,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:02:22,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:02:22,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:02:23,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:25,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:26,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:28,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:30,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:32,092 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:32,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:34,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:36,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:37,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:02:37,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:02:37,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:02:37,513 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:38,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:40,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:42,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:42,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:44,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:46,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:48,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:48,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:50,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:51,721 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:02:52,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:52,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:02:52,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:02:52,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:02:53,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:02:54,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:56,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:58,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:02:59,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:00,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:02,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:04,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:04,831 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:06,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:07,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:03:07,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:03:07,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:03:08,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:10,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:10,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:12,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:14,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:16,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:16,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:18,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:20,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:21,722 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:03:21,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:22,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:22,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:03:22,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:03:22,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:03:24,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:26,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:27,458 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:28,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:30,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:32,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:33,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:34,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:36,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:37,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:03:37,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:03:37,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:03:38,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:38,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:40,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:42,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:44,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:44,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:46,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:48,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:49,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:50,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:51,724 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:03:52,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:52,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:03:52,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:03:52,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:03:54,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:55,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:03:56,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:03:58,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:00,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:01,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:02,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:04,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:06,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:06,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:07,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:04:07,409 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:04:07,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:04:08,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:10,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:12,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:12,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:14,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:16,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:18,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:18,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:20,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:21,724 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:04:22,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:22,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:04:22,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:04:22,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:04:23,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:24,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:26,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:28,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:29,182 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:30,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:32,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:34,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:34,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:36,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:37,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:04:37,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:04:37,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:04:38,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:40,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:40,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:42,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:44,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:46,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:46,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:48,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:50,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:51,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:51,725 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:04:52,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:52,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:04:52,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:04:52,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:04:54,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:56,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:04:57,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:04:58,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:00,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:02,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:02,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:04,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:06,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:07,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:05:07,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:05:07,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:05:08,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:09,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:10,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:12,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:14,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:15,109 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:16,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:18,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:20,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:20,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:21,726 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:05:22,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:22,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:05:22,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:05:22,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:05:24,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:26,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:26,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:28,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:30,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:31,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:32,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:34,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:36,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:37,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:05:37,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:05:37,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:05:37,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:38,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:40,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:42,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:43,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:44,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:46,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:48,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:48,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:50,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:51,728 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:05:52,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:52,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:05:52,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:05:52,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:05:54,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:05:54,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:56,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:58,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:05:59,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:00,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:02,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:04,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:05,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:06,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:07,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:06:07,411 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:06:07,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:06:08,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:10,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:10,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:12,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:14,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:16,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:16,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:18,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:20,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:21,729 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:06:21,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:22,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:22,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:06:22,410 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:06:22,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:06:24,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:26,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:26,837 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:28,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:30,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:32,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:32,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:34,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:36,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:37,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:06:37,411 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:06:37,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:06:37,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:38,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:40,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:42,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:42,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:44,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:46,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:48,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:48,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:50,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:51,730 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:06:52,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:52,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:06:52,411 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:06:52,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:06:53,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:06:54,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:56,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:58,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:06:59,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:00,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:02,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:04,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:05,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:06,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:07,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:07:07,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:07:07,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:07:08,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:10,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:10,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:12,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:14,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:16,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:16,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:18,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:20,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:21,732 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:07:21,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:22,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:22,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:07:22,411 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:07:22,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:07:24,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:26,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:27,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:28,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:30,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:32,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:33,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:34,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:36,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:37,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:07:37,411 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:07:37,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:07:38,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:38,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:40,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:42,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:44,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:44,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:46,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:48,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:49,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:50,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:51,733 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:07:52,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:52,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:07:52,413 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:07:52,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:07:54,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:55,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:07:56,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:07:58,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:00,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:00,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:02,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:04,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:06,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:06,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:07,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:08:07,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:08:07,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:08:08,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:10,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:11,759 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:12,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:14,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:16,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:17,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:18,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:20,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:21,734 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:08:22,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:22,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:08:22,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:08:22,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:08:22,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:24,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:26,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:27,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:28,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:30,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:32,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:33,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:34,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:36,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:37,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:08:37,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:08:37,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:08:38,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:38,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:40,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:42,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:44,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:44,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:46,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:48,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:49,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:50,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:51,736 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:08:52,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:08:52,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:08:52,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:08:52,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:54,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:55,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:08:56,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:08:58,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:00,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:01,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:02,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:04,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:06,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:06,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:07,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:09:07,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:09:07,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:09:08,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:10,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:12,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:12,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:14,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:16,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:18,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:18,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:20,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:21,736 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:09:22,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:09:22,413 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:09:22,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:09:22,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:23,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:24,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:26,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:28,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:29,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:30,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:32,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:34,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:34,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:36,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:37,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:09:37,412 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:09:37,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:09:38,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:40,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:40,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:42,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:44,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:46,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:46,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:48,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:50,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:51,737 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:09:51,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:52,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:09:52,413 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:09:52,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:09:52,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:54,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:56,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:09:57,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:09:58,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:00,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:02,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:02,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:03,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:10:03,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:10:03,023 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 06:10:03,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 06:10:03,024 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 06:10:03,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 06:10:04,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:06,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:07,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:10:07,418 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:10:07,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:10:08,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:08,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:10,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:12,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:13,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:14,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:16,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:18,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:18,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:20,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:21,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:21,738 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:10:22,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:10:22,424 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:10:22,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:10:22,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:22,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:10:23,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:24,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:25,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:26,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:28,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:29,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:30,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:32,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:34,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:34,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:36,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:37,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:10:37,424 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:10:37,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:10:38,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:40,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:40,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:42,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:44,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:45,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:46,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:48,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:50,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:51,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:51,739 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:10:52,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:10:52,424 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:10:52,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:10:52,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:54,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:56,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:10:57,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:10:58,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:00,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:02,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:02,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:04,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:06,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:07,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:11:07,424 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:11:07,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:11:08,444 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:08,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:10,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:12,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:14,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:14,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:16,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:18,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:19,678 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:20,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:21,741 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:11:22,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:11:22,424 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:11:22,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:11:22,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:24,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:25,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:26,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:28,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:30,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:30,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:32,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:34,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:36,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:36,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:37,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:11:37,424 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:11:37,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:11:38,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:40,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:42,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:42,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:44,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:46,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:48,116 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:48,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:50,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:51,742 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:11:52,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:11:52,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:11:52,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:11:52,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:53,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:11:54,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:56,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:58,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:11:59,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:00,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:02,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:04,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:04,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:06,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:07,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:12:07,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:12:07,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:12:08,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:10,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:10,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:12,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:14,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:15,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:16,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:18,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:20,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:21,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:21,743 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:12:22,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:12:22,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:12:22,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:12:22,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:24,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:26,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:27,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:28,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:30,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:32,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:32,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:34,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:36,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:37,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:12:37,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:12:37,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:12:38,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:38,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:40,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:42,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:44,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:44,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:46,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:48,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:49,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:50,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:51,744 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:12:52,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:12:52,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:12:52,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:12:52,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:54,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:55,558 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:12:56,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:12:58,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:00,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:01,101 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:02,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:04,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:06,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:06,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:07,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:13:07,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:13:07,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:13:08,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:10,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:12,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:12,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:14,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:16,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:17,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:18,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:20,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:21,746 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:13:22,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:13:22,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:13:22,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:13:22,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:23,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:24,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:26,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:28,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:28,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:30,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:32,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:34,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:34,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:36,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:37,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:13:37,426 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:13:37,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:13:38,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:40,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:40,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:42,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:44,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:45,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:46,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:48,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:50,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:51,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:51,747 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:13:52,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:13:52,426 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:13:52,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:13:52,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:54,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:56,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:13:57,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:13:58,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:00,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:02,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:02,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:04,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:06,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:07,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:14:07,425 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:14:07,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:14:08,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:08,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:10,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:12,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:13,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:14,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:16,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:18,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:19,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:20,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:21,748 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:14:22,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:14:22,426 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:14:22,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:14:22,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:24,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:24,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:26,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:28,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:30,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:30,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:32,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:34,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:35,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:36,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:37,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:14:37,426 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:14:37,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:14:38,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:40,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:41,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:42,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:44,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:46,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:47,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:48,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:50,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:51,750 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:14:52,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:14:52,426 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:14:52,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:14:52,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:52,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:54,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:56,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:14:57,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:14:58,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:00,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:02,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:03,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:04,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:06,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:07,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:15:07,426 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:15:07,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:15:08,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:09,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:10,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:12,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:14,464 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:14,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:16,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:18,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:20,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:20,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:21,751 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:15:22,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:15:22,427 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:15:22,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:15:22,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:24,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:25,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:26,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:28,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:30,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:31,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:32,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:34,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:36,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:37,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:37,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:15:37,427 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:15:37,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:15:38,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:40,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:42,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:42,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:44,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:46,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:48,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:48,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:50,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:51,752 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:15:52,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:15:52,427 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:15:52,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:15:52,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:53,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:15:54,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:56,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:58,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:15:59,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:00,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:02,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:04,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:04,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:06,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:07,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:16:07,427 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:16:07,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:16:08,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:10,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:10,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:13,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:15,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:16,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:17,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:19,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:21,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:21,753 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:16:21,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:22,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:16:22,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:16:22,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:16:23,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:25,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:27,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:27,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:29,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:31,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:32,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:33,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:35,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:37,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:16:37,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:16:37,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:16:37,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:38,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:39,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:41,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:43,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:44,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:45,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:47,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:49,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:49,805 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:51,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:51,754 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:16:52,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:16:52,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:16:52,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:16:53,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:55,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:16:55,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:57,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:16:59,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:00,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:01,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:03,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:05,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:06,511 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:07,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:17:07,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:17:07,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:17:07,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:09,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:11,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:12,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:13,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:15,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:17,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:17,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:19,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:21,756 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:17:21,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:22,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:17:22,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:17:22,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:17:23,456 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:23,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:25,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:27,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:28,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:29,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:31,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:33,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:34,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:35,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:37,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:17:37,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:17:37,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:17:37,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:39,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:40,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:41,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:43,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:45,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:45,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:47,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:49,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:51,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:51,757 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:17:51,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:52,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:17:52,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:17:52,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:17:53,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:55,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:57,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:17:57,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:17:59,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:01,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:03,125 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:03,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:05,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:07,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:18:07,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:18:07,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:18:07,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:08,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:09,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:11,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:13,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:14,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:15,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:17,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:19,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:20,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:21,758 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:18:21,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:22,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:18:22,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:18:22,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:18:23,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:25,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:25,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:27,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:29,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:31,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:31,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:33,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:35,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:37,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:37,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:18:37,429 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:18:37,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:18:37,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:39,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:41,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:42,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:43,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:45,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:47,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:48,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:49,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:51,759 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:18:51,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:52,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:18:52,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:18:52,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:18:53,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:53,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:55,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:57,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:18:59,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:18:59,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:01,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:03,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:05,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:05,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:07,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:19:07,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:19:07,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:19:07,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:09,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:10,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:11,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:13,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:15,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:16,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:17,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:19,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:21,760 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:19:21,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:21,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:22,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:19:22,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:19:22,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:19:23,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:25,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:27,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:27,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:29,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:31,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:33,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:33,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:35,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:37,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:19:37,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:19:37,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:19:37,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:39,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:39,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:41,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:43,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:44,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:45,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:47,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:49,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:50,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:51,761 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:19:51,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:52,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:19:52,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:19:52,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:19:53,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:55,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:19:55,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:57,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:19:59,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:01,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:01,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:03,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:05,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:07,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:07,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:20:07,430 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:20:07,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:20:07,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:09,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:11,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:12,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:13,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:15,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:17,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:18,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:19,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:21,763 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:20:21,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:22,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:20:22,431 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:20:22,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:20:23,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:24,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:25,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:27,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:29,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:29,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:31,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:33,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:35,467 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:35,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:37,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:20:37,431 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:20:37,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:20:37,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:39,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:41,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:41,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:43,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:45,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:46,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:47,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:49,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:51,764 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:20:51,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:51,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:52,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:20:52,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:20:52,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:20:53,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:55,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:56,830 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:20:57,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:20:59,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:01,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:02,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:03,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:05,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:07,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:21:07,431 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:21:07,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:21:07,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:07,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:09,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:11,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:13,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:13,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:15,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:17,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:19,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:19,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:21,765 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:21:21,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:22,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:21:22,431 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:21:22,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:21:23,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:24,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:25,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:27,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:29,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:30,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:31,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:33,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:35,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:35,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:37,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:21:37,431 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:21:37,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:21:37,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:39,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:41,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:41,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:43,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:45,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:47,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:47,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:49,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:51,766 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:21:51,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:52,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:21:52,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:21:52,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:21:52,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:53,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:55,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:57,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:21:58,497 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:21:59,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:01,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:03,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:04,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:05,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:07,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:22:07,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:22:07,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:22:07,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:09,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:09,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:11,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:13,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:15,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:15,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:17,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:19,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:20,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:21,767 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:22:21,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:22,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:22:22,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:22:22,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:22:23,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:25,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:26,506 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:27,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:29,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:31,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:32,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:33,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:35,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:37,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:22:37,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:22:37,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:22:37,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:37,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:39,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:41,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:43,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:43,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:45,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:47,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:49,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:49,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:51,769 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:22:51,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:52,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:22:52,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:22:52,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:22:53,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:54,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:22:56,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:22:58,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:00,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:00,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:02,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:04,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:05,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:06,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:07,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:23:07,432 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:23:07,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:23:08,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:10,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:11,340 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:12,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:14,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:16,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:16,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:18,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:20,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:21,770 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:23:22,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:22,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:23:22,433 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:23:22,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:23:22,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:24,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:26,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:28,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:28,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:30,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:32,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:33,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:34,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:36,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:37,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:23:37,434 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:23:37,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:23:38,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:39,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:40,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:42,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:44,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:45,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:46,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:48,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:50,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:50,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:51,771 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:23:52,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:52,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:23:52,433 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:23:52,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:23:54,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:56,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:23:56,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:23:58,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:00,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:02,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:02,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:04,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:06,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:07,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:24:07,433 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:24:07,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:24:08,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:09,736 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:12,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:14,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:15,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:16,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:18,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:20,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:21,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:21,773 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:24:22,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:22,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:24:22,433 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:24:22,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:24:24,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:26,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:26,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:28,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:30,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:32,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:32,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:34,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:36,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:37,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:24:37,433 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:24:37,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:24:37,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:38,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:40,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:42,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:43,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:44,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:46,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:48,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:48,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:50,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:51,774 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:24:52,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:52,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:24:52,433 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:24:52,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:24:54,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:54,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:24:56,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:24:58,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:00,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:00,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:02,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:04,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:06,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:06,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:07,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:25:07,434 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:25:07,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:25:08,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:10,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:12,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:12,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:14,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:16,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:17,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:18,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:20,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:21,776 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:25:22,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:22,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:25:22,434 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:25:22,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:25:23,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:24,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:26,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:28,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:28,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:30,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:32,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:34,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:34,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:34,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:25:34,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:25:34,611 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 06:25:34,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 06:25:34,612 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 06:25:35,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 06:25:36,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:37,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:25:37,434 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:25:37,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:25:38,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:39,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:40,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:42,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:44,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:44,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:46,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:48,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:49,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:50,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:51,777 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:25:52,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:52,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:25:52,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:25:52,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:25:53,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:54,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:54,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:25:54,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:25:56,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:57,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:25:58,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:00,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:00,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:02,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:04,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:06,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:06,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:07,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:26:07,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:26:07,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:26:08,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:10,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:11,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:12,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:14,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:16,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:17,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:18,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:20,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:21,778 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:26:22,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:22,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:22,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:26:22,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:26:22,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:26:24,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:26,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:27,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:28,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:30,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:32,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:33,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:34,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:36,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:37,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:26:37,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:26:37,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:26:38,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:38,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:40,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:42,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:44,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:44,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:46,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:48,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:49,837 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:50,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:51,779 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:26:52,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:52,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:26:52,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:26:52,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:26:54,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:55,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:26:56,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:26:58,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:00,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:01,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:02,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:04,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:06,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:06,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:07,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:27:07,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:27:07,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:27:08,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:10,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:12,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:12,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:14,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:16,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:17,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:18,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:20,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:21,780 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:27:22,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:22,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:27:22,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:27:22,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:27:23,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:24,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:26,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:28,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:28,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:30,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:32,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:34,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:34,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:36,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:37,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:27:37,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:27:37,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:27:38,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:40,121 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:40,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:42,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:44,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:45,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:46,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:48,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:50,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:51,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:51,781 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:27:52,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:52,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:27:52,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:27:52,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:27:54,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:56,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:27:57,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:27:58,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:00,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:02,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:02,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:04,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:06,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:07,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:28:07,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:28:07,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:28:08,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:08,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:10,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:12,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:13,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:14,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:16,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:18,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:19,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:20,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:21,782 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:28:22,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:22,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:28:22,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:28:22,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:28:26,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:28,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:30,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:31,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:32,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:34,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:36,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:37,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:37,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:28:37,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:28:37,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:28:38,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:40,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:42,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:42,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:44,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:46,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:48,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:48,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:50,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:51,783 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:28:52,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:52,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:28:52,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:28:52,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:28:54,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:28:54,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:56,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:58,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:28:59,522 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:00,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:02,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:04,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:05,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:06,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:07,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:29:07,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:29:07,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:29:08,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:10,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:10,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:12,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:14,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:16,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:16,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:18,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:20,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:21,784 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:29:21,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:22,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:22,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:29:22,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:29:22,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:29:24,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:26,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:27,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:28,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:30,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:32,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:33,532 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:34,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:36,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:37,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:29:37,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:29:37,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:29:38,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:39,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:40,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:42,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:44,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:45,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:46,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:48,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:50,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:50,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:51,785 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:29:52,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:52,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:29:52,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:29:52,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:29:54,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:56,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:29:56,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:29:58,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:00,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:01,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:02,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:04,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:06,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:07,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:07,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:30:07,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:30:07,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:30:08,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:10,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:12,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:13,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:14,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:16,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:18,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:18,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:21,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:21,787 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:30:22,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:30:22,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:30:22,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:30:23,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:24,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:25,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:27,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:29,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:29,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:31,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:33,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:35,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:35,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:37,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:37,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:30:37,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:30:37,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:30:39,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:41,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:41,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:43,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:45,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:46,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:47,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:49,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:51,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:51,788 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:30:51,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:52,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:30:52,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:30:52,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:30:53,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:55,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:57,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:30:57,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:30:59,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:01,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:03,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:03,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:05,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:07,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:07,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:31:07,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:31:07,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:31:08,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:09,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:11,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:13,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:14,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:15,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:17,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:19,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:20,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:21,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:21,789 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:31:22,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:31:22,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:31:22,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:31:23,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:25,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:25,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:27,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:29,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:31,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:31,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:33,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:35,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:37,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:37,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:37,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:31:37,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:31:37,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:31:39,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:41,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:42,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:43,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:45,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:47,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:48,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:49,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:51,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:51,790 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:31:52,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:31:52,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:31:52,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:31:53,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:53,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:31:55,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:57,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:59,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:31:59,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:01,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:03,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:05,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:05,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:07,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:07,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:32:07,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:32:07,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:32:09,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:10,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:11,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:13,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:15,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:16,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:17,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:19,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:21,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:21,792 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:32:21,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:22,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:32:22,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:32:22,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:32:23,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:25,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:26,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:27,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:29,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:31,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:32,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:33,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:35,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:37,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:37,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:37,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:32:37,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:32:37,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:32:39,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:41,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:43,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:43,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:45,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:47,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:48,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:49,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:51,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:51,793 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:32:52,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:32:52,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:32:52,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:32:53,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:54,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:32:55,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:57,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:32:59,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:00,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:01,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:03,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:05,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:05,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:07,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:07,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:33:07,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:33:07,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:33:09,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:11,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:11,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:13,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:15,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:16,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:17,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:19,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:21,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:21,794 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:33:21,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:22,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:33:22,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:33:22,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:33:23,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:25,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:27,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:27,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:29,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:31,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:32,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:33,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:35,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:37,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:37,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:33:37,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:33:37,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:33:38,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:39,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:41,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:43,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:43,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:45,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:47,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:49,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:49,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:51,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:51,794 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:33:52,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:33:52,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:33:52,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:33:53,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:55,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:33:55,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:57,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:33:59,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:00,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:01,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:03,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:05,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:06,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:07,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:07,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:34:07,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:34:07,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:34:09,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:11,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:12,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:13,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:15,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:17,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:18,141 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:19,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:21,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:21,795 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:34:22,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:34:22,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:34:22,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:34:23,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:23,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:25,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:27,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:29,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:29,522 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:31,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:33,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:35,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:35,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:37,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:37,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:34:37,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:34:37,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:34:39,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:40,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:41,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:43,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:45,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:46,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:47,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:49,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:51,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:51,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:51,797 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:34:52,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:34:52,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:34:52,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:34:53,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:55,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:57,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:34:57,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:34:59,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:01,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:02,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:03,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:05,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:07,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:07,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:35:07,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:35:07,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:35:08,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:09,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:11,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:13,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:13,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:15,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:17,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:19,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:19,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:21,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:21,798 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:35:22,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:35:22,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:35:22,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:35:23,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:25,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:25,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:27,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:29,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:30,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:31,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:33,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:35,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:36,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:37,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:37,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:35:37,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:35:37,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:35:39,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:41,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:41,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:43,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:45,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:47,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:47,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:49,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:51,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:51,800 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:35:52,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:52,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:35:52,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:35:52,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:35:53,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:55,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:57,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:35:57,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:35:59,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:01,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:03,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:03,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:05,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:07,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:07,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:36:07,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:36:07,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:36:09,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:09,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:11,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:13,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:14,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:15,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:17,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:19,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:20,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:21,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:21,801 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:36:22,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:36:22,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:36:22,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:36:23,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:25,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:26,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:27,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:29,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:31,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:31,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:33,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:35,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:37,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:37,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:37,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:36:37,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:36:37,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:36:39,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:41,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:42,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:43,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:45,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:47,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:48,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:49,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:51,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:51,802 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:36:52,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:36:52,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:36:52,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:36:53,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:54,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:36:55,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:57,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:59,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:36:59,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:01,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:03,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:05,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:05,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:07,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:07,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:37:07,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:37:07,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:37:09,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:10,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:11,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:13,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:15,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:16,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:17,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:19,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:21,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:21,803 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:37:21,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:22,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:37:22,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:37:22,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:37:23,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:25,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:27,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:27,678 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:29,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:31,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:33,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:33,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:35,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:37,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:37:37,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:37:37,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:37:37,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:39,155 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:39,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:41,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:43,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:44,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:45,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:47,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:49,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:50,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:51,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:51,804 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:37:52,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:37:52,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:37:52,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:37:53,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:55,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:56,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:37:57,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:37:59,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:01,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:01,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:03,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:05,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:07,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:07,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:38:07,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:38:07,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:07,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:38:09,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:11,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:13,202 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:13,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:15,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:17,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:18,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:19,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:21,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:21,806 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:38:22,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:38:22,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:38:22,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:38:23,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:24,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:25,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:27,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:29,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:30,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:31,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:33,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:35,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:35,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:37,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:38:37,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:38:37,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:38:37,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:39,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:41,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:41,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:43,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:45,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:47,350 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:47,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:49,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:51,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:51,807 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:38:52,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:52,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:38:52,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:38:52,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:38:53,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:55,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:57,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:38:58,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:38:59,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:01,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:03,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:03,925 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:05,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:07,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:39:07,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:39:07,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:39:07,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:09,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:09,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:11,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:13,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:15,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:15,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:17,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:19,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:20,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:21,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:21,809 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:39:22,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:39:22,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:39:22,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:39:23,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:25,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:26,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:27,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:29,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:31,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:32,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:33,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:35,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:37,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:37,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:39:37,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:39:37,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:39:37,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:39,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:41,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:43,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:43,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:45,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:47,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:49,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:49,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:51,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:51,810 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:39:52,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:39:52,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:39:52,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:39:53,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:54,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:39:55,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:57,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:39:59,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:00,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:01,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:03,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:05,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:05,842 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:07,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:40:07,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:40:07,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:40:07,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:09,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:11,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:11,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:13,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:15,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:17,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:17,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:19,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:21,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:21,811 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:40:22,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:22,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:40:22,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:40:22,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:40:23,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:25,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:27,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:28,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:29,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:31,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:33,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:33,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:35,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:37,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:40:37,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:40:37,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:40:37,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:39,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:39,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:41,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:43,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:45,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:45,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:47,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:49,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:50,847 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:51,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:51,812 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:40:52,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:40:52,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:40:52,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:40:53,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:55,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:56,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:40:57,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:40:59,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:01,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:02,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:03,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:04,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:41:04,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:41:04,471 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 06:41:04,471 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 06:41:04,472 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 06:41:04,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 06:41:05,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:07,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:07,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:41:07,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:41:07,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:41:07,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:09,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:11,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:12,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:13,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:15,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:17,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:17,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:19,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:21,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:21,813 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:41:22,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:22,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:41:22,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:41:22,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:41:23,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:24,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:41:25,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:27,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:28,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:29,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:31,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:33,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:33,895 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:35,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:37,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:41:37,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:41:37,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:41:37,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:39,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:39,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:41,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:43,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:45,159 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:45,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:47,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:49,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:50,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:51,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:51,815 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:41:52,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:41:52,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:41:52,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:41:53,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:55,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:56,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:41:57,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:41:59,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:01,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:02,212 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:03,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:05,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:07,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:07,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:42:07,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:42:07,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:42:07,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:09,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:11,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:13,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:13,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:15,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:17,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:18,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:19,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:21,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:21,816 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:42:22,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:42:22,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:42:22,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:42:23,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:24,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:25,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:27,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:29,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:29,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:31,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:33,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:35,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:35,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:37,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:42:37,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:42:37,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:42:37,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:39,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:40,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:41,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:43,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:45,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:46,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:47,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:49,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:51,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:51,817 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:42:51,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:52,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:42:52,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:42:52,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:42:53,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:55,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:57,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:42:57,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:42:59,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:01,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:03,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:03,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:05,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:07,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:43:07,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:43:07,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:43:07,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:08,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:09,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:11,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:13,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:14,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:15,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:17,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:19,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:20,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:21,818 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:43:21,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:22,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:43:22,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:43:22,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:43:23,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:25,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:26,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:27,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:29,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:31,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:31,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:33,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:35,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:37,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:37,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:43:37,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:43:37,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:43:37,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:39,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:41,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:43,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:43,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:45,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:47,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:48,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:49,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:51,820 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:43:51,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:52,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:43:52,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:43:52,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:43:53,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:54,447 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:43:55,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:57,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:43:59,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:00,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:01,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:03,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:05,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:05,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:07,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:44:07,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:44:07,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:44:07,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:10,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:11,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:12,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:14,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:16,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:17,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:18,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:20,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:21,821 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:44:22,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:22,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:44:22,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:44:22,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:44:22,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:24,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:26,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:28,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:28,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:30,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:32,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:34,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:34,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:36,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:37,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:44:37,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:44:37,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:44:38,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:39,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:40,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:42,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:44,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:45,504 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:46,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:48,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:50,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:51,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:51,822 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:44:52,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:44:52,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:44:52,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:44:52,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:54,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:56,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:44:56,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:44:58,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:00,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:02,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:02,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:04,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:06,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:07,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:07,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:45:07,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:45:07,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:45:08,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:10,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:12,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:13,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:14,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:16,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:18,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:19,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:20,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:21,823 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:45:22,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:45:22,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:45:22,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:45:22,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:24,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:24,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:26,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:28,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:30,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:30,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:32,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:34,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:36,050 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:36,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:37,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:45:37,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:45:37,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:45:38,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:40,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:41,820 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:42,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:44,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:46,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:47,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:48,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:50,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:51,824 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:45:52,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:52,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:45:52,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:45:52,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:45:52,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:54,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:56,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:45:58,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:45:58,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:00,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:02,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:04,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:04,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:06,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:07,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:46:07,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:46:07,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:46:08,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:09,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:10,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:12,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:14,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:15,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:16,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:18,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:20,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:20,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:21,825 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:46:22,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:46:22,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:46:22,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:46:22,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:24,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:26,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:26,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:28,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:30,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:32,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:32,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:34,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:36,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:37,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:37,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:46:37,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:46:37,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:46:38,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:40,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:42,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:43,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:44,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:46,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:48,846 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:48,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:50,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:51,827 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:46:52,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:46:52,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:46:52,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:46:52,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:54,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:46:54,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:56,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:46:58,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:00,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:00,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:02,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:04,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:05,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:06,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:07,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:47:07,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:47:07,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:47:08,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:10,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:11,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:12,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:14,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:16,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:16,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:18,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:21,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:21,828 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:47:21,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:22,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:47:22,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:47:22,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:47:23,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:25,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:27,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:27,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:29,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:31,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:33,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:33,444 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:35,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:37,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:37,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:47:37,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:47:37,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:47:38,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:39,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:41,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:43,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:44,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:45,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:47,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:49,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:50,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:51,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:51,829 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:47:52,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:47:52,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:47:52,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:47:53,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:55,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:56,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:47:57,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:47:59,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:01,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:01,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:03,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:05,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:07,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:07,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:07,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:48:07,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:48:07,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:48:09,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:11,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:12,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:13,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:15,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:17,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:18,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:19,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:21,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:21,832 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:48:22,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:48:22,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:48:22,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:48:23,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:23,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:25,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:27,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:29,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:29,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:31,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:33,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:34,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:35,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:37,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:37,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:48:37,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:48:37,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:48:39,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:40,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:41,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:43,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:45,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:46,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:47,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:49,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:51,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:51,831 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:48:51,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:52,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:48:52,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:48:52,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:48:53,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:55,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:57,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:48:57,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:48:59,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:01,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:02,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:03,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:05,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:07,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:07,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:49:07,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:49:07,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:49:08,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:09,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:11,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:13,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:14,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:15,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:17,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:19,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:19,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:21,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:21,833 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:49:22,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:49:22,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:49:22,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:49:23,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:25,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:25,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:27,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:29,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:30,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:31,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:33,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:35,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:36,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:37,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:37,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:49:37,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:49:37,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:49:39,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:41,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:41,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:43,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:45,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:47,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:47,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:49,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:51,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:51,834 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:49:52,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:52,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:49:52,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:49:52,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:49:53,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:55,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:57,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:49:57,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:49:59,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:01,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:03,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:03,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:05,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:07,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:07,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:50:07,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:50:07,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:50:08,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:09,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:11,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:13,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:14,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:15,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:17,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:19,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:20,301 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:21,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:21,835 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:50:22,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:50:22,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:50:22,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:50:23,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:25,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:26,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:27,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:29,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:31,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:31,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:33,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:35,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:37,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:37,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:37,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:50:37,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:50:37,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:50:39,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:41,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:42,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:43,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:45,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:47,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:48,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:49,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:51,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:51,837 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:50:52,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:50:52,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:50:52,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:50:53,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:54,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:50:55,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:57,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:59,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:50:59,848 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:01,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:03,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:05,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:05,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:07,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:07,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:51:07,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:51:07,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:51:09,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:11,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:11,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:13,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:15,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:16,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:17,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:19,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:21,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:21,838 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:51:21,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:22,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:51:22,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:51:22,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:51:23,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:25,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:27,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:27,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:29,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:31,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:33,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:33,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:35,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:37,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:37,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:51:37,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:51:37,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:51:39,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:39,218 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:41,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:43,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:44,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:45,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:47,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:49,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:50,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:51,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:51,839 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:51:52,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:51:52,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:51:52,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:51:53,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:55,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:56,119 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:51:57,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:51:59,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:01,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:01,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:03,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:05,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:07,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:07,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:07,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:52:07,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:52:07,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:52:09,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:11,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:13,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:13,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:15,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:17,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:18,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:19,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:21,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:21,839 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:52:22,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:52:22,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:52:22,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:52:23,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:24,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:25,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:27,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:29,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:30,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:31,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:33,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:35,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:35,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:37,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:37,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:52:37,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:52:37,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:52:39,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:41,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:41,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:43,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:45,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:47,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:47,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:49,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:51,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:51,840 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:52:52,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:52,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:52:52,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:52:52,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:52:53,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:55,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:57,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:52:58,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:52:59,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:01,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:03,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:04,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:05,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:07,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:07,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:53:07,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:53:07,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:53:09,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:09,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:11,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:13,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:15,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:15,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:17,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:19,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:20,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:21,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:21,842 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:53:22,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:53:22,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:53:22,696 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:53:23,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:25,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:26,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:27,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:29,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:31,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:31,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:33,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:35,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:37,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:37,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:37,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:53:37,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:53:37,696 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:53:39,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:41,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:43,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:43,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:45,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:47,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:49,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:49,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:51,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:51,843 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:53:52,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:53:52,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:53:52,696 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:53:53,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:54,924 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:53:55,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:57,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:53:59,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:00,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:01,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:03,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:05,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:06,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:07,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:07,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:54:07,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:54:07,696 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:54:09,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:11,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:11,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:13,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:15,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:17,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:17,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:19,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:21,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:21,844 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:54:22,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:22,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:54:22,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:54:22,696 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:54:23,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:25,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:27,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:28,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:29,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:31,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:33,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:33,967 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:35,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:37,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:37,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:54:37,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:54:37,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:54:39,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:39,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:41,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:43,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:45,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:45,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:47,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:49,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:51,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:51,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:51,845 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:54:52,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:54:52,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:54:52,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:54:53,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:55,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:56,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:54:57,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:54:59,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:01,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:02,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:03,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:05,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:07,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:07,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:07,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:55:07,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:55:07,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:55:09,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:11,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:13,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:13,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:15,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:17,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:19,162 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:19,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:21,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:21,846 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:55:22,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:55:22,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:55:22,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:55:23,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:24,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:25,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:27,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:29,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:30,111 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:31,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:33,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:35,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:35,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:37,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:37,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:55:37,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:55:37,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:55:39,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:41,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:41,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:43,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:45,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:46,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:47,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:49,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:51,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:51,848 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:55:52,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:52,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:55:52,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:55:52,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:55:53,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:55,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:57,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:55:58,092 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:55:59,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:01,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:03,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:03,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:05,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:07,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:07,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:56:07,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:56:07,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:56:09,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:09,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:11,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:13,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:15,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:15,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:17,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:19,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:21,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:21,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:21,849 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:56:22,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:56:22,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:56:22,698 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:56:23,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:25,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:26,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:27,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:29,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:31,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:32,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:33,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:34,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:56:34,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:56:34,670 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 06:56:34,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 06:56:34,671 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 06:56:35,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 06:56:35,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:37,350 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:37,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:37,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:56:37,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:56:37,697 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:56:39,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:41,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:42,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:43,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:45,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:47,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:47,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:49,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:51,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:51,850 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:56:52,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:52,925 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:56:52,926 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:56:52,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:56:53,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:54,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:54,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 06:56:56,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:57,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:56:58,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:56:59,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:01,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:03,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:03,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:05,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:07,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:07,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:57:07,769 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:57:07,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:57:09,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:09,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:11,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:13,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:15,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:15,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:17,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:19,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:20,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:21,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:21,851 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:57:22,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:57:22,769 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:57:22,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:57:23,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:25,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:26,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:27,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:29,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:31,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:32,200 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:33,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:35,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:37,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:37,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:57:37,769 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:57:37,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:57:37,846 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:39,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:41,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:43,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:43,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:45,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:47,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:49,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:49,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:51,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:51,852 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:57:52,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:57:52,769 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:57:52,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:57:53,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:54,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:57:55,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:57,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:57:59,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:00,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:01,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:03,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:05,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:05,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:07,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:07,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:58:07,769 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:58:07,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:58:09,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:11,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:11,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:13,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:15,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:17,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:17,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:19,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:21,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:21,853 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:58:22,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:58:22,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:58:22,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:58:22,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:23,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:25,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:27,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:28,484 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:30,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:32,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:34,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:34,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:36,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:37,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:58:37,769 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:58:37,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:58:38,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:39,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:40,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:42,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:44,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:45,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:46,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:48,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:50,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:50,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:51,855 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:58:52,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:52,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:58:52,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:58:52,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:58:54,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:56,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:58:56,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:58:58,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:00,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:01,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:02,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:04,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:06,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:07,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:07,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:59:07,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:59:07,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:59:08,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:10,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:12,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:13,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:14,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:16,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:18,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:18,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:20,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:21,856 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:59:22,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:22,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:59:22,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:59:22,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:59:24,272 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:24,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:26,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:28,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:29,891 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:30,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:32,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:34,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:35,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:36,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:37,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:59:37,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:59:37,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:59:38,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:40,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:41,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:42,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:44,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:46,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:46,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:48,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:50,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:51,857 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 06:59:51,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:52,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:52,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 06:59:52,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 06:59:52,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 06:59:54,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:56,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 06:59:57,119 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 06:59:58,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:00,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:02,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:02,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:04,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:06,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:07,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:00:07,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:00:07,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:00:07,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:08,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:10,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:12,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:13,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:14,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:16,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:18,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:19,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:20,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:21,858 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:00:22,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:22,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:00:22,770 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:00:22,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:00:24,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:25,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:26,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:28,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:30,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:30,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:32,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:34,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:36,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:36,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:37,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:00:37,771 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:00:37,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:00:38,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:40,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:42,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:42,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:44,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:46,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:47,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:48,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:50,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:51,860 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:00:52,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:52,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:00:52,771 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:00:52,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:00:52,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:54,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:56,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:00:57,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:00:58,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:00,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:02,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:03,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:04,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:06,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:07,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:01:07,772 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:01:07,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:01:08,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:08,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:10,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:12,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:14,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:14,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:16,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:18,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:19,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:20,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:21,861 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:01:22,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:22,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:01:22,772 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:01:22,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:01:24,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:25,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:26,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:28,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:30,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:30,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:32,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:34,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:36,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:36,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:37,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:01:37,771 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:01:37,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:01:38,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:40,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:42,052 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:42,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:44,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:46,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:47,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:48,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:50,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:51,862 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:01:52,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:52,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:01:52,772 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:01:52,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:01:52,848 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:01:54,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:56,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:58,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:01:58,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:00,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:02,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:04,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:04,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:06,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:07,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:02:07,771 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:02:07,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:02:08,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:10,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:10,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:12,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:14,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:15,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:16,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:18,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:20,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:21,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:21,863 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:02:22,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:22,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:02:22,771 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:02:22,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:02:24,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:26,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:27,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:28,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:30,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:32,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:32,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:34,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:36,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:37,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:02:37,771 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:02:37,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:02:38,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:38,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:40,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:42,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:44,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:44,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:46,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:48,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:49,847 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:50,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:51,865 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:02:52,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:52,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:02:52,772 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:02:52,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:02:54,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:55,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:02:56,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:02:58,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:00,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:00,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:02,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:04,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:06,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:06,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:07,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:03:07,773 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:03:07,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:03:08,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:10,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:11,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:12,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:14,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:16,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:17,539 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:18,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:20,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:21,866 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:03:22,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:22,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:03:22,773 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:03:22,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:03:22,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:24,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:26,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:28,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:28,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:30,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:32,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:34,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:34,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:36,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:37,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:03:37,774 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:03:37,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:03:38,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:39,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:40,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:42,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:44,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:45,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:46,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:48,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:50,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:50,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:51,867 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:03:52,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:52,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:03:52,773 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:03:52,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:03:54,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:56,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:03:56,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:03:58,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:00,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:02,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:02,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:04,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:06,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:07,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:07,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:04:07,773 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:04:07,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:04:08,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:10,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:12,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:13,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:14,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:16,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:18,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:18,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:20,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:21,877 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:04:22,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:22,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:04:22,774 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:04:22,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:04:24,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:24,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:26,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:28,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:30,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:30,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:32,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:34,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:35,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:36,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:37,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:04:37,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:04:37,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:04:38,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:40,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:41,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:42,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:44,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:46,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:47,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:48,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:50,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:51,869 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:04:52,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:52,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:04:52,774 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:04:52,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:04:52,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:54,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:56,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:04:58,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:04:58,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:00,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:02,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:04,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:04,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:06,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:07,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:05:07,774 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:05:07,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:05:08,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:09,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:10,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:12,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:14,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:15,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:16,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:18,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:20,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:20,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:21,873 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:05:22,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:22,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:05:22,774 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:05:22,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:05:24,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:26,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:26,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:28,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:30,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:31,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:32,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:34,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:36,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:37,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:37,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:05:37,774 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:05:37,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:05:38,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:40,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:42,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:43,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:44,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:46,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:48,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:48,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:50,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:51,872 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:05:52,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:52,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:05:52,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:05:52,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:05:54,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:05:54,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:56,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:05:58,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:00,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:00,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:02,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:04,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:05,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:06,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:07,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:06:07,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:06:07,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:06:08,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:10,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:11,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:12,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:14,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:16,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:16,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:18,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:20,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:21,873 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:06:21,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:22,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:06:22,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:06:22,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:22,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:06:24,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:26,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:26,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:28,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:30,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:32,494 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:32,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:34,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:36,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:37,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:06:37,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:06:37,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:06:37,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:38,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:40,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:42,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:43,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:44,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:46,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:48,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:48,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:50,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:51,875 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:06:52,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:06:52,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:06:52,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:06:52,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:54,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:06:54,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:56,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:06:58,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:00,135 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:00,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:02,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:04,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:05,812 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:06,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:07,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:07:07,775 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:07:07,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:07:08,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:10,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:11,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:12,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:14,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:16,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:16,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:18,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:20,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:21,876 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:07:22,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:22,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:07:22,778 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:07:22,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:07:22,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:24,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:26,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:28,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:28,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:30,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:32,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:33,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:34,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:36,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:37,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:07:37,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:07:37,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:07:38,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:39,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:40,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:42,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:44,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:45,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:46,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:48,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:50,678 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:50,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:51,877 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:07:52,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:07:52,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:07:52,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:07:52,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:54,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:56,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:07:56,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:07:58,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:00,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:01,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:02,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:04,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:06,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:07,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:07,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:08:07,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:08:07,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:08:08,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:10,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:12,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:13,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:14,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:16,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:18,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:18,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:20,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:21,878 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:08:22,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:08:22,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:08:22,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:08:22,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:24,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:24,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:26,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:28,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:30,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:30,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:32,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:34,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:35,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:36,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:37,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:08:37,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:08:37,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:08:38,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:40,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:41,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:42,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:44,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:46,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:47,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:48,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:50,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:51,879 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:08:52,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:08:52,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:08:52,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:08:52,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:52,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:54,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:56,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:08:58,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:08:58,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:00,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:02,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:04,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:04,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:06,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:07,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:09:07,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:09:07,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:09:08,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:09,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:10,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:12,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:14,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:15,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:16,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:18,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:20,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:21,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:21,881 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:09:22,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:09:22,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:09:22,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:09:22,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:24,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:26,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:26,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:28,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:30,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:32,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:32,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:34,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:36,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:37,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:09:37,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:09:37,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:09:37,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:38,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:40,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:42,895 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:42,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:44,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:46,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:48,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:48,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:50,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:51,882 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:09:52,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:09:52,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:09:52,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:09:52,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:54,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:09:54,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:56,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:58,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:09:59,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:00,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:02,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:04,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:05,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:06,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:07,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:10:07,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:10:07,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:10:08,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:10,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:10,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:12,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:14,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:16,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:16,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:18,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:20,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:21,883 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:10:21,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:22,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:10:22,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:10:22,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:10:22,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:24,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:26,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:27,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:28,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:30,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:32,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:33,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:34,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:36,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:37,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:10:37,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:10:37,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:10:38,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:38,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:40,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:42,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:44,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:44,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:46,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:48,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:49,805 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:50,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:51,885 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:10:52,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:10:52,778 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:10:52,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:10:52,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:54,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:55,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:10:56,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:10:58,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:00,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:00,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:02,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:04,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:06,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:06,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:07,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:11:07,777 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:11:07,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:11:08,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:10,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:12,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:12,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:14,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:16,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:17,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:18,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:20,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:21,886 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:11:22,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:11:22,778 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:11:22,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:11:22,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:22,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:24,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:26,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:28,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:28,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:30,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:32,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:34,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:34,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:36,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:37,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:11:37,778 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:11:37,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:11:38,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:39,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:40,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:42,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:44,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:45,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:46,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:48,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:50,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:51,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:51,888 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:11:52,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:11:52,778 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:11:52,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:11:52,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:54,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:56,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:11:56,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:11:58,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:01,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:02,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:02,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:12:02,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:12:02,477 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 07:12:02,478 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 07:12:02,479 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 07:12:03,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 07:12:04,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:06,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:07,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:07,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:12:07,778 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:12:07,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:12:08,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:10,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:12,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:12,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:14,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:16,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:17,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:18,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:20,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:21,889 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:12:22,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:22,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:12:22,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:12:22,856 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:12:22,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:12:22,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:26,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:28,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:28,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:30,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:32,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:33,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:34,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:36,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:37,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:12:37,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:12:37,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:12:38,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:39,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:40,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:42,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:44,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:45,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:46,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:48,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:50,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:50,841 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:51,890 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:12:52,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:52,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:12:52,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:12:52,856 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:12:54,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:56,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:12:56,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:12:58,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:00,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:02,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:02,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:04,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:06,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:07,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:07,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:13:07,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:13:07,856 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:13:08,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:10,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:12,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:13,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:14,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:16,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:18,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:18,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:20,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:21,891 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:13:22,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:22,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:13:22,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:13:22,856 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:13:24,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:24,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:26,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:28,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:30,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:30,213 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:32,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:34,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:35,889 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:36,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:37,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:13:37,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:13:37,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:13:38,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:40,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:41,301 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:42,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:44,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:46,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:46,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:48,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:50,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:51,892 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:13:52,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:52,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:13:52,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:13:52,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:13:52,858 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:13:54,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:56,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:58,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:13:58,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:00,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:02,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:03,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:04,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:06,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:07,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:14:07,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:14:07,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:14:08,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:09,468 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:10,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:12,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:14,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:15,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:16,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:18,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:20,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:20,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:21,894 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:14:22,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:22,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:14:22,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:14:22,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:14:24,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:26,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:26,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:28,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:30,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:31,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:32,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:34,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:36,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:37,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:37,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:14:37,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:14:37,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:14:38,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:40,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:42,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:42,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:44,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:46,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:48,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:48,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:50,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:51,895 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:14:52,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:52,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:14:52,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:14:52,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:14:54,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:54,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:14:56,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:58,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:14:59,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:00,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:02,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:04,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:05,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:06,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:07,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:15:07,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:15:07,857 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:15:08,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:10,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:10,838 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:12,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:14,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:16,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:16,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:18,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:20,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:21,896 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:15:21,897 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:22,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:22,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:15:22,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:15:22,858 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:15:24,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:26,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:27,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:28,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:30,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:32,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:33,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:34,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:36,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:37,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:15:37,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:15:37,858 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:15:38,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:38,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:40,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:42,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:44,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:44,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:46,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:48,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:50,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:50,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:51,897 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:15:52,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:52,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:15:52,858 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:15:52,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:15:54,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:55,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:15:56,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:15:58,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:00,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:01,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:02,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:04,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:06,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:07,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:07,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:16:07,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:16:07,858 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:16:08,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:10,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:12,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:12,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:14,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:16,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:18,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:18,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:20,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:21,899 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:16:22,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:22,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:16:22,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:16:22,859 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:16:24,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:24,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:26,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:28,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:30,149 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:30,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:32,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:34,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:35,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:36,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:37,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:16:37,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:16:37,859 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:16:38,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:40,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:41,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:42,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:44,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:46,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:47,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:48,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:50,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:51,900 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:16:52,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:52,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:16:52,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:16:52,859 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:16:52,898 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:16:54,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:56,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:58,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:16:58,442 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:00,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:02,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:04,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:04,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:06,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:07,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:17:07,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:17:07,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:17:08,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:09,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:10,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:12,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:14,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:15,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:16,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:18,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:20,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:21,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:21,901 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:17:22,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:22,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:17:22,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:17:22,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:17:24,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:26,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:26,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:28,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:30,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:32,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:32,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:34,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:36,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:37,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:37,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:17:37,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:17:37,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:17:38,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:40,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:42,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:43,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:44,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:46,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:48,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:49,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:50,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:51,902 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:17:52,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:52,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:17:52,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:17:52,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:17:54,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:54,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:17:56,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:17:58,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:00,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:00,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:02,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:04,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:06,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:06,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:07,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:18:07,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:18:07,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:18:08,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:10,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:11,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:12,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:14,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:16,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:17,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:18,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:20,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:21,904 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:18:22,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:22,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:18:22,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:18:22,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:18:23,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:24,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:26,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:28,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:28,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:30,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:32,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:34,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:34,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:36,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:37,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:18:37,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:18:37,860 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:18:38,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:40,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:40,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:42,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:44,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:46,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:46,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:48,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:50,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:51,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:51,905 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:18:52,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:52,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:18:52,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:18:52,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:18:54,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:56,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:18:57,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:18:58,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:00,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:02,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:02,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:04,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:06,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:07,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:19:07,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:19:07,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:19:08,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:08,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:10,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:12,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:13,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:14,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:16,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:18,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:19,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:20,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:21,908 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:19:22,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:22,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:19:22,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:19:22,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:19:24,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:25,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:26,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:28,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:30,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:30,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:32,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:34,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:36,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:36,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:37,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:19:37,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:19:37,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:19:38,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:40,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:41,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:42,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:44,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:46,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:47,494 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:48,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:50,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:51,907 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:19:52,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:52,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:19:52,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:19:52,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:19:52,868 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:19:54,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:56,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:58,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:19:58,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:00,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:02,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:04,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:04,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:06,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:07,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:20:07,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:20:07,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:20:08,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:10,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:10,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:12,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:14,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:15,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:16,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:18,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:20,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:21,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:21,909 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:20:22,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:22,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:20:22,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:20:22,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:20:24,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:26,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:26,812 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:28,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:30,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:32,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:32,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:34,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:36,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:37,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:20:37,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:37,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:20:37,868 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:20:38,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:40,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:42,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:43,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:44,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:46,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:48,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:49,444 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:50,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:51,910 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:20:52,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:52,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:20:52,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:20:52,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:20:54,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:54,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:20:56,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:20:58,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:00,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:00,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:02,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:04,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:06,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:06,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:07,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:21:07,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:21:07,867 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:21:08,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:10,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:11,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:12,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:14,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:16,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:17,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:18,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:20,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:21,912 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:21:22,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:22,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:21:22,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:21:22,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:22,868 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:21:24,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:26,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:28,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:28,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:30,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:32,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:34,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:34,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:36,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:37,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:21:37,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:21:37,868 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:21:38,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:39,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:40,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:42,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:44,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:45,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:46,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:48,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:50,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:51,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:51,913 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:21:52,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:52,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:21:52,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:21:52,868 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:21:54,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:56,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:21:56,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:21:58,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:00,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:02,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:02,494 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:04,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:06,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:07,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:22:07,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:07,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:22:07,869 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:22:08,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:10,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:12,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:13,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:14,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:16,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:18,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:19,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:20,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:21,913 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:22:22,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:22,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:22:22,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:22:22,869 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:22:24,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:25,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:26,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:28,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:30,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:30,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:32,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:34,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:36,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:36,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:37,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:22:37,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:22:37,868 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:22:38,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:40,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:41,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:42,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:44,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:46,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:47,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:48,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:50,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:51,915 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:22:52,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:52,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:22:52,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:22:52,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:22:52,869 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:22:54,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:56,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:58,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:22:58,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:00,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:02,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:04,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:04,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:06,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:07,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:23:07,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:23:07,875 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:23:08,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:09,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:10,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:12,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:14,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:15,532 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:16,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:18,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:20,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:21,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:21,918 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:23:22,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:22,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:23:22,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:23:22,870 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:23:24,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:26,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:27,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:28,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:30,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:32,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:32,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:34,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:36,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:37,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:23:37,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:23:37,870 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:23:38,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:38,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:40,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:42,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:44,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:44,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:46,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:48,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:49,806 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:50,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:51,918 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:23:52,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:52,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:23:52,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:23:52,870 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:23:54,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:55,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:23:56,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:23:58,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:00,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:01,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:02,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:04,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:06,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:07,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:07,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:24:07,870 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:24:07,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:24:08,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:10,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:12,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:12,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:14,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:16,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:18,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:18,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:20,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:21,919 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:24:22,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:22,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:24:22,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:24:22,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:24:23,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:24,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:26,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:28,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:29,454 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:30,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:32,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:34,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:35,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:36,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:37,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:24:37,870 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:24:37,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:24:38,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:40,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:40,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:42,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:44,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:46,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:46,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:48,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:50,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:51,920 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:24:51,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:52,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:52,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:24:52,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:24:52,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:24:54,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:56,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:24:57,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:24:58,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:00,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:02,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:03,159 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:04,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:06,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:07,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:25:07,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:25:07,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:25:08,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:08,833 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:10,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:12,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:14,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:14,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:16,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:18,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:19,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:20,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:21,921 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:25:22,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:22,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:25:22,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:25:22,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:25:24,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:25,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:26,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:28,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:30,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:31,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:32,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:34,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:36,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:36,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:37,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:25:37,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:25:37,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:25:38,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:40,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:42,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:42,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:44,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:46,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:47,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:48,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:50,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:51,923 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:25:52,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:52,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:25:52,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:25:52,872 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:25:52,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:25:54,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:56,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:58,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:25:58,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:00,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:02,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:04,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:05,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:07,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:07,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:26:07,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:26:07,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:26:09,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:09,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:11,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:13,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:15,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:15,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:17,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:19,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:21,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:21,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:21,924 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:26:22,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:26:22,871 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:26:22,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:26:23,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:25,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:26,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:27,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:29,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:31,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:32,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:33,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:35,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:37,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:37,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:37,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:26:37,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:26:37,874 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:26:39,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:41,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:43,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:43,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:45,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:47,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:49,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:49,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:51,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:51,925 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:26:52,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:26:52,873 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:26:52,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:26:53,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:55,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:26:55,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:57,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:26:59,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:00,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:01,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:03,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:05,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:06,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:07,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:07,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:27:07,872 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:27:07,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:27:09,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:11,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:11,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:13,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:15,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:17,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:17,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:19,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:21,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:21,926 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:27:22,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:22,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:27:22,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:27:22,874 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:27:23,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:25,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:27,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:28,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:29,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:31,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:33,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:34,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:34,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:27:34,309 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 07:27:34,309 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 07:27:34,310 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 07:27:34,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:27:34,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 07:27:35,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:37,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:37,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:27:37,872 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:27:37,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:27:39,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:39,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:41,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:43,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:44,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:45,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:47,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:49,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:49,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:51,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:51,927 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:27:52,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:52,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:27:52,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:27:52,894 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:27:53,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:54,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:27:54,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:27:56,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:57,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:27:59,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:00,096 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:01,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:03,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:05,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:05,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:07,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:07,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:28:07,878 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:28:07,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:28:09,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:11,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:11,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:13,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:15,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:17,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:17,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:19,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:21,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:21,929 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:28:22,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:22,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:28:22,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:28:22,878 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:28:23,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:25,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:27,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:28,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:29,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:31,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:33,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:34,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:35,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:37,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:37,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:28:37,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:28:37,880 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:28:39,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:40,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:41,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:43,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:45,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:45,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:47,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:49,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:51,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:51,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:51,930 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:28:52,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:28:52,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:28:52,878 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:28:53,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:55,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:56,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:28:57,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:28:59,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:01,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:02,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:03,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:05,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:07,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:07,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:07,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:29:07,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:29:07,880 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:29:09,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:11,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:13,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:13,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:15,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:17,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:19,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:19,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:21,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:21,931 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:29:22,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:29:22,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:29:22,879 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:29:23,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:25,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:25,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:27,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:29,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:30,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:31,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:33,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:35,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:36,160 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:37,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:37,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:29:37,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:29:37,879 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:29:39,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:41,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:41,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:43,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:45,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:47,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:47,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:49,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:51,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:51,936 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:29:52,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:29:52,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:52,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:29:52,880 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:29:53,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:55,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:57,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:29:58,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:29:59,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:01,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:03,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:04,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:05,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:07,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:07,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:30:07,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:30:07,880 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:30:09,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:09,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:11,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:13,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:15,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:15,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:17,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:19,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:20,895 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:21,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:21,937 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:30:22,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:30:22,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:30:22,880 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:30:23,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:25,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:26,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:27,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:29,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:31,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:31,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:33,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:35,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:37,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:37,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:37,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:30:37,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:30:37,879 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:30:39,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:41,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:43,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:43,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:45,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:47,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:48,911 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:49,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:51,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:51,938 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:30:52,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:30:52,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:30:52,880 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:30:53,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:54,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:30:55,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:57,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:30:59,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:00,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:01,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:03,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:05,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:05,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:07,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:07,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:31:07,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:31:07,881 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:31:09,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:11,160 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:11,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:13,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:15,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:16,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:17,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:19,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:21,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:21,940 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:31:21,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:22,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:31:22,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:31:22,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:31:23,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:25,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:27,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:27,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:29,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:31,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:32,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:33,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:35,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:37,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:37,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:37,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:31:37,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:31:37,881 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:31:39,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:41,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:43,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:43,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:45,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:47,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:49,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:49,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:51,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:51,941 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:31:52,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:31:52,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:31:52,881 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:31:53,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:55,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:31:55,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:57,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:31:59,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:00,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:01,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:03,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:05,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:06,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:07,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:07,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:32:07,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:32:07,881 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:32:09,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:11,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:11,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:13,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:15,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:17,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:17,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:19,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:21,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:21,942 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:32:22,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:22,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:32:22,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:32:22,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:32:23,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:25,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:27,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:28,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:29,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:31,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:33,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:34,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:35,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:37,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:37,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:32:37,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:32:37,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:32:39,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:39,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:41,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:43,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:45,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:45,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:47,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:49,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:51,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:51,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:51,943 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:32:52,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:32:52,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:32:52,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:32:53,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:55,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:56,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:32:57,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:32:59,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:01,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:02,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:03,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:05,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:07,815 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:07,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:07,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:33:07,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:33:07,881 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:33:09,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:11,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:13,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:13,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:15,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:17,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:19,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:19,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:21,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:21,945 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:33:22,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:33:22,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:33:22,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:33:23,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:24,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:25,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:27,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:29,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:30,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:31,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:33,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:35,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:36,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:37,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:33:37,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:33:37,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:33:37,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:39,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:41,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:41,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:43,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:45,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:47,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:47,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:49,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:51,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:51,948 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:33:52,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:52,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:33:52,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:33:52,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:33:53,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:55,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:57,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:33:58,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:33:59,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:01,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:03,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:04,301 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:05,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:07,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:34:07,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:34:07,882 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:34:07,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:09,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:09,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:11,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:13,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:15,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:15,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:17,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:19,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:20,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:21,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:21,948 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:34:22,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:34:22,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:34:22,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:34:23,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:25,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:26,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:27,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:29,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:31,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:31,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:33,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:35,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:37,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:37,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:34:37,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:34:37,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:34:37,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:39,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:41,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:43,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:43,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:45,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:47,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:48,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:49,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:51,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:51,950 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:34:52,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:34:52,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:34:52,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:34:53,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:54,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:55,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:57,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:34:59,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:34:59,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:01,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:03,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:05,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:05,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:07,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:35:07,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:35:07,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:35:07,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:09,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:11,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:11,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:13,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:15,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:16,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:17,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:19,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:21,951 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:35:21,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:21,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:22,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:35:22,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:35:22,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:35:23,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:25,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:27,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:27,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:29,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:31,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:32,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:33,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:35,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:37,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:37,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:35:37,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:35:37,884 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:35:37,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:39,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:41,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:43,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:43,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:45,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:47,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:49,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:49,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:51,951 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:35:51,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:52,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:35:52,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:35:52,883 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:35:53,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:55,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:35:55,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:57,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:35:59,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:00,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:01,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:03,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:05,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:06,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:07,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:36:07,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:36:07,884 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:36:07,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:09,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:11,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:12,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:13,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:15,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:17,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:17,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:19,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:21,953 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:36:21,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:22,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:22,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:36:22,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:36:22,884 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:36:23,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:25,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:27,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:27,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:29,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:31,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:33,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:33,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:36,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:37,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:36:37,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:36:37,884 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:36:38,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:38,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:40,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:42,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:44,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:44,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:46,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:48,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:50,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:50,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:51,954 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:36:52,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:52,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:36:52,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:36:52,884 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:36:54,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:56,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:36:56,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:36:58,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:00,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:01,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:02,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:04,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:06,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:07,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:07,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:37:07,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:37:07,884 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:37:08,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:10,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:12,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:13,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:14,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:16,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:18,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:18,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:20,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:21,956 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:37:22,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:22,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:37:22,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:37:22,885 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:37:24,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:24,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:26,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:28,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:30,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:30,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:32,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:34,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:35,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:36,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:37,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:37:37,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:37:37,885 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:37:38,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:40,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:41,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:42,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:44,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:46,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:46,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:48,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:50,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:51,957 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:37:51,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:52,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:52,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:37:52,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:37:52,885 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:37:54,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:56,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:37:57,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:37:58,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:00,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:02,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:03,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:04,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:06,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:07,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:38:07,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:38:07,886 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:38:08,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:08,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:10,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:12,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:14,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:14,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:16,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:18,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:20,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:20,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:21,959 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:38:22,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:22,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:38:22,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:38:22,885 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:38:24,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:25,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:26,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:28,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:30,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:31,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:32,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:34,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:36,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:36,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:37,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:38:37,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:38:37,886 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:38:38,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:40,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:42,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:42,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:44,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:46,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:48,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:48,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:50,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:51,960 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:38:52,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:52,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:38:52,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:38:52,886 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:38:53,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:38:54,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:56,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:58,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:38:59,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:00,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:02,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:04,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:05,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:06,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:07,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:39:07,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:39:07,886 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:39:08,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:10,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:10,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:12,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:14,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:16,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:16,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:18,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:20,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:21,961 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:39:21,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:22,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:22,884 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:39:22,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:39:22,886 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:39:24,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:26,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:27,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:28,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:30,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:32,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:33,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:34,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:36,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:37,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:39:37,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:39:37,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:39:39,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:39,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:41,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:43,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:45,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:45,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:47,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:49,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:50,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:51,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:51,966 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:39:52,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:39:52,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:39:52,886 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:39:53,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:55,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:56,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:39:57,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:39:59,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:01,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:01,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:03,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:05,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:07,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:07,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:07,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:40:07,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:40:07,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:40:09,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:11,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:13,149 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:13,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:15,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:17,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:18,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:19,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:21,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:21,963 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:40:22,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:40:22,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:40:22,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:40:23,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:24,458 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:25,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:27,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:29,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:30,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:31,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:33,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:35,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:35,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:37,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:37,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:40:37,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:40:37,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:40:39,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:41,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:41,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:43,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:45,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:46,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:47,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:49,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:51,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:51,964 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:40:51,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:52,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:40:52,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:40:52,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:40:53,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:55,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:57,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:40:57,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:40:59,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:01,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:03,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:03,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:05,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:07,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:07,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:41:07,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:41:07,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:41:08,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:09,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:11,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:13,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:14,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:15,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:17,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:19,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:20,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:21,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:21,965 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:41:22,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:41:22,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:41:22,887 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:41:23,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:25,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:25,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:27,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:29,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:31,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:31,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:33,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:35,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:37,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:37,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:37,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:41:37,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:41:37,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:41:39,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:41,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:42,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:43,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:45,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:47,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:48,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:49,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:51,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:51,966 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:41:52,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:41:52,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:41:52,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:41:53,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:53,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:41:55,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:57,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:59,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:41:59,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:01,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:03,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:05,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:05,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:07,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:07,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:42:07,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:42:07,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:42:09,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:10,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:11,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:13,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:15,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:16,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:17,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:19,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:21,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:21,971 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:42:21,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:22,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:42:22,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:42:22,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:42:23,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:25,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:27,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:27,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:29,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:31,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:33,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:33,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:35,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:37,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:37,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:42:37,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:42:37,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:42:39,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:39,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:41,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:43,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:44,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:45,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:47,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:49,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:50,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:51,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:51,968 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:42:52,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:42:52,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:42:52,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:42:53,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:55,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:55,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:42:57,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:42:59,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:01,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:01,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:03,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:04,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:43:04,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:43:04,752 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 07:43:04,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 07:43:04,753 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 07:43:05,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 07:43:05,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:06,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:07,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:07,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:43:07,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:43:07,888 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:43:09,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:11,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:11,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:13,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:15,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:16,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:17,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:19,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:21,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:21,805 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:21,969 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:43:23,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:43:23,111 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:43:23,111 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:43:23,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:24,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:24,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:43:26,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:27,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:27,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:29,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:31,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:32,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:33,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:35,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:37,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:37,891 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:43:37,892 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:43:37,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:43:38,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:39,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:41,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:43,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:43,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:45,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:47,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:49,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:49,464 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:51,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:51,971 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:43:52,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:43:52,906 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:43:52,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:43:53,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:55,096 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:43:55,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:57,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:43:59,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:00,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:01,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:03,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:05,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:06,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:07,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:07,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:44:07,901 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:44:07,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:44:09,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:11,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:11,842 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:13,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:15,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:17,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:17,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:19,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:21,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:21,973 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:44:22,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:22,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:44:22,900 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:44:22,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:44:23,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:25,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:27,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:28,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:29,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:31,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:33,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:34,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:35,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:37,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:37,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:44:37,900 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:44:37,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:44:39,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:40,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:41,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:43,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:45,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:45,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:47,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:49,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:51,065 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:51,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:51,974 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:44:52,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:44:52,906 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:44:52,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:44:53,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:55,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:56,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:44:57,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:44:59,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:01,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:02,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:03,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:05,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:07,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:07,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:07,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:45:07,900 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:45:07,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:45:09,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:11,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:13,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:13,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:15,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:17,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:19,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:19,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:21,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:21,978 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:45:22,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:45:22,904 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:45:22,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:45:23,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:24,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:25,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:27,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:29,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:30,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:31,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:33,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:35,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:36,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:37,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:37,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:45:37,901 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:45:37,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:45:39,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:41,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:41,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:43,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:45,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:47,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:47,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:49,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:51,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:51,979 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:45:52,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:52,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:45:52,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:45:52,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:45:53,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:55,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:57,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:45:58,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:45:59,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:01,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:03,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:04,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:05,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:07,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:07,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:46:07,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:46:07,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:46:09,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:09,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:11,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:13,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:15,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:15,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:17,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:19,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:21,074 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:21,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:21,978 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:46:22,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:46:22,905 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:46:22,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:46:23,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:25,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:26,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:27,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:29,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:31,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:32,149 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:33,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:35,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:37,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:37,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:37,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:46:37,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:46:37,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:46:39,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:41,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:43,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:43,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:45,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:47,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:48,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:49,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:51,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:51,979 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:46:52,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:46:52,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:46:52,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:46:53,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:54,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:46:55,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:57,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:59,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:46:59,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:01,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:03,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:05,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:05,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:07,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:07,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:47:07,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:47:07,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:47:09,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:11,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:11,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:13,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:15,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:16,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:17,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:19,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:21,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:21,981 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:47:21,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:22,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:47:22,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:47:22,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:47:23,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:25,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:27,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:27,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:29,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:31,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:32,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:33,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:35,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:37,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:37,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:37,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:47:37,903 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:47:37,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:47:39,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:41,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:43,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:43,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:45,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:47,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:49,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:49,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:51,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:51,988 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:47:52,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:47:52,902 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:47:52,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:47:53,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:55,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:47:55,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:57,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:47:59,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:00,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:01,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:03,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:05,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:06,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:07,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:07,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:48:07,903 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:48:07,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:48:09,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:11,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:11,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:13,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:15,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:17,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:17,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:19,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:21,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:21,989 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:48:22,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:22,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:48:22,907 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:48:22,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:48:23,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:25,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:27,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:28,189 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:29,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:31,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:33,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:33,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:35,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:37,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:37,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:48:37,907 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:48:37,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:48:39,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:39,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:41,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:43,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:45,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:45,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:47,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:49,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:50,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:51,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:51,990 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:48:52,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:48:52,908 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:48:52,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:48:53,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:55,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:56,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:48:57,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:48:59,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:01,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:01,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:03,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:05,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:07,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:07,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:07,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:49:07,907 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:49:07,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:49:09,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:11,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:13,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:13,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:15,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:17,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:19,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:19,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:21,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:21,991 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:49:22,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:49:22,907 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:49:22,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:49:23,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:24,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:25,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:27,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:29,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:29,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:31,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:33,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:35,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:35,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:37,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:37,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:49:37,908 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:49:37,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:49:39,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:40,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:41,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:43,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:45,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:46,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:47,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:49,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:51,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:51,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:51,994 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:49:52,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:49:52,910 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:49:52,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:49:53,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:55,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:57,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:49:57,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:49:59,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:01,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:03,189 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:03,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:05,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:07,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:07,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:50:07,908 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:50:07,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:50:08,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:09,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:11,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:13,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:14,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:15,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:17,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:19,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:19,826 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:21,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:21,994 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:50:22,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:50:22,913 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:50:22,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:50:23,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:25,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:25,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:27,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:29,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:31,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:31,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:33,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:35,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:36,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:37,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:37,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:50:37,908 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:50:37,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:50:39,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:41,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:42,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:43,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:45,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:47,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:48,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:49,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:51,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:51,995 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:50:52,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:50:52,908 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:50:52,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:50:53,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:53,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:55,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:57,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:50:59,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:50:59,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:01,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:03,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:04,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:05,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:07,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:07,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:51:07,908 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:51:07,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:51:09,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:10,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:11,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:13,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:15,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:16,088 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:17,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:19,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:21,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:21,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:21,996 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:51:22,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:51:22,913 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:51:22,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:51:23,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:25,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:27,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:27,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:29,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:31,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:32,897 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:33,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:35,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:37,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:37,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:37,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:51:37,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:51:37,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:51:39,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:41,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:43,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:43,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:45,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:47,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:48,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:49,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:51,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:51,998 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:51:52,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:51:52,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:51:52,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:51:53,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:54,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:51:55,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:57,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:59,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:51:59,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:01,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:03,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:05,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:05,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:07,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:07,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:52:07,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:52:07,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:52:09,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:10,815 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:11,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:13,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:15,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:16,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:17,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:19,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:21,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:21,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:21,999 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:52:22,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:52:22,915 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:52:22,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:52:23,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:25,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:27,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:27,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:29,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:31,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:33,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:33,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:35,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:37,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:37,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:52:37,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:52:37,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:52:39,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:39,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:41,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:43,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:44,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:45,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:47,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:49,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:50,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:51,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:52,000 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:52:52,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:52:52,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:52:52,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:52:53,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:55,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:55,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:52:57,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:52:59,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:01,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:01,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:03,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:05,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:07,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:07,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:53:07,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:53:07,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:53:08,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:10,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:12,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:12,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:14,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:16,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:18,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:18,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:20,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:22,001 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:53:22,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:22,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:53:22,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:53:22,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:53:24,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:24,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:26,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:28,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:29,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:30,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:32,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:34,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:35,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:36,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:37,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:53:37,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:53:37,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:53:38,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:40,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:40,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:42,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:44,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:46,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:46,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:48,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:50,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:51,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:52,002 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:53:52,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:52,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:53:52,915 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:53:52,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:53:54,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:56,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:53:57,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:53:58,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:00,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:02,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:03,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:04,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:06,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:07,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:54:07,914 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:54:07,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:54:08,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:08,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:10,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:12,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:14,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:14,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:16,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:18,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:20,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:20,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:22,003 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:54:22,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:22,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:54:22,915 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:54:22,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:54:24,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:25,826 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:26,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:28,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:30,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:31,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:32,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:34,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:36,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:37,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:37,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:54:37,915 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:54:37,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:54:38,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:40,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:42,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:42,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:44,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:46,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:48,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:48,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:50,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:52,005 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:54:52,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:52,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:54:52,916 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:54:52,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:54:53,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:54:54,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:56,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:58,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:54:59,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:00,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:02,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:04,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:05,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:06,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:07,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:55:07,916 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:55:07,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:55:08,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:10,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:11,126 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:12,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:14,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:16,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:16,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:18,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:20,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:22,006 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:55:22,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:22,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:22,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:55:22,916 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:55:22,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:55:24,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:26,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:27,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:28,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:30,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:32,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:32,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:34,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:36,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:37,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:37,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:55:37,916 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:55:37,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:55:38,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:40,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:42,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:42,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:44,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:46,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:48,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:48,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:50,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:52,007 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:55:52,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:52,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:55:52,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:55:52,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:55:54,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:55:54,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:56,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:58,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:55:59,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:00,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:02,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:04,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:05,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:06,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:07,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:56:07,916 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:56:07,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:56:08,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:10,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:10,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:12,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:14,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:16,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:16,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:18,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:20,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:22,008 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:56:22,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:22,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:22,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:56:22,916 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:56:22,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:56:24,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:26,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:27,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:28,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:30,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:32,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:33,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:34,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:36,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:37,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:56:37,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:56:37,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:56:38,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:38,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:40,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:42,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:44,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:44,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:46,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:48,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:50,221 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:50,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:52,009 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:56:52,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:52,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:56:52,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:56:52,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:56:54,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:55,801 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:56:56,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:56:58,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:00,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:01,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:02,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:04,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:06,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:07,202 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:07,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:57:07,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:57:07,929 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:57:08,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:10,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:12,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:12,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:14,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:16,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:18,530 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:18,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:20,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:22,010 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:57:22,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:22,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:57:22,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:57:22,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:57:24,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:24,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:26,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:28,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:29,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:30,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:32,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:34,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:35,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:36,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:37,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:57:37,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:57:37,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:57:38,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:40,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:40,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:42,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:44,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:46,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:46,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:48,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:50,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:51,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:52,011 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:57:52,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:52,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:57:52,918 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:57:52,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:57:54,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:56,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:57:57,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:57:58,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:00,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:02,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:03,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:04,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:06,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:07,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:58:07,918 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:58:07,929 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:58:08,835 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:08,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:10,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:12,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:14,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:14,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:16,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:18,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:19,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:20,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:22,012 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:58:22,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:22,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:58:22,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:58:22,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:58:24,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:25,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:26,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:28,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:30,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:31,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:32,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:34,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:34,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:58:34,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:58:34,934 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 07:58:34,934 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 07:58:34,935 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 07:58:35,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 07:58:36,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:36,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:37,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:58:37,917 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:58:37,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:58:38,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:40,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:41,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:42,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:44,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:46,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:46,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:48,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:50,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:52,013 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:58:52,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:52,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:52,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:58:52,988 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:58:53,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:58:54,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 07:58:54,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:56,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:58:57,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:58:58,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:00,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:02,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:02,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:04,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:06,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:07,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:59:07,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:59:07,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:59:08,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:08,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:10,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:12,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:13,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:14,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:16,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:18,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:18,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:20,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:22,015 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:59:22,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:22,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:59:22,936 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:59:22,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:59:24,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:24,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:26,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:28,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:30,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:30,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:32,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:34,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:36,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:36,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:37,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:59:37,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:59:37,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:59:38,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:40,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:41,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:42,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:44,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:46,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:47,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:48,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:50,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:52,016 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 07:59:52,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:52,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 07:59:52,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 07:59:52,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:52,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 07:59:54,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:56,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 07:59:58,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 07:59:58,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:00,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:02,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:04,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:04,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:06,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:07,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:00:07,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:00:07,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:00:08,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:10,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:10,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:12,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:14,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:15,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:16,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:18,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:20,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:21,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:22,017 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:00:22,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:00:22,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:00:22,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:22,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:00:24,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:26,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:26,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:28,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:30,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:32,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:32,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:34,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:36,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:37,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:37,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:00:37,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:00:37,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:00:38,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:40,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:42,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:42,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:44,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:46,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:48,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:48,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:50,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:52,018 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:00:52,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:00:52,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:00:52,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:00:52,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:54,118 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:00:54,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:56,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:58,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:00:59,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:00,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:02,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:04,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:05,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:06,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:07,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:01:07,938 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:01:07,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:01:08,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:10,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:10,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:12,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:14,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:16,468 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:16,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:19,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:21,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:22,020 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:01:22,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:22,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:01:22,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:01:22,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:01:23,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:25,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:27,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:27,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:29,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:31,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:33,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:33,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:35,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:37,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:37,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:01:37,937 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:01:37,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:01:38,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:39,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:41,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:43,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:44,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:45,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:47,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:49,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:49,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:51,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:52,021 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:01:52,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:01:52,938 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:01:52,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:01:53,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:55,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:55,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:01:57,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:01:59,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:00,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:01,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:03,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:05,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:06,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:07,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:07,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:02:07,938 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:02:07,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:02:09,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:11,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:12,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:13,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:15,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:17,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:17,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:19,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:21,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:22,022 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:02:22,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:22,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:02:22,938 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:02:22,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:02:23,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:25,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:27,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:27,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:29,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:31,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:33,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:33,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:35,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:37,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:37,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:02:37,938 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:02:37,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:02:39,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:39,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:41,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:43,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:44,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:45,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:47,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:49,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:50,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:51,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:52,024 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:02:52,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:02:52,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:02:52,943 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:02:53,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:55,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:55,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:02:57,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:02:59,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:01,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:01,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:03,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:05,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:06,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:07,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:07,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:03:07,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:03:07,943 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:03:09,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:11,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:12,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:13,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:15,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:17,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:18,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:19,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:21,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:22,025 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:03:22,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:03:22,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:03:22,943 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:03:23,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:24,172 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:25,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:27,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:29,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:29,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:31,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:33,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:35,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:35,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:37,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:37,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:03:37,945 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:03:37,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:03:39,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:40,852 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:41,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:43,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:45,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:45,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:47,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:49,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:51,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:51,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:52,026 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:03:52,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:03:52,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:03:52,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:03:53,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:55,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:57,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:03:57,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:03:59,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:01,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:02,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:03,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:05,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:07,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:07,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:07,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:04:07,945 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:04:07,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:04:09,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:11,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:12,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:13,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:15,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:17,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:18,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:19,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:21,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:22,027 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:04:22,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:04:22,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:04:22,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:04:23,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:24,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:25,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:27,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:29,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:29,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:31,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:33,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:35,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:35,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:37,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:37,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:04:37,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:04:37,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:04:39,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:41,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:41,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:43,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:45,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:46,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:47,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:49,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:51,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:52,028 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:04:52,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:52,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:04:52,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:04:52,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:04:53,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:55,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:57,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:04:57,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:04:59,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:01,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:03,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:03,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:05,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:07,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:07,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:05:07,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:05:07,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:05:09,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:09,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:11,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:13,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:14,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:15,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:17,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:19,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:20,405 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:21,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:22,029 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:05:22,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:05:22,944 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:05:22,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:05:23,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:25,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:25,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:27,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:29,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:31,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:31,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:33,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:35,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:37,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:37,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:37,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:05:37,945 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:05:37,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:05:39,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:41,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:42,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:43,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:45,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:47,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:48,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:49,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:51,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:52,031 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:05:52,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:05:52,945 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:05:52,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:05:53,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:54,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:05:55,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:57,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:59,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:05:59,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:01,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:03,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:05,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:05,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:07,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:07,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:06:07,945 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:06:07,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:06:09,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:10,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:11,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:13,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:15,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:16,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:17,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:19,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:21,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:22,038 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:06:22,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:22,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:06:22,945 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:06:22,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:06:23,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:25,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:27,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:27,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:30,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:32,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:33,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:34,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:36,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:37,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:06:37,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:06:37,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:06:38,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:39,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:40,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:42,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:44,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:44,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:46,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:48,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:50,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:50,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:52,034 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:06:52,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:52,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:06:52,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:06:52,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:06:54,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:55,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:06:56,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:06:58,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:00,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:01,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:02,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:04,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:06,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:06,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:07,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:07:07,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:07:07,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:07:08,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:10,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:12,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:12,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:14,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:16,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:18,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:18,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:20,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:22,035 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:07:22,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:22,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:07:22,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:07:22,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:07:24,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:24,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:26,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:28,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:29,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:30,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:32,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:34,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:35,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:36,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:37,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:07:37,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:07:37,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:07:38,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:40,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:41,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:42,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:44,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:46,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:46,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:48,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:50,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:52,036 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:07:52,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:52,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:52,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:07:52,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:07:52,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:07:54,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:56,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:07:57,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:07:58,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:00,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:02,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:02,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:04,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:06,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:07,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:07,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:08:07,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:08:07,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:08:08,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:10,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:12,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:13,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:14,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:16,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:18,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:19,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:20,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:22,037 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:08:22,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:22,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:08:22,947 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:08:22,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:08:24,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:25,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:26,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:28,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:30,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:30,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:32,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:34,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:36,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:36,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:37,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:08:37,946 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:08:37,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:08:38,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:40,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:41,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:42,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:44,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:46,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:47,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:48,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:50,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:52,038 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:08:52,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:52,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:08:52,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:08:52,947 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:08:52,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:08:54,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:56,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:58,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:08:58,456 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:00,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:02,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:03,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:04,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:06,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:07,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:09:07,947 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:09:07,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:09:08,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:09,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:10,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:12,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:14,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:15,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:16,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:18,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:20,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:21,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:22,040 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:09:22,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:22,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:09:22,947 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:09:22,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:09:24,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:26,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:26,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:28,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:30,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:32,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:32,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:34,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:36,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:37,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:37,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:09:37,948 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:09:37,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:09:38,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:40,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:42,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:43,819 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:44,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:46,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:48,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:49,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:50,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:52,040 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:09:52,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:52,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:09:52,948 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:09:52,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:09:54,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:55,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:09:56,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:09:58,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:00,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:00,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:02,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:04,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:06,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:06,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:07,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:10:07,948 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:10:07,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:10:08,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:10,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:12,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:12,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:14,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:16,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:17,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:18,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:20,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:22,042 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:10:22,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:22,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:22,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:10:22,948 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:10:22,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:10:24,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:26,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:28,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:28,848 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:30,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:32,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:34,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:34,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:36,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:37,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:10:37,948 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:10:37,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:10:38,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:40,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:40,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:42,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:44,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:45,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:46,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:48,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:50,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:51,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:52,043 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:10:52,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:52,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:10:52,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:10:52,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:10:54,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:56,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:10:57,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:10:58,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:00,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:02,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:02,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:04,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:06,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:07,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:07,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:11:07,948 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:11:07,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:11:08,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:10,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:12,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:12,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:14,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:16,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:18,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:18,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:20,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:22,045 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:11:22,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:22,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:11:22,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:11:22,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:11:24,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:24,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:26,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:28,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:29,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:30,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:32,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:34,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:34,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:36,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:37,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:11:37,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:11:37,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:11:38,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:40,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:40,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:42,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:44,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:46,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:46,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:48,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:50,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:51,831 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:52,046 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:11:52,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:52,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:11:52,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:11:52,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:11:54,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:56,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:11:57,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:11:58,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:00,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:02,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:03,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:04,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:06,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:07,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:12:07,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:12:07,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:12:08,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:09,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:10,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:12,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:14,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:14,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:16,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:18,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:20,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:20,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:22,048 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:12:22,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:22,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:12:22,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:12:22,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:12:24,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:25,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:26,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:28,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:30,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:31,464 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:32,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:34,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:36,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:37,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:37,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:12:37,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:12:37,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:12:38,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:40,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:42,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:42,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:44,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:46,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:48,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:48,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:50,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:52,049 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:12:52,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:52,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:12:52,949 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:12:52,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:12:53,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:12:54,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:56,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:58,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:12:59,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:00,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:02,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:04,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:05,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:06,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:07,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:13:07,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:13:07,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:13:08,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:10,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:10,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:12,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:14,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:16,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:16,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:18,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:20,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:21,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:22,050 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:13:22,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:22,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:13:22,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:13:22,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:13:24,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:26,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:27,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:28,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:30,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:32,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:33,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:34,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:36,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:37,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:13:37,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:13:37,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:13:38,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:40,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:42,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:44,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:44,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:46,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:48,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:49,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:50,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:52,050 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:13:52,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:52,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:13:52,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:13:52,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:13:54,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:55,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:13:56,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:13:58,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:00,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:01,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:02,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:04,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:05,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:14:05,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:14:05,625 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 08:14:05,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 08:14:05,627 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 08:14:06,174 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:06,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 08:14:06,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:07,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:14:07,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:14:07,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:14:08,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:10,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:11,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:12,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:14,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:16,280 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:16,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:18,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:20,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:21,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:22,052 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:14:22,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:22,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:14:22,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:14:22,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:14:23,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:24,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:25,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:14:26,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:27,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:27,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:28,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:30,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:32,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:32,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:34,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:36,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:37,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:37,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:14:37,950 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:14:37,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:14:38,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:40,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:42,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:42,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:44,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:46,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:48,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:48,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:50,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:52,053 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:14:52,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:52,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:14:52,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:14:52,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:14:54,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:14:54,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:56,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:58,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:14:59,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:00,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:02,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:04,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:05,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:06,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:07,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:15:07,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:15:07,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:15:08,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:10,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:10,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:12,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:14,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:16,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:16,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:18,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:20,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:22,055 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:15:22,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:22,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:22,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:15:22,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:15:22,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:15:24,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:26,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:27,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:28,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:30,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:32,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:32,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:34,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:36,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:37,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:37,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:15:37,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:15:37,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:15:38,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:40,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:42,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:43,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:44,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:46,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:48,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:49,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:50,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:52,056 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:15:52,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:52,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:15:52,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:15:52,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:15:54,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:54,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:15:56,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:15:58,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:00,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:00,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:02,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:04,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:06,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:06,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:07,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:16:07,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:16:07,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:16:08,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:10,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:11,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:12,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:14,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:16,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:17,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:18,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:20,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:22,057 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:16:22,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:22,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:22,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:16:22,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:16:22,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:16:24,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:26,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:28,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:28,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:30,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:32,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:34,323 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:34,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:36,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:37,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:16:37,951 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:16:37,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:16:38,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:39,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:40,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:42,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:44,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:45,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:46,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:48,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:50,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:51,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:52,058 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:16:52,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:52,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:16:52,952 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:16:52,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:16:54,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:56,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:16:56,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:16:58,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:00,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:02,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:02,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:04,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:06,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:07,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:07,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:17:07,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:17:07,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:17:08,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:10,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:12,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:13,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:14,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:16,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:18,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:18,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:20,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:22,060 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:17:22,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:22,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:17:22,952 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:17:22,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:17:24,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:24,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:26,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:28,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:30,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:30,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:32,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:34,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:35,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:36,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:37,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:17:37,952 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:17:37,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:17:38,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:40,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:41,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:42,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:44,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:46,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:47,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:48,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:50,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:52,060 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:17:52,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:52,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:52,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:17:52,952 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:17:52,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:17:54,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:56,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:17:58,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:17:58,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:00,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:02,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:03,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:04,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:06,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:07,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:18:07,952 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:18:07,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:18:08,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:09,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:10,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:12,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:14,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:15,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:16,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:18,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:20,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:20,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:22,062 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:18:22,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:22,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:18:22,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:18:22,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:18:24,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:26,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:26,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:28,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:30,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:31,990 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:32,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:34,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:36,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:37,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:37,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:18:37,952 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:18:37,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:18:38,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:40,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:42,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:43,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:44,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:46,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:48,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:49,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:50,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:52,063 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:18:52,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:52,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:18:52,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:18:52,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:18:54,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:54,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:18:56,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:18:58,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:00,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:00,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:02,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:04,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:05,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:06,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:07,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:19:07,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:19:07,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:19:08,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:10,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:11,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:12,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:14,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:16,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:17,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:18,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:20,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:22,064 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:19:22,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:22,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:22,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:19:22,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:19:22,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:19:24,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:26,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:28,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:28,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:30,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:32,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:33,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:34,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:36,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:37,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:19:37,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:19:37,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:19:38,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:39,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:40,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:42,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:44,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:44,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:46,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:48,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:50,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:50,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:52,067 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:19:52,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:52,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:19:52,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:19:52,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:19:54,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:55,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:19:56,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:19:58,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:00,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:01,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:02,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:04,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:06,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:07,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:07,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:20:07,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:20:07,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:20:09,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:11,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:12,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:13,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:15,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:17,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:18,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:19,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:21,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:22,067 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:20:22,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:20:22,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:20:22,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:20:23,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:24,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:25,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:27,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:29,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:29,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:31,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:33,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:35,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:35,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:37,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:37,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:20:37,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:20:37,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:20:39,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:41,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:41,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:43,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:45,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:47,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:47,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:49,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:51,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:52,068 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:20:52,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:52,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:20:52,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:20:52,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:20:53,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:55,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:57,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:20:57,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:20:59,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:01,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:02,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:03,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:05,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:07,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:07,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:07,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:21:07,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:21:07,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:21:09,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:11,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:13,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:13,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:15,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:17,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:18,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:19,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:21,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:22,070 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:21:22,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:21:22,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:21:22,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:21:23,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:24,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:25,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:27,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:29,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:29,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:31,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:33,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:35,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:35,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:37,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:37,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:21:37,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:21:37,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:21:39,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:40,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:41,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:43,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:45,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:46,464 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:47,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:49,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:51,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:52,071 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:21:52,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:52,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:21:52,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:21:52,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:21:53,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:55,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:57,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:21:57,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:21:59,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:01,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:03,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:03,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:05,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:07,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:07,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:22:07,954 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:22:07,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:22:09,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:09,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:11,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:13,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:14,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:15,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:17,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:19,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:20,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:21,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:22,072 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:22:22,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:22:22,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:22:22,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:22:23,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:25,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:26,103 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:27,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:29,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:31,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:31,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:33,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:35,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:37,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:37,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:37,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:22:37,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:22:37,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:22:39,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:41,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:42,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:43,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:45,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:47,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:48,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:49,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:51,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:52,073 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:22:52,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:22:52,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:22:52,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:22:53,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:54,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:55,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:57,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:22:59,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:22:59,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:01,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:03,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:05,494 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:05,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:07,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:07,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:23:07,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:23:07,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:23:09,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:11,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:11,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:13,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:15,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:16,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:17,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:19,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:21,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:22,075 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:23:22,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:22,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:23:22,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:23:22,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:23:23,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:25,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:27,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:27,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:29,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:31,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:32,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:33,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:35,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:37,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:37,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:37,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:23:37,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:23:37,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:23:39,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:41,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:42,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:43,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:45,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:47,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:48,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:49,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:51,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:52,076 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:23:52,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:23:52,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:23:52,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:23:53,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:54,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:55,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:57,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:23:59,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:23:59,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:01,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:03,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:05,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:05,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:07,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:24:07,955 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:24:07,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:07,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:24:09,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:10,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:11,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:13,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:15,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:16,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:17,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:19,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:21,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:22,077 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:24:22,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:22,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:24:22,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:24:22,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:24:23,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:25,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:27,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:28,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:29,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:31,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:33,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:33,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:35,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:37,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:24:37,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:24:37,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:24:37,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:39,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:39,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:42,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:44,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:45,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:46,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:48,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:50,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:50,615 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:52,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:52,078 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:24:52,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:24:52,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:24:52,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:24:54,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:56,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:24:56,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:24:58,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:00,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:01,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:02,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:04,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:06,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:07,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:07,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:25:07,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:25:07,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:25:08,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:10,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:12,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:13,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:14,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:16,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:18,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:18,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:20,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:22,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:22,079 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:25:22,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:25:22,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:25:22,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:25:24,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:24,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:26,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:28,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:29,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:30,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:32,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:34,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:35,506 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:36,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:37,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:25:37,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:25:37,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:25:38,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:40,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:40,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:42,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:44,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:46,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:46,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:48,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:50,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:52,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:52,081 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:25:52,082 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:52,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:25:52,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:25:52,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:25:54,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:56,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:25:57,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:25:58,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:00,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:02,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:03,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:04,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:06,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:07,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:26:07,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:26:07,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:26:08,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:09,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:10,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:12,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:14,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:14,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:16,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:18,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:20,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:20,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:22,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:22,082 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:26:22,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:26:22,956 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:26:22,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:26:24,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:26,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:26,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:28,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:30,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:31,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:32,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:34,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:36,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:37,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:37,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:26:37,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:26:37,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:26:38,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:40,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:42,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:43,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:44,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:46,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:48,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:48,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:50,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:52,083 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:26:52,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:52,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:26:52,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:26:52,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:26:54,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:54,447 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:26:56,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:26:58,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:00,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:00,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:02,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:04,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:05,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:06,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:07,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:27:07,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:27:07,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:27:08,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:10,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:11,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:12,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:14,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:16,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:16,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:18,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:20,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:22,084 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:27:22,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:22,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:22,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:27:22,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:27:22,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:27:24,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:26,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:27,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:28,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:30,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:32,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:32,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:34,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:36,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:37,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:37,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:27:37,957 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:27:37,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:27:38,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:40,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:42,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:43,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:44,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:46,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:48,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:48,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:50,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:52,086 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:27:52,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:52,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:27:52,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:27:52,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:27:54,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:54,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:27:56,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:27:58,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:00,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:00,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:02,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:04,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:05,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:06,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:07,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:28:07,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:28:08,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:28:08,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:10,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:11,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:12,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:14,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:16,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:16,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:18,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:20,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:22,087 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:28:22,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:22,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:22,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:28:22,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:28:22,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:28:24,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:26,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:27,813 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:28,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:30,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:32,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:33,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:34,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:36,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:37,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:28:37,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:28:38,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:28:38,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:38,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:40,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:42,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:44,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:44,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:46,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:48,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:50,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:50,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:52,088 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:28:52,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:52,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:28:52,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:28:52,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:28:54,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:56,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:28:56,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:28:58,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:00,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:01,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:02,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:04,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:06,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:07,074 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:07,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:29:07,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:29:07,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:29:08,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:10,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:12,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:12,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:14,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:16,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:18,155 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:18,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:20,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:22,089 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:29:22,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:22,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:29:22,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:29:22,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:29:23,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:24,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:26,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:28,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:29,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:30,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:32,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:34,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:35,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:36,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:37,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:29:37,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:29:37,363 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 08:29:37,364 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 08:29:37,364 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 08:29:37,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:29:37,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:29:38,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:29:38,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 08:29:38,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:40,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:40,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:42,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:44,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:45,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:46,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:48,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:50,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:50,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:52,090 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:29:52,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:52,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:29:52,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:29:52,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:29:54,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:55,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:29:56,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:57,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:29:57,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:58,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:29:59,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:00,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:00,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:02,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:04,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:06,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:06,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:07,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:30:07,958 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:30:07,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:30:08,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:10,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:12,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:12,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:14,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:16,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:17,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:18,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:20,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:22,092 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:30:22,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:22,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:22,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:30:22,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:30:22,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:30:24,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:26,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:28,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:28,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:30,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:32,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:33,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:34,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:36,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:37,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:30:37,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:30:37,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:30:38,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:39,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:40,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:42,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:44,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:45,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:46,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:48,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:50,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:51,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:52,093 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:30:52,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:52,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:30:52,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:30:53,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:30:54,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:56,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:30:56,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:30:58,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:00,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:02,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:02,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:04,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:06,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:07,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:07,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:31:07,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:31:08,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:31:08,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:10,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:12,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:13,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:14,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:16,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:18,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:19,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:20,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:22,097 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:31:22,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:22,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:31:22,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:31:23,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:31:24,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:25,115 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:26,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:28,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:30,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:30,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:32,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:34,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:36,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:36,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:37,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:31:37,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:31:37,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:31:38,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:40,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:42,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:42,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:44,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:46,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:47,767 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:48,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:50,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:52,099 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:31:52,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:52,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:52,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:31:52,959 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:31:53,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:31:54,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:56,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:31:58,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:31:58,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:00,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:02,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:03,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:04,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:06,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:07,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:32:07,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:32:08,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:32:08,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:09,350 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:10,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:12,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:14,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:14,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:16,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:18,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:20,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:20,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:22,100 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:32:22,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:22,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:32:22,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:32:23,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:32:24,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:26,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:26,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:28,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:30,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:32,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:32,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:34,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:36,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:37,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:37,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:32:37,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:32:38,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:32:38,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:40,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:42,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:43,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:44,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:46,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:48,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:48,852 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:50,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:52,101 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:32:52,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:52,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:32:52,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:32:53,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:32:54,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:32:55,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:57,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:59,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:32:59,837 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:01,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:03,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:05,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:05,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:07,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:07,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:33:07,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:33:08,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:33:09,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:10,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:11,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:13,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:15,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:16,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:17,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:19,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:21,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:22,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:22,102 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:33:22,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:33:22,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:33:23,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:33:23,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:25,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:27,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:27,842 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:29,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:31,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:33,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:33,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:35,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:37,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:37,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:33:37,960 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:33:38,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:33:39,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:39,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:41,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:43,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:44,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:45,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:47,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:49,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:50,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:51,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:52,103 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:33:52,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:33:52,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:33:52,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:33:53,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:55,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:55,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:33:57,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:33:59,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:01,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:01,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:03,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:05,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:07,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:07,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:07,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:34:07,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:34:08,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:34:09,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:11,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:12,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:13,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:15,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:17,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:18,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:19,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:21,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:22,104 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:34:22,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:34:22,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:34:23,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:34:23,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:24,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:25,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:27,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:29,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:29,434 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:31,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:33,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:35,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:35,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:37,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:37,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:34:37,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:34:38,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:34:39,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:40,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:41,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:43,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:45,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:46,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:47,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:49,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:51,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:51,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:52,105 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:34:52,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:34:52,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:34:53,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:34:53,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:55,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:57,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:34:57,810 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:34:59,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:01,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:03,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:03,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:05,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:07,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:07,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:35:07,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:35:08,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:35:09,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:09,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:11,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:13,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:14,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:15,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:17,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:19,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:20,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:21,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:22,107 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:35:22,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:35:22,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:35:23,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:35:23,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:25,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:25,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:27,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:29,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:31,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:31,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:33,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:35,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:37,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:37,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:37,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:35:37,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:35:38,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:35:39,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:41,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:42,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:43,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:45,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:47,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:48,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:49,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:51,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:52,108 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:35:52,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:35:52,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:35:53,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:35:53,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:54,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:35:55,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:57,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:59,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:35:59,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:01,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:03,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:05,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:05,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:07,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:07,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:36:07,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:36:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:36:09,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:11,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:11,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:13,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:15,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:17,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:17,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:19,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:21,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:22,109 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:36:22,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:22,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:36:22,961 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:36:23,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:36:23,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:25,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:27,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:28,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:29,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:31,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:33,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:33,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:35,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:37,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:37,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:36:37,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:36:37,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:36:39,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:39,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:41,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:43,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:44,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:45,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:47,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:49,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:50,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:51,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:52,111 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:36:52,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:36:52,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:36:53,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:36:53,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:55,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:56,185 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:36:57,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:36:59,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:01,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:01,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:03,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:05,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:07,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:07,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:07,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:37:07,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:37:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:37:09,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:11,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:13,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:13,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:15,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:17,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:18,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:19,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:21,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:22,113 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:37:22,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:37:22,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:37:23,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:37:23,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:24,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:25,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:27,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:29,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:30,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:31,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:33,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:35,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:36,050 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:37,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:37,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:37:37,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:37:38,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:37:39,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:41,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:41,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:43,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:45,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:47,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:47,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:49,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:51,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:52,114 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:37:52,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:52,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:37:52,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:37:53,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:37:53,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:55,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:57,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:37:58,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:37:59,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:01,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:03,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:04,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:05,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:07,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:07,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:38:07,962 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:38:08,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:38:09,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:09,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:11,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:13,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:15,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:15,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:17,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:19,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:21,185 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:21,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:22,116 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:38:22,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:38:22,963 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:38:23,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:38:23,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:25,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:26,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:27,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:29,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:31,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:32,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:33,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:35,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:37,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:37,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:37,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:38:37,963 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:38:38,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:38:39,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:41,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:43,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:43,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:45,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:47,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:49,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:49,835 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:51,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:52,117 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:38:52,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:38:52,963 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:38:53,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:38:53,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:55,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:38:55,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:57,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:38:59,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:01,175 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:01,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:03,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:05,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:07,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:07,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:07,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:39:07,963 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:39:08,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:39:09,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:11,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:12,831 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:13,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:15,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:17,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:18,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:19,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:21,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:22,118 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:39:22,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:39:22,963 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:39:23,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:39:23,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:24,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:25,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:27,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:29,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:29,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:31,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:33,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:35,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:35,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:37,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:37,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:39:37,963 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:39:38,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:39:39,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:40,938 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:41,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:43,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:45,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:46,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:47,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:49,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:51,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:52,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:52,119 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:39:52,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:39:52,964 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:39:53,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:39:53,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:55,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:57,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:39:57,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:39:59,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:01,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:03,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:03,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:05,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:07,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:07,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:40:07,964 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:40:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:40:09,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:09,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:11,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:13,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:14,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:15,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:17,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:19,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:20,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:21,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:22,121 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:40:22,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:40:22,964 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:40:23,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:40:23,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:25,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:25,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:27,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:29,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:31,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:31,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:33,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:35,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:36,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:37,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:37,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:40:37,964 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:40:38,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:40:39,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:41,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:42,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:43,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:45,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:47,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:48,497 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:49,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:51,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:52,121 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:40:52,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:40:52,964 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:40:53,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:40:53,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:54,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:40:55,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:57,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:59,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:40:59,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:01,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:03,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:05,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:05,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:07,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:07,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:41:07,965 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:41:08,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:41:09,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:11,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:11,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:13,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:15,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:16,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:17,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:19,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:21,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:22,123 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:41:22,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:22,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:41:22,965 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:41:23,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:41:23,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:25,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:27,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:27,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:29,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:31,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:33,530 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:33,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:35,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:37,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:37,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:41:37,965 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:41:38,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:41:39,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:39,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:41,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:43,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:44,819 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:45,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:47,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:49,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:50,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:51,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:52,125 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:41:52,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:41:52,965 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:41:53,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:41:53,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:55,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:55,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:41:57,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:41:59,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:01,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:01,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:03,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:05,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:07,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:07,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:07,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:42:07,965 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:42:08,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:42:09,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:11,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:12,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:13,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:15,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:17,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:18,485 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:19,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:21,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:22,126 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:42:22,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:42:22,965 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:42:23,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:42:23,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:24,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:25,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:27,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:29,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:29,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:31,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:33,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:35,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:35,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:37,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:37,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:42:37,966 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:42:38,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:42:39,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:40,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:41,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:43,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:45,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:46,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:47,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:49,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:51,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:51,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:52,126 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:42:52,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:42:52,966 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:42:53,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:42:53,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:55,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:57,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:42:57,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:42:59,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:01,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:03,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:03,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:05,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:07,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:07,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:43:07,966 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:43:08,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:43:08,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:09,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:11,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:13,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:13,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:15,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:17,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:18,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:19,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:21,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:22,128 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:43:22,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:43:22,967 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:43:23,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:43:23,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:24,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:25,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:27,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:29,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:29,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:32,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:33,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:35,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:35,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:37,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:43:37,967 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:43:38,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:43:38,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:40,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:41,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:42,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:44,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:46,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:46,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:48,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:50,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:52,129 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:43:52,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:52,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:52,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:43:52,967 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:43:53,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:43:54,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:56,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:43:57,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:43:58,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:00,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:02,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:03,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:04,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:06,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:07,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:44:07,968 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:44:08,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:44:08,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:09,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:10,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:12,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:14,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:14,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:16,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:18,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:20,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:20,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:22,131 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:44:22,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:22,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:44:22,968 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:44:23,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:44:24,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:26,052 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:26,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:28,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:30,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:31,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:32,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:34,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:36,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:37,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:37,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:44:37,969 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:44:38,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:44:38,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:40,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:42,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:42,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:44,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:46,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:48,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:48,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:50,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:52,132 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:44:52,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:52,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:44:52,969 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:44:53,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:44:53,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:44:54,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:56,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:58,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:44:59,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:00,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:02,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:04,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:05,126 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:06,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:07,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:45:07,969 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:45:07,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:45:08,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:09,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:45:09,666 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 08:45:09,666 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 08:45:09,667 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 08:45:09,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:45:09,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 08:45:10,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:10,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:12,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:14,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:15,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:16,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:18,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:20,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:20,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:22,137 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:45:22,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:22,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:45:22,969 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:45:23,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:45:24,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:25,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:26,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:27,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:28,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:29,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 08:45:30,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:31,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:32,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:34,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:36,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:36,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:37,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:45:37,969 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:45:38,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:45:38,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:40,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:42,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:42,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:44,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:46,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:47,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:48,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:50,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:52,134 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:45:52,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:52,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:52,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:45:52,970 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:45:53,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:45:54,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:56,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:45:58,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:45:58,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:00,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:02,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:03,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:04,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:06,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:07,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:46:07,970 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:46:08,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:46:08,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:09,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:10,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:12,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:14,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:15,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:16,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:18,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:20,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:20,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:22,134 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:46:22,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:22,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:46:22,970 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:46:23,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:46:24,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:26,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:26,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:28,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:30,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:32,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:32,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:34,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:36,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:37,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:37,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:46:37,970 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:46:38,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:46:38,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:40,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:42,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:43,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:44,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:46,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:48,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:49,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:50,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:52,136 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:46:52,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:52,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:46:52,970 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:46:53,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:46:54,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:46:54,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:56,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:46:58,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:00,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:00,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:02,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:04,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:05,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:06,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:07,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:47:07,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:47:08,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:47:08,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:10,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:11,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:12,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:14,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:16,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:16,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:18,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:20,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:22,138 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:47:22,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:22,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:47:22,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:47:22,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:23,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:47:24,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:26,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:27,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:28,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:30,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:32,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:33,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:34,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:36,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:37,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:47:37,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:47:38,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:47:38,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:39,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:40,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:42,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:44,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:44,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:46,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:48,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:50,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:50,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:52,139 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:47:52,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:47:52,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:47:53,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:53,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:47:55,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:55,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:47:57,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:47:59,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:01,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:01,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:03,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:05,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:07,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:07,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:07,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:48:07,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:48:08,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:48:09,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:11,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:12,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:13,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:15,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:17,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:18,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:19,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:22,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:22,150 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:48:22,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:48:22,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:48:23,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:48:24,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:24,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:26,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:28,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:29,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:30,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:32,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:34,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:35,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:36,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:37,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:48:37,971 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:48:38,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:48:38,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:40,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:40,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:42,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:44,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:46,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:46,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:48,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:50,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:51,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:52,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:52,142 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:48:52,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:48:52,972 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:48:52,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:48:54,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:56,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:48:57,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:48:58,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:00,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:02,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:02,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:04,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:06,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:07,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:49:07,972 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:49:08,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:49:08,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:08,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:10,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:12,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:13,119 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:14,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:16,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:18,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:18,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:20,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:22,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:22,144 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:49:22,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:49:22,972 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:49:23,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:49:23,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:24,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:26,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:28,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:29,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:30,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:32,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:34,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:35,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:36,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:37,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:49:37,972 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:49:37,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:49:38,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:40,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:40,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:42,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:44,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:46,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:46,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:48,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:50,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:51,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:52,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:52,145 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:49:52,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:49:52,972 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:49:53,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:49:54,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:56,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:49:57,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:49:58,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:00,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:02,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:03,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:04,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:06,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:07,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:50:07,972 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:50:08,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:50:08,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:08,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:10,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:12,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:13,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:14,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:16,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:18,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:18,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:20,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:22,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:22,146 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:50:22,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:50:22,973 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:50:23,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:50:24,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:24,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:26,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:28,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:30,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:30,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:32,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:34,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:35,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:36,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:37,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:50:37,973 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:50:38,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:50:38,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:40,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:41,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:42,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:44,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:46,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:47,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:48,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:50,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:52,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:52,147 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:50:52,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:50:52,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:50:52,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:50:53,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:50:54,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:56,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:58,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:50:58,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:00,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:02,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:04,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:04,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:06,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:07,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:51:07,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:51:08,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:51:08,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:09,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:10,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:12,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:14,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:15,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:16,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:18,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:20,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:20,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:22,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:22,148 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:51:22,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:51:22,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:51:23,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:51:24,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:26,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:26,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:28,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:30,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:32,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:32,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:34,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:36,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:37,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:37,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:51:37,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:51:38,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:51:38,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:40,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:42,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:43,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:44,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:46,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:48,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:48,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:51,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:52,150 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:51:52,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:51:52,975 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:51:53,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:51:53,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:54,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:51:55,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:57,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:51:59,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:00,149 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:01,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:03,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:05,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:05,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:07,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:07,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:52:07,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:52:08,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:52:09,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:11,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:11,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:13,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:15,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:17,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:17,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:19,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:21,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:22,151 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:52:22,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:22,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:52:22,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:52:23,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:52:23,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:25,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:27,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:27,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:29,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:31,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:32,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:33,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:35,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:37,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:37,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:37,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:52:37,974 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:52:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:52:39,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:41,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:43,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:43,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:45,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:47,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:48,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:49,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:51,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:52,152 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:52:52,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:52:52,975 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:52:53,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:52:53,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:54,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:52:55,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:57,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:52:59,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:00,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:01,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:03,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:05,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:05,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:07,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:07,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:53:07,975 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:53:08,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:53:09,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:11,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:11,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:13,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:15,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:16,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:17,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:19,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:21,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:22,153 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:53:22,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:22,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:53:22,975 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:53:23,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:53:23,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:25,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:27,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:27,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:29,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:31,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:32,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:33,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:35,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:37,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:37,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:37,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:53:37,975 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:53:38,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:53:39,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:41,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:43,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:43,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:45,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:47,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:48,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:49,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:51,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:52,155 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:53:52,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:53:52,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:53:53,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:53:53,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:54,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:53:55,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:57,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:53:59,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:00,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:01,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:03,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:05,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:05,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:07,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:07,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:54:07,975 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:54:08,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:54:09,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:11,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:11,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:13,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:15,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:16,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:17,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:19,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:21,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:22,156 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:54:22,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:22,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:54:22,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:54:23,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:54:23,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:25,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:27,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:27,301 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:29,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:31,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:32,824 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:33,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:35,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:37,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:37,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:37,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:54:37,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:54:38,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:54:39,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:41,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:43,093 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:43,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:45,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:47,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:48,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:49,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:51,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:52,157 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:54:52,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:54:52,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:54:53,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:54:53,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:54,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:54:55,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:57,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:59,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:54:59,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:01,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:03,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:05,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:06,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:07,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:55:07,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:55:08,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:55:08,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:10,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:10,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:12,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:14,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:16,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:16,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:18,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:20,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:22,159 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:55:22,160 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:22,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:22,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:55:22,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:55:23,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:55:24,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:26,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:27,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:28,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:30,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:32,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:33,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:34,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:36,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:37,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:55:37,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:55:38,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:55:38,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:39,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:40,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:42,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:44,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:44,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:46,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:48,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:50,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:50,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:52,160 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:55:52,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:52,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:55:52,976 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:55:53,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:55:54,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:56,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:55:56,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:55:58,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:00,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:01,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:02,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:04,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:06,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:07,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:07,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:56:07,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:56:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:56:08,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:10,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:12,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:12,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:14,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:16,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:18,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:18,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:20,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:22,161 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:56:22,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:22,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:56:22,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:56:23,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:56:24,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:24,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:26,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:28,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:30,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:30,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:32,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:34,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:35,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:36,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:37,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:56:37,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:56:38,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:56:38,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:40,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:41,614 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:42,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:44,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:46,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:47,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:48,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:50,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:52,162 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:56:52,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:52,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:56:52,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:56:52,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:56:53,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:56:54,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:56,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:58,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:56:58,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:00,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:02,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:04,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:04,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:06,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:07,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:57:07,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:57:08,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:57:08,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:09,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:10,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:12,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:14,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:15,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:16,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:18,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:20,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:20,833 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:22,163 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:57:22,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:22,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:57:22,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:57:23,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:57:24,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:26,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:26,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:28,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:30,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:32,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:32,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:34,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:36,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:37,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:37,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:57:37,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:57:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:57:38,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:40,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:42,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:43,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:44,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:46,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:48,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:48,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:50,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:52,164 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:57:52,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:52,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:57:52,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:57:53,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:57:54,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:54,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:57:56,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:57:58,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:00,112 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:00,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:02,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:04,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:05,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:06,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:07,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:58:07,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:58:08,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:58:08,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:10,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:11,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:12,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:14,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:16,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:16,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:18,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:20,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:22,170 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:58:22,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:22,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:22,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:58:22,977 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:58:23,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:58:24,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:26,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:27,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:28,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:30,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:33,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:33,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:35,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:37,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:37,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:58:37,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:58:38,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:58:39,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:39,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:41,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:43,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:44,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:45,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:47,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:49,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:50,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:51,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:52,167 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:58:52,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:58:52,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:58:53,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:58:53,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:55,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:56,152 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:58:57,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:58:59,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:01,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:01,767 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:03,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:05,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:07,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:07,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:07,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:59:07,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:59:08,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:59:09,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:11,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:13,093 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:13,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:15,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:17,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:18,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:19,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:21,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:22,168 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:59:22,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:59:22,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:59:23,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:59:23,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:24,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:25,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:27,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:29,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:29,767 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:31,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:33,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:35,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:35,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:37,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:37,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:59:37,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:59:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:59:39,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:41,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:41,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:43,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:45,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:46,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:47,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:49,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:51,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:52,169 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 08:59:52,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:52,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 08:59:52,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 08:59:53,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 08:59:53,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:55,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:57,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 08:59:57,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 08:59:59,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:01,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:03,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:03,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:05,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:07,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:07,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:00:07,978 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:00:08,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:00:09,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:09,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:11,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:13,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:14,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:15,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:17,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:19,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:20,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:21,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:22,171 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:00:22,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:00:22,979 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:00:23,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:00:23,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:25,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:25,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:27,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:29,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:31,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:31,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:33,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:35,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:36,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:37,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:37,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:00:37,980 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:00:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:00:39,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:40,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:00:40,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:00:40,206 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 09:00:40,206 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 09:00:40,207 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 09:00:40,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 09:00:41,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:41,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:43,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:45,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:46,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:47,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:49,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:51,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:52,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:52,172 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:00:52,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:00:52,980 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:00:53,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:00:53,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:55,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:57,249 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:00:57,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:58,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:00:59,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:00,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:01:01,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:02,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:02,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:03,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:05,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:07,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:07,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:07,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:01:07,980 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:01:08,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:01:09,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:11,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:13,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:13,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:15,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:17,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:19,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:19,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:21,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:22,173 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:01:22,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:01:22,979 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:01:23,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:01:23,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:25,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:25,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:27,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:29,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:30,814 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:31,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:33,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:35,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:36,451 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:37,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:37,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:01:37,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:01:38,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:01:39,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:41,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:41,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:43,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:45,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:47,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:47,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:49,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:51,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:52,174 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:01:52,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:01:52,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:01:52,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:01:53,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:01:53,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:56,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:58,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:01:58,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:00,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:02,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:04,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:04,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:06,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:07,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:02:07,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:02:08,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:02:08,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:09,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:10,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:12,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:14,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:15,525 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:16,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:18,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:20,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:21,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:22,176 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:02:22,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:22,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:02:22,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:02:23,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:02:24,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:26,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:26,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:28,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:30,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:32,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:32,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:34,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:36,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:37,979 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:37,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:02:37,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:02:38,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:02:38,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:40,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:42,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:43,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:44,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:46,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:48,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:49,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:50,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:52,177 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:02:52,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:52,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:02:52,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:02:53,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:02:54,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:54,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:02:56,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:02:58,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:00,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:00,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:02,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:04,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:06,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:06,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:07,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:03:07,981 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:03:08,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:03:08,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:10,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:11,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:12,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:14,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:16,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:17,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:18,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:20,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:22,178 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:03:22,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:22,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:22,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:03:22,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:03:23,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:03:24,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:26,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:28,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:28,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:30,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:32,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:34,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:34,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:36,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:37,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:03:37,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:03:38,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:03:38,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:39,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:40,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:42,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:44,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:45,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:46,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:48,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:50,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:50,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:52,179 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:03:52,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:52,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:03:52,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:03:53,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:03:54,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:56,442 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:03:56,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:03:58,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:00,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:02,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:02,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:04,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:06,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:07,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:07,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:04:07,984 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:04:07,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:04:08,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:10,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:12,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:13,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:14,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:16,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:18,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:19,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:20,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:22,180 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:04:22,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:22,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:04:22,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:04:23,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:04:24,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:24,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:26,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:28,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:30,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:30,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:32,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:34,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:35,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:36,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:37,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:04:37,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:04:38,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:04:38,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:40,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:41,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:42,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:44,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:46,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:46,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:48,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:50,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:52,182 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:04:52,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:52,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:52,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:04:52,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:04:53,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:04:54,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:56,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:04:57,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:04:58,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:00,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:02,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:02,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:04,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:06,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:07,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:07,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:05:07,982 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:05:08,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:05:08,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:10,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:13,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:13,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:15,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:17,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:18,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:19,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:21,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:22,183 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:05:22,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:05:22,983 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:05:23,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:05:23,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:24,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:25,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:27,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:29,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:29,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:31,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:33,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:35,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:35,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:37,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:37,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:05:37,983 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:05:38,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:05:39,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:40,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:41,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:43,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:45,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:46,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:47,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:49,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:51,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:52,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:52,184 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:05:52,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:05:52,983 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:05:53,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:05:53,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:55,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:57,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:05:57,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:05:59,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:01,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:03,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:03,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:05,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:07,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:07,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:06:07,983 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:06:08,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:06:09,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:09,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:11,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:13,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:14,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:15,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:17,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:19,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:19,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:21,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:22,185 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:06:22,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:06:22,983 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:06:23,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:06:23,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:25,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:25,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:27,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:29,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:31,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:31,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:33,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:35,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:37,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:37,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:37,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:06:37,984 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:06:38,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:06:39,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:41,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:42,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:43,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:45,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:47,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:48,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:49,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:51,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:52,186 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:06:52,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:06:52,987 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:06:52,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:06:53,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:54,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:55,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:57,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:06:59,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:06:59,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:01,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:03,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:05,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:05,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:07,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:07,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:07:07,987 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:07:08,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:07:09,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:11,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:11,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:13,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:15,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:16,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:17,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:19,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:21,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:22,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:22,187 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:07:22,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:07:22,988 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:07:23,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:07:23,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:25,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:27,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:27,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:29,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:31,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:33,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:33,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:35,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:37,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:37,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:07:37,988 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:07:38,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:07:39,095 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:39,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:41,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:43,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:44,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:45,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:47,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:49,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:50,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:51,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:52,188 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:07:52,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:07:52,988 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:07:53,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:07:53,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:55,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:56,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:07:57,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:07:59,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:01,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:01,919 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:03,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:05,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:07,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:07,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:07,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:08:07,988 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:08:08,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:08:09,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:11,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:13,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:13,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:15,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:17,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:18,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:19,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:21,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:22,189 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:08:22,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:08:22,989 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:08:23,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:08:23,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:24,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:25,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:28,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:30,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:30,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:32,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:34,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:35,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:36,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:37,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:08:37,989 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:08:38,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:08:38,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:40,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:40,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:42,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:44,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:46,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:46,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:48,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:50,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:52,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:52,190 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:08:52,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:52,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:08:52,990 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:08:53,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:08:54,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:56,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:08:57,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:08:58,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:00,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:02,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:03,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:04,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:06,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:07,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:09:07,989 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:09:08,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:09:08,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:09,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:10,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:12,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:14,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:14,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:16,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:18,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:20,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:20,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:22,192 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:09:22,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:22,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:09:22,989 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:09:22,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:09:24,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:25,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:26,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:28,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:30,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:31,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:32,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:34,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:36,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:37,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:37,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:09:37,990 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:09:38,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:09:38,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:40,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:42,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:42,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:44,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:46,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:48,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:48,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:50,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:52,193 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:09:52,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:52,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:09:52,989 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:09:53,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:09:54,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:09:54,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:56,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:58,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:09:59,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:00,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:02,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:04,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:04,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:06,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:07,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:10:07,990 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:10:08,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:10:08,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:10,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:10,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:12,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:14,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:16,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:16,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:18,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:20,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:22,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:22,194 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:10:22,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:22,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:10:22,990 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:10:23,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:10:24,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:26,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:27,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:28,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:30,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:32,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:33,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:34,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:36,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:37,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:10:37,990 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:10:38,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:10:38,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:39,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:40,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:42,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:44,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:45,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:46,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:48,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:50,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:50,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:52,195 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:10:52,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:52,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:10:52,992 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:10:53,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:10:54,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:56,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:10:56,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:10:58,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:00,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:01,820 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:02,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:04,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:06,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:07,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:07,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:11:07,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:11:08,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:11:08,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:10,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:12,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:12,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:14,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:16,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:18,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:18,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:20,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:22,196 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:11:22,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:22,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:11:22,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:11:23,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:11:24,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:24,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:26,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:28,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:29,833 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:30,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:32,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:34,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:35,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:36,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:37,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:11:37,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:11:38,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:11:38,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:41,065 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:41,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:43,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:45,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:46,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:47,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:50,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:52,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:52,198 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:11:52,199 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:11:52,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:11:52,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:11:53,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:11:54,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:56,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:58,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:11:58,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:00,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:02,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:03,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:04,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:06,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:07,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:12:07,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:12:08,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:08,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:12:09,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:10,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:12,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:14,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:14,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:16,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:18,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:20,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:20,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:22,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:22,199 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:12:22,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:12:22,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:12:23,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:12:24,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:26,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:26,175 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:28,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:30,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:31,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:32,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:34,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:36,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:37,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:37,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:12:37,993 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:12:38,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:38,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:12:40,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:42,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:43,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:44,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:46,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:48,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:48,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:50,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:52,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:52,200 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:12:52,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:12:52,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:12:53,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:12:54,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:54,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:12:56,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:58,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:12:59,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:00,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:02,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:04,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:05,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:06,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:07,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:13:07,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:13:08,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:13:08,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:10,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:11,090 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:12,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:14,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:16,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:16,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:18,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:20,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:22,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:22,201 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:13:22,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:22,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:13:22,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:13:23,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:13:24,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:26,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:27,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:28,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:30,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:32,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:33,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:34,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:36,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:37,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:13:37,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:13:38,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:13:38,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:39,264 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:40,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:42,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:44,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:44,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:46,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:48,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:50,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:50,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:52,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:52,202 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:13:52,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:13:52,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:13:53,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:13:54,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:55,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:13:56,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:13:58,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:00,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:01,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:02,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:04,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:06,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:07,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:07,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:14:07,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:14:08,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:14:08,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:10,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:12,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:13,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:14,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:16,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:18,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:18,538 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:20,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:22,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:22,203 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:14:22,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:14:22,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:14:23,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:14:24,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:24,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:26,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:28,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:29,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:30,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:32,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:34,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:35,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:36,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:37,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:14:37,994 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:14:38,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:14:38,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:40,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:41,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:42,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:44,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:46,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:46,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:48,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:50,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:52,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:52,205 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:14:52,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:52,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:14:52,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:14:53,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:14:54,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:56,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:14:57,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:14:59,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:01,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:03,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:03,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:05,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:07,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:07,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:15:07,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:15:08,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:15:09,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:09,192 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:11,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:13,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:14,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:15,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:17,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:19,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:20,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:21,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:22,206 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:15:22,994 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:15:22,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:15:23,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:15:23,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:25,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:26,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:27,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:29,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:31,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:32,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:33,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:35,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:37,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:37,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:37,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:15:37,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:15:38,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:15:39,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:41,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:43,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:43,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:45,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:47,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:48,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:49,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:51,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:52,207 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:15:52,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:15:52,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:15:53,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:15:53,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:54,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:15:55,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:57,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:59,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:15:59,857 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:01,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:03,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:05,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:05,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:07,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:07,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:16:07,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:16:08,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:16:09,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:11,172 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:11,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:11,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:16:11,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:16:11,292 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 09:16:11,292 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 09:16:11,293 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 09:16:12,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 09:16:13,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:15,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:16,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:17,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:19,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:21,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:21,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:22,208 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:16:22,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:16:22,996 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:16:23,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:16:23,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:25,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:26,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:27,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:29,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:30,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:31,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:31,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:16:31,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:33,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:34,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:35,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:37,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:37,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:37,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:16:37,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:16:38,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:16:39,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:41,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:42,840 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:43,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:45,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:47,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:48,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:49,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:51,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:52,209 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:16:52,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:16:52,995 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:16:53,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:16:53,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:54,125 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:16:55,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:57,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:59,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:16:59,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:01,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:03,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:05,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:05,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:07,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:07,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:17:07,996 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:17:08,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:17:09,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:11,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:11,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:13,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:15,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:16,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:17,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:19,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:21,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:22,211 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:17:22,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:22,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:17:22,996 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:17:23,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:17:23,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:25,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:27,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:27,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:29,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:31,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:33,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:33,532 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:35,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:37,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:37,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:17:37,996 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:17:38,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:17:39,065 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:39,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:41,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:43,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:44,526 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:45,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:47,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:49,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:49,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:51,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:52,212 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:17:52,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:17:52,996 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:17:53,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:17:53,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:55,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:17:55,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:57,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:17:59,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:00,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:01,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:03,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:05,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:06,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:07,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:07,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:18:07,996 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:18:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:18:09,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:11,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:11,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:13,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:15,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:17,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:18,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:20,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:22,213 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:18:22,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:22,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:22,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:18:22,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:18:23,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:18:24,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:26,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:28,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:28,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:30,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:32,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:33,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:34,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:36,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:37,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:18:37,997 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:18:38,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:18:38,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:39,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:40,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:42,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:44,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:44,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:46,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:48,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:50,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:50,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:52,214 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:18:52,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:52,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:18:52,997 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:18:53,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:18:54,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:55,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:18:56,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:18:58,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:00,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:01,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:02,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:04,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:06,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:07,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:07,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:19:07,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:19:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:19:08,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:10,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:12,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:13,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:14,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:16,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:18,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:18,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:20,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:22,215 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:19:22,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:22,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:19:22,997 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:19:23,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:19:24,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:24,458 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:26,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:28,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:29,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:30,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:32,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:34,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:35,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:36,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:37,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:19:37,997 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:19:38,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:19:38,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:40,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:41,218 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:42,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:44,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:46,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:46,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:48,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:50,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:51,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:52,217 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:19:52,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:52,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:19:52,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:19:53,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:19:54,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:56,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:19:57,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:19:58,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:00,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:02,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:03,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:04,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:06,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:07,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:20:07,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:20:08,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:20:08,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:08,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:10,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:12,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:13,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:14,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:16,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:18,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:19,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:20,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:22,218 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:20:22,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:22,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:20:22,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:20:23,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:20:24,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:25,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:26,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:28,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:30,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:30,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:32,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:34,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:36,324 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:36,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:37,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:20:37,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:20:38,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:20:38,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:40,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:41,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:42,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:44,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:46,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:47,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:48,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:50,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:52,219 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:20:52,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:52,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:20:52,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:20:52,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:20:53,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:20:54,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:56,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:58,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:20:58,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:00,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:02,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:04,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:04,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:06,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:07,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:21:07,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:21:08,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:21:08,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:10,193 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:10,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:12,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:14,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:15,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:16,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:18,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:20,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:21,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:22,220 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:21:22,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:22,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:21:22,998 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:21:23,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:21:24,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:26,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:26,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:28,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:30,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:32,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:32,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:34,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:36,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:37,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:37,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:21:37,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:21:38,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:21:38,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:40,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:42,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:43,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:45,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:46,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:49,119 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:49,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:51,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:52,222 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:21:52,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:21:52,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:21:53,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:21:53,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:54,840 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:21:55,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:57,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:21:59,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:00,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:01,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:03,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:05,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:05,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:07,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:07,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:22:07,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:22:08,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:22:09,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:11,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:11,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:13,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:15,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:16,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:17,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:19,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:21,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:22,223 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:22:22,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:22,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:22:22,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:22:23,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:22:23,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:25,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:27,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:28,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:29,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:31,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:33,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:33,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:35,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:37,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:37,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:22:37,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:22:38,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:22:39,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:39,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:41,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:43,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:44,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:45,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:47,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:49,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:50,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:51,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:52,224 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:22:52,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:22:52,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:22:53,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:22:53,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:55,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:56,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:22:57,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:22:59,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:01,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:01,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:03,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:05,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:07,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:07,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:07,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:23:07,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:23:08,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:23:09,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:11,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:13,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:13,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:15,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:17,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:18,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:19,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:21,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:22,225 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:23:22,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:23:23,000 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:23:23,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:23:23,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:24,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:25,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:27,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:29,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:29,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:31,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:33,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:35,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:35,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:37,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:37,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:23:37,999 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:23:38,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:23:39,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:41,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:41,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:43,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:45,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:46,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:47,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:49,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:51,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:52,227 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:23:52,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:52,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:23:53,000 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:23:53,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:23:53,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:55,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:57,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:23:57,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:23:59,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:01,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:03,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:03,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:05,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:07,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:07,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:24:08,000 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:24:08,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:24:09,068 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:09,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:11,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:13,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:14,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:15,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:17,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:19,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:20,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:21,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:22,229 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:24:23,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:24:23,000 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:24:23,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:24:23,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:25,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:25,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:27,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:29,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:31,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:31,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:33,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:35,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:37,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:37,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:38,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:24:38,000 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:24:38,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:24:39,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:41,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:42,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:43,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:45,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:47,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:48,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:49,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:51,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:52,233 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:24:53,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:24:53,001 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:24:53,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:24:53,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:54,139 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:24:55,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:57,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:59,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:24:59,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:02,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:04,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:05,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:06,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:08,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:25:08,000 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:25:08,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:25:08,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:10,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:10,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:12,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:14,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:16,467 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:16,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:18,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:20,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:22,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:22,231 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:25:22,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:23,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:25:23,001 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:25:23,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:25:24,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:26,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:27,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:28,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:30,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:32,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:33,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:34,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:36,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:38,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:25:38,001 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:25:38,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:25:38,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:39,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:40,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:42,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:44,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:44,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:46,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:48,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:50,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:50,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:52,232 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:25:52,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:53,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:25:53,001 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:25:53,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:25:54,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:56,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:25:56,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:25:58,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:00,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:01,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:02,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:04,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:06,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:07,274 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:08,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:26:08,001 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:26:08,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:26:08,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:10,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:12,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:12,814 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:14,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:16,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:18,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:18,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:20,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:22,233 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:26:22,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:23,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:26:23,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:26:23,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:26:24,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:24,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:26,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:28,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:29,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:30,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:32,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:34,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:35,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:36,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:38,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:26:38,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:26:38,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:26:38,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:40,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:40,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:42,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:44,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:46,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:46,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:48,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:50,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:52,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:52,234 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:26:52,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:53,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:26:53,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:26:53,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:26:54,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:56,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:26:57,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:26:58,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:00,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:02,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:03,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:04,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:06,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:08,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:27:08,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:27:08,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:27:08,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:08,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:10,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:12,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:14,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:14,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:16,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:18,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:20,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:20,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:22,235 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:27:22,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:23,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:27:23,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:27:23,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:27:24,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:25,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:26,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:28,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:30,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:31,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:32,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:34,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:36,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:36,889 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:38,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:27:38,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:27:38,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:27:38,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:40,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:42,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:42,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:44,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:46,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:48,164 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:48,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:50,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:52,237 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:27:52,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:53,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:27:53,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:27:53,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:27:53,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:27:54,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:56,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:58,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:27:59,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:00,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:02,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:04,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:04,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:06,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:08,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:28:08,002 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:28:08,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:28:08,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:10,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:10,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:12,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:14,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:16,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:16,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:18,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:20,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:21,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:22,238 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:28:22,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:23,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:28:23,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:28:23,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:28:24,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:26,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:27,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:29,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:31,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:33,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:33,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:35,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:37,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:38,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:28:38,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:28:38,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:28:39,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:39,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:41,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:43,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:44,446 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:45,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:47,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:49,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:50,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:51,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:52,239 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:28:53,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:28:53,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:28:53,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:28:53,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:55,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:28:55,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:57,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:28:59,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:01,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:01,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:03,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:05,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:06,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:07,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:29:08,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:29:08,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:29:09,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:11,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:12,440 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:13,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:15,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:17,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:18,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:19,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:21,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:22,241 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:29:23,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:29:23,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:29:23,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:29:23,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:23,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:25,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:27,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:29,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:29,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:31,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:33,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:35,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:35,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:37,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:38,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:29:38,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:29:38,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:29:39,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:40,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:41,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:43,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:45,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:46,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:47,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:49,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:51,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:52,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:52,241 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:29:53,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:29:53,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:29:53,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:29:53,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:55,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:57,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:29:57,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:29:59,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:01,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:03,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:03,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:05,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:07,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:08,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:30:08,003 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:30:08,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:30:09,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:09,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:11,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:13,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:14,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:15,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:17,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:19,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:20,141 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:21,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:22,243 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:30:23,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:30:23,004 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:30:23,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:30:23,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:25,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:25,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:27,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:29,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:31,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:31,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:33,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:35,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:37,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:37,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:38,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:30:38,004 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:30:38,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:30:39,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:41,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:42,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:43,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:45,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:47,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:48,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:49,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:51,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:52,244 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:30:53,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:30:53,004 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:30:53,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:30:53,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:54,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:55,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:57,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:30:59,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:30:59,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:01,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:03,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:05,159 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:05,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:07,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:08,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:31:08,004 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:31:08,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:31:09,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:10,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:11,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:13,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:15,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:16,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:17,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:19,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:21,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:22,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:22,245 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:31:23,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:31:23,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:31:23,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:31:23,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:25,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:27,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:27,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:29,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:31,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:33,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:33,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:36,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:38,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:31:38,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:31:38,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:31:38,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:38,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:40,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:42,194 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:31:42,195 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 09:31:42,196 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 09:31:42,196 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 09:31:42,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:31:42,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 09:31:42,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:43,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:44,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:46,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:48,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:49,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:50,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:52,247 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:31:52,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:53,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:31:53,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:31:53,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:31:54,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:31:54,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:56,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:58,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:31:59,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:00,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:02,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:32:04,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:04,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:06,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:08,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:32:08,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:32:08,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:32:08,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:10,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:10,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:12,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:14,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:16,070 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:16,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:18,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:20,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:21,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:22,248 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:32:22,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:23,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:32:23,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:32:23,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:32:24,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:26,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:27,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:28,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:30,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:32,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:33,134 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:34,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:36,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:38,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:32:38,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:32:38,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:32:38,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:39,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:40,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:42,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:44,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:44,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:46,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:48,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:50,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:50,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:52,249 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:32:52,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:53,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:32:53,006 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:32:53,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:32:54,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:55,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:32:56,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:32:58,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:00,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:01,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:02,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:04,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:06,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:07,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:08,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:33:08,006 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:33:08,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:33:08,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:10,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:12,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:13,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:14,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:16,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:18,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:18,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:20,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:22,250 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:33:22,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:23,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:33:23,005 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:33:23,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:33:24,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:24,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:26,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:28,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:29,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:30,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:32,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:34,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:35,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:36,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:38,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:33:38,006 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:33:38,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:33:38,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:40,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:40,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:42,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:44,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:46,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:46,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:48,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:50,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:52,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:52,251 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:33:52,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:53,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:33:53,006 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:33:53,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:33:54,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:56,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:33:57,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:33:58,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:00,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:03,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:03,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:05,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:07,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:08,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:34:08,006 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:34:08,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:34:09,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:09,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:11,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:13,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:14,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:15,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:17,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:19,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:20,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:21,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:22,253 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:34:23,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:34:23,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:34:23,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:23,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:34:25,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:25,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:27,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:29,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:31,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:31,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:33,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:35,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:37,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:37,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:38,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:34:38,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:34:38,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:34:39,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:41,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:42,816 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:43,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:45,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:47,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:48,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:49,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:51,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:52,254 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:34:53,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:34:53,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:34:53,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:34:53,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:54,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:34:55,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:57,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:59,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:34:59,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:02,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:04,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:05,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:06,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:08,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:35:08,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:35:08,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:35:08,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:10,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:10,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:12,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:14,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:15,962 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:16,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:18,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:20,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:21,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:22,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:22,255 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:35:23,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:35:23,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:35:23,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:35:24,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:26,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:27,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:28,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:30,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:32,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:32,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:34,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:36,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:38,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:38,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:35:38,008 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:35:38,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:35:38,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:40,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:42,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:43,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:44,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:46,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:48,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:49,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:50,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:52,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:52,256 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:35:53,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:35:53,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:35:53,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:35:54,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:55,238 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:35:56,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:35:58,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:00,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:00,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:02,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:04,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:06,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:06,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:08,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:36:08,007 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:36:08,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:36:08,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:10,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:11,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:12,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:14,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:16,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:17,806 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:18,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:20,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:22,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:22,257 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:36:23,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:23,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:36:23,008 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:36:23,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:36:24,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:26,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:28,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:28,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:30,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:32,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:33,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:34,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:36,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:38,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:36:38,008 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:36:38,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:36:38,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:39,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:40,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:42,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:44,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:45,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:46,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:48,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:50,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:50,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:52,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:52,258 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:36:53,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:36:53,008 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:36:53,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:36:54,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:56,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:36:56,456 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:36:58,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:00,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:02,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:02,149 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:04,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:06,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:07,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:08,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:37:08,008 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:37:08,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:37:08,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:10,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:12,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:13,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:14,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:16,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:18,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:18,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:20,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:22,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:22,260 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:37:23,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:37:23,008 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:37:23,050 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:37:24,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:24,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:26,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:28,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:30,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:30,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:32,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:34,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:35,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:36,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:38,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:37:38,014 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:37:38,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:37:38,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:40,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:41,189 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:42,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:44,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:46,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:46,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:48,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:50,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:52,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:52,261 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:37:52,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:53,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:37:53,014 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:37:53,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:37:54,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:56,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:37:58,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:37:58,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:00,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:02,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:03,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:04,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:06,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:08,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:38:08,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:38:08,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:38:08,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:09,372 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:10,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:12,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:14,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:15,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:17,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:19,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:20,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:21,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:22,262 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:38:23,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:38:23,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:38:23,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:38:23,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:25,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:26,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:27,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:29,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:31,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:31,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:33,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:35,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:37,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:37,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:38,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:38:38,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:38:38,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:38:39,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:41,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:43,135 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:43,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:45,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:47,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:48,848 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:49,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:51,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:52,263 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:38:53,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:38:53,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:38:53,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:38:53,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:54,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:38:55,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:57,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:38:59,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:00,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:01,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:03,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:05,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:05,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:07,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:08,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:39:08,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:39:08,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:39:09,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:11,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:11,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:13,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:15,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:16,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:17,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:19,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:21,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:22,265 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:39:22,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:23,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:39:23,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:39:23,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:39:23,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:25,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:27,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:27,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:29,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:31,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:32,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:33,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:35,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:37,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:38,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:38,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:39:38,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:39:38,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:39:39,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:41,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:43,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:43,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:45,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:47,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:48,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:49,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:51,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:52,266 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:39:53,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:39:53,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:39:53,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:39:53,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:54,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:39:55,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:57,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:59,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:39:59,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:01,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:03,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:05,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:05,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:07,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:08,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:40:08,015 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:40:08,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:40:09,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:11,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:11,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:13,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:15,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:16,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:17,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:19,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:21,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:22,268 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:40:22,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:23,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:40:23,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:40:23,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:40:23,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:25,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:27,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:28,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:29,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:31,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:33,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:33,801 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:35,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:37,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:38,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:40:38,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:40:38,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:40:39,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:39,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:41,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:43,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:45,121 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:45,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:47,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:49,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:50,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:51,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:52,269 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:40:53,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:40:53,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:40:53,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:40:53,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:55,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:56,239 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:40:57,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:40:59,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:01,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:01,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:03,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:05,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:07,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:07,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:08,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:41:08,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:41:08,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:41:09,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:11,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:13,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:13,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:15,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:17,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:18,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:19,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:21,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:22,270 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:41:23,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:41:23,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:41:23,055 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:41:23,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:23,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:25,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:27,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:29,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:29,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:31,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:33,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:35,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:35,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:37,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:38,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:41:38,016 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:41:38,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:41:40,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:40,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:42,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:44,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:46,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:46,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:48,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:50,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:52,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:52,271 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:41:52,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:53,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:41:53,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:41:53,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:41:54,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:56,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:41:57,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:41:58,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:00,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:02,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:03,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:04,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:06,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:08,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:42:08,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:42:08,054 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:42:08,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:08,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:10,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:12,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:14,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:14,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:16,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:18,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:19,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:20,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:22,272 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:42:22,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:23,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:42:23,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:42:23,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:42:24,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:25,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:26,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:28,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:30,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:31,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:32,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:34,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:36,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:36,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:38,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:42:38,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:42:38,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:42:38,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:40,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:42,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:42,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:44,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:46,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:47,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:48,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:50,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:52,273 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:42:52,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:53,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:42:53,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:42:53,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:42:53,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:42:54,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:56,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:58,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:42:58,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:00,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:02,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:04,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:04,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:06,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:08,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:43:08,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:43:08,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:43:08,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:10,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:10,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:12,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:14,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:16,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:16,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:18,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:20,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:21,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:22,274 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:43:22,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:23,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:43:23,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:43:23,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:43:24,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:26,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:27,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:28,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:30,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:32,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:33,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:34,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:36,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:43:38,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:43:38,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:43:38,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:38,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:40,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:42,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:44,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:44,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:46,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:48,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:50,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:50,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:52,276 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:43:52,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:53,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:43:53,017 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:43:53,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:43:54,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:55,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:43:56,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:43:58,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:00,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:01,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:02,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:04,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:06,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:06,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:08,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:44:08,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:44:08,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:44:08,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:10,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:12,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:12,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:14,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:16,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:18,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:18,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:20,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:22,276 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:44:22,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:23,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:44:23,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:44:23,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:44:23,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:24,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:26,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:28,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:28,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:30,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:32,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:34,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:34,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:36,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:38,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:44:38,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:44:38,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:44:38,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:40,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:40,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:42,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:44,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:46,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:46,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:48,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:50,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:51,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:52,278 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:44:52,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:53,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:44:53,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:44:53,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:44:54,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:56,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:44:57,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:44:59,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:01,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:02,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:03,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:05,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:07,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:08,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:08,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:45:08,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:45:08,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:45:09,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:11,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:13,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:13,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:15,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:17,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:18,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:19,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:21,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:22,279 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:45:23,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:45:23,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:45:23,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:45:23,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:24,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:25,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:27,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:29,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:29,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:31,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:33,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:35,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:35,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:37,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:45:38,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:45:38,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:45:39,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:41,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:41,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:43,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:45,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:46,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:47,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:49,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:51,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:52,280 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:45:52,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:53,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:45:53,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:45:53,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:45:53,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:55,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:57,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:45:57,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:45:59,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:01,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:03,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:03,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:05,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:07,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:08,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:46:08,018 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:46:08,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:46:09,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:09,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:11,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:13,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:14,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:15,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:17,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:19,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:19,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:21,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:22,280 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:46:23,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:46:23,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:46:23,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:46:23,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:25,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:25,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:27,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:29,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:31,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:31,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:33,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:35,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:37,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:37,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:38,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:46:38,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:46:38,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:46:39,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:41,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:42,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:43,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:45,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:47,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:48,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:49,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:51,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:52,282 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:46:53,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:46:53,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:46:53,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:46:53,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:53,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:55,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:57,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:46:59,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:46:59,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:01,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:03,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:05,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:05,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:07,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:08,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:47:08,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:47:08,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:47:09,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:10,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:11,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:13,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:15,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:47:15,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:47:15,406 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 09:47:15,407 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 09:47:15,407 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 09:47:15,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 09:47:15,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:15,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:17,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:19,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:21,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:21,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:22,286 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:47:23,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:47:23,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:47:23,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:47:23,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:25,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:26,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:27,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:29,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:31,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:31,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:33,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:35,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 09:47:36,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:37,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:38,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:47:38,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:47:38,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:47:39,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:41,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:42,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:43,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:45,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:47,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:48,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:49,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:51,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:52,287 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:47:53,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:47:53,019 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:47:53,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:47:53,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:53,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:55,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:57,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:47:59,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:47:59,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:01,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:03,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:05,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:05,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:07,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:08,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:48:08,020 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:48:08,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:48:09,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:10,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:11,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:13,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:15,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:16,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:17,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:19,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:21,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:21,910 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:22,288 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:48:23,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:48:23,020 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:48:23,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:48:23,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:25,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:27,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:28,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:30,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:32,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:33,090 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:34,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:36,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:38,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:48:38,020 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:48:38,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:48:38,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:38,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:40,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:42,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:44,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:44,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:46,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:48,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:49,842 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:50,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:52,289 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:48:52,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:53,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:48:53,020 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:48:53,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:48:54,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:55,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:48:56,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:48:58,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:00,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:00,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:02,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:04,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:06,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:06,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:08,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:49:08,020 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:49:08,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:49:08,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:10,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:12,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:12,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:14,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:16,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:18,084 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:18,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:20,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:22,290 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:49:22,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:23,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:49:23,020 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:49:23,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:49:23,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:24,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:26,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:28,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:28,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:30,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:32,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:33,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:34,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:36,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:38,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:49:38,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:49:38,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:49:38,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:39,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:40,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:42,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:44,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:45,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:46,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:48,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:50,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:50,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:52,291 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:49:52,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:53,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:49:53,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:49:53,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:49:54,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:56,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:49:56,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:49:58,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:00,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:01,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:02,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:04,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:06,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:07,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:08,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:50:08,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:50:08,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:50:08,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:10,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:12,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:13,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:14,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:16,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:18,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:19,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:20,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:22,293 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:50:22,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:23,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:50:23,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:50:23,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:50:24,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:24,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:26,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:28,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:30,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:30,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:32,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:34,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:35,814 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:36,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:38,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:50:38,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:50:38,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:50:38,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:40,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:41,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:42,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:44,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:46,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:46,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:48,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:50,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:52,294 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:50:52,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:52,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:53,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:50:53,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:50:53,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:50:54,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:56,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:50:57,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:50:58,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:00,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:02,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:03,446 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:04,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:06,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:08,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:51:08,022 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:51:08,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:51:08,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:09,167 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:10,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:12,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:14,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:14,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:16,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:18,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:20,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:20,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:22,295 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:51:22,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:23,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:51:23,021 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:51:23,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:51:24,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:25,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:26,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:28,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:30,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:31,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:32,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:34,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:36,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:37,039 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:38,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:51:38,022 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:51:38,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:51:38,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:40,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:42,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:42,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:44,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:47,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:48,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:49,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:51,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:52,296 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:51:53,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:51:53,022 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:51:53,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:51:53,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:54,090 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:55,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:57,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:51:59,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:51:59,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:01,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:03,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:05,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:05,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:07,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:08,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:52:08,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:52:08,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:52:09,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:11,015 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:11,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:13,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:15,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:16,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:17,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:19,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:21,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:22,298 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:52:22,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:23,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:52:23,022 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:52:23,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:52:23,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:25,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:27,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:28,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:29,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:31,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:33,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:33,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:35,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:37,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:38,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:52:38,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:52:38,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:52:39,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:39,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:41,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:43,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:45,088 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:45,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:47,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:49,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:50,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:51,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:52,298 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:52:53,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:52:53,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:52:53,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:52:53,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:55,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:56,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:52:57,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:52:59,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:01,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:02,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:03,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:05,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:07,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:08,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:08,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:53:08,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:53:08,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:53:09,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:11,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:13,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:13,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:15,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:17,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:19,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:19,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:21,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:22,300 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:53:23,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:53:23,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:53:23,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:53:23,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:25,084 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:25,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:27,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:29,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:30,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:31,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:33,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:35,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:36,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:37,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:38,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:53:38,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:53:38,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:53:39,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:41,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:41,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:43,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:45,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:47,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:47,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:49,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:51,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:52,301 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:53:53,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:53,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:53:53,023 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:53:53,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:53:53,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:55,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:57,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:53:58,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:53:59,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:01,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:03,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:04,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:05,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:07,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:08,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:54:08,024 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:54:08,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:54:09,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:10,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:11,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:13,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:15,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:15,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:17,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:19,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:21,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:21,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:22,302 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:54:23,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:54:23,025 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:54:23,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:54:23,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:25,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:27,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:27,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:29,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:31,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:32,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:33,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:35,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:37,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:38,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:38,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:54:38,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:54:38,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:54:39,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:41,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:43,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:43,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:45,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:47,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:48,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:49,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:51,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:52,303 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:54:53,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:54:53,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:54:53,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:54:53,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:54,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:55,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:57,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:54:59,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:54:59,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:01,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:03,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:05,460 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:05,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:08,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:55:08,025 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:55:08,065 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:55:08,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:10,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:11,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:12,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:14,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:16,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:16,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:18,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:20,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:22,305 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:55:22,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:22,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:23,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:55:23,025 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:55:23,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:55:24,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:26,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:27,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:28,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:30,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:32,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:33,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:34,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:36,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:38,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:55:38,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:55:38,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:55:38,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:39,118 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:40,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:42,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:44,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:44,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:46,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:48,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:50,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:50,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:52,306 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:55:52,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:53,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:55:53,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:55:53,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:55:54,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:55,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:55:56,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:55:58,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:00,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:01,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:02,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:04,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:06,812 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:06,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:08,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:56:08,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:56:08,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:56:08,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:10,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:12,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:12,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:14,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:16,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:18,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:18,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:20,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:22,307 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:56:22,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:23,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:23,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:56:23,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:56:23,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:56:24,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:26,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:28,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:28,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:30,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:32,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:33,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:34,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:36,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:38,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:56:38,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:56:38,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:56:38,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:39,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:40,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:42,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:44,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:45,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:46,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:48,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:50,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:50,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:52,308 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:56:52,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:53,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:56:53,026 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:56:53,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:56:54,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:56,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:56:56,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:56:58,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:00,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:02,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:02,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:04,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:06,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:07,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:08,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:57:08,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:57:08,063 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:57:09,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:11,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:13,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:13,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:15,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:17,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:18,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:19,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:21,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:22,309 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:57:23,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:23,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:57:23,027 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:57:23,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:57:24,485 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:25,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:27,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:29,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:30,112 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:31,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:33,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:35,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:35,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:37,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:38,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:57:38,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:57:38,063 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:57:39,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:41,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:41,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:43,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:45,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:46,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:47,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:49,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:51,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:52,319 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:57:52,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:53,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:57:53,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:57:53,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:53,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:57:55,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:57,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:57:58,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:57:59,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:01,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:03,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:03,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:05,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:07,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:08,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:58:08,031 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:58:08,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:58:09,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:09,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:11,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:13,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:15,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:15,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:17,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:19,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:20,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:21,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:22,311 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:58:23,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:58:23,031 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:58:23,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:23,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:58:25,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:26,428 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:27,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:29,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:32,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:32,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:34,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:36,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:38,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:38,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:58:38,031 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:58:38,070 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:58:38,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:40,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:42,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:43,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:44,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:46,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:48,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:49,202 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:50,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:52,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:52,313 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:58:53,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:58:53,031 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:58:53,060 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:58:54,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:55,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:58:56,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:58:58,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:00,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:00,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:02,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:04,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:06,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:06,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:08,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:59:08,031 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:59:08,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:59:08,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:10,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:12,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:12,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:14,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:16,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:17,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:18,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:20,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:22,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:22,314 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:59:23,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:23,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:59:23,031 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:59:23,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:59:24,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:26,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:28,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:28,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:30,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:32,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:33,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:34,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:36,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:38,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:59:38,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:59:38,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:59:38,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:39,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:40,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:42,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:44,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:45,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:46,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:48,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:50,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:50,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:52,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:52,315 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 09:59:53,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 09:59:53,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 09:59:53,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 09:59:54,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:56,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 09:59:56,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 09:59:58,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:00,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:02,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:02,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:04,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:06,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:07,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:08,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:00:08,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:00:08,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:00:08,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:10,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:12,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:13,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:14,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:16,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:18,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:18,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:20,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:22,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:22,316 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:00:23,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:00:23,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:00:23,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:00:24,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:24,273 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:26,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:28,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:29,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:30,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:32,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:34,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:35,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:36,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:38,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:00:38,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:00:38,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:00:38,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:40,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:41,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:42,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:44,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:46,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:46,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:48,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:50,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:52,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:52,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:52,318 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:00:53,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:00:53,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:00:53,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:00:54,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:56,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:00:57,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:00:58,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:00,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:02,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:03,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:04,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:06,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:08,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:01:08,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:01:08,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:01:08,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:09,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:10,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:12,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:14,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:14,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:16,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:18,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:20,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:20,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:22,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:22,319 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:01:23,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:01:23,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:01:23,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:01:24,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:26,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:26,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:28,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:30,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:31,955 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:32,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:34,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:36,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:37,506 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:38,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:01:38,032 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:01:38,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:01:38,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:40,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:43,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:43,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:45,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:47,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:48,895 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:49,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:51,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:52,320 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:01:53,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:01:53,033 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:01:53,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:01:53,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:54,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:01:55,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:57,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:01:59,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:00,135 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:01,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:03,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:05,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:05,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:07,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:08,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:02:08,033 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:02:08,073 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:02:09,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:11,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:11,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:13,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:15,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:17,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:17,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:19,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:21,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:22,321 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:02:22,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:23,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:02:23,033 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:02:23,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:02:23,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:25,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:27,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:28,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:29,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:31,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:33,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:34,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:35,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:37,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:38,037 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:02:38,037 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:02:38,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:02:39,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:39,887 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:41,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:43,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:45,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:45,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:47,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:47,876 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:02:47,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:02:47,877 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 10:02:47,878 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 10:02:47,878 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 10:02:48,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 10:02:49,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:50,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:51,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:52,322 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:02:53,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:02:53,036 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:02:53,082 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:02:53,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:55,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:55,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:02:57,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:02:59,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:00,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:01,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:03,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:05,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:06,200 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:07,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:07,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:03:08,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:03:08,408 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:03:08,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:03:11,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:11,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:13,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:15,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:17,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:17,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:19,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:21,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:22,323 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:03:23,172 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:23,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:03:23,215 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:03:23,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:23,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:03:25,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:27,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:28,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:29,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:31,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:33,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:34,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:35,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:37,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:38,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:03:38,215 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:03:38,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:03:39,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:40,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:41,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:43,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:45,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:45,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:47,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:49,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:51,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:51,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:52,330 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:03:53,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:03:53,216 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:03:53,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:53,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:03:55,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:56,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:03:57,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:03:59,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:01,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:02,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:03,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:05,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:07,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:08,192 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:08,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:04:08,214 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:04:08,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:04:09,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:11,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:13,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:13,841 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:15,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:17,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:19,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:19,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:21,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:22,326 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:04:23,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:04:23,217 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:04:23,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:23,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:04:25,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:25,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:27,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:29,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:30,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:31,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:33,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:35,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:36,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:37,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:38,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:04:38,217 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:04:38,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:04:39,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:41,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:41,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:43,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:45,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:47,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:47,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:49,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:51,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:52,327 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:04:53,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:04:53,217 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:04:53,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:53,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:53,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:04:55,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:57,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:04:58,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:04:59,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:02,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:04,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:04,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:06,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:08,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:05:08,217 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:05:08,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:08,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:05:09,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:10,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:12,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:14,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:15,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:16,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:18,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:20,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:20,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:22,328 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:05:22,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:23,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:05:23,218 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:05:23,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:05:24,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:26,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:26,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:28,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:30,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:32,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:32,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:34,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:36,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:37,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:38,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:05:38,218 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:05:38,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:38,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:05:40,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:42,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:43,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:44,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:46,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:48,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:48,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:50,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:52,329 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:05:52,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:53,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:05:53,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:05:53,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:05:54,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:54,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:05:56,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:05:58,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:00,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:00,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:02,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:04,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:05,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:06,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:08,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:06:08,223 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:06:08,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:08,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:06:10,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:11,192 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:12,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:14,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:16,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:16,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:18,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:20,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:22,331 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:06:22,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:22,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:23,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:06:23,223 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:06:23,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:06:24,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:26,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:28,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:28,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:30,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:32,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:33,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:34,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:36,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:38,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:06:38,224 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:06:38,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:38,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:06:39,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:40,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:42,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:44,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:44,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:46,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:48,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:50,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:50,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:52,332 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:06:52,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:53,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:06:53,223 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:06:53,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:06:54,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:56,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:06:56,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:06:58,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:00,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:01,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:02,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:04,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:06,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:07,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:08,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:07:08,224 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:07:08,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:07:08,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:10,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:12,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:13,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:14,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:16,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:18,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:18,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:20,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:22,334 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:07:22,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:23,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:07:23,224 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:07:23,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:07:24,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:24,846 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:26,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:28,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:30,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:30,557 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:32,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:34,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:36,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:36,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:38,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:07:38,224 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:07:38,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:07:38,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:40,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:41,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:42,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:44,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:46,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:47,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:48,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:50,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:52,339 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:07:52,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:53,192 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:07:53,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:07:53,224 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:07:53,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:07:54,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:56,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:58,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:07:58,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:00,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:02,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:04,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:04,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:06,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:08,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:08:08,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:08:08,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:08:08,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:09,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:10,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:12,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:15,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:15,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:17,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:19,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:20,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:21,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:22,335 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:08:23,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:08:23,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:08:23,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:08:23,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:25,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:26,017 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:27,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:29,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:31,068 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:31,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:33,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:35,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:36,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:37,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:38,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:08:38,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:08:38,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:08:39,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:41,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:42,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:43,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:45,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:47,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:48,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:49,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:51,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:52,337 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:08:53,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:08:53,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:08:53,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:08:53,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:54,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:08:55,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:57,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:59,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:08:59,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:01,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:03,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:05,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:05,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:07,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:08,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:09:08,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:09:08,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:09:09,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:11,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:11,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:13,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:15,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:16,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:17,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:19,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:21,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:22,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:22,338 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:09:23,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:09:23,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:09:23,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:09:23,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:25,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:27,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:27,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:29,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:31,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:33,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:33,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:35,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:37,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:38,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:09:38,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:09:38,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:09:39,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:39,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:41,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:43,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:44,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:45,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:47,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:49,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:50,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:51,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:52,339 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:09:53,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:09:53,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:09:53,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:09:53,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:55,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:55,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:09:57,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:09:59,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:01,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:01,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:03,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:05,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:06,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:07,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:08,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:10:08,225 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:10:08,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:10:09,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:11,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:12,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:13,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:15,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:17,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:18,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:19,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:21,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:22,341 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:10:23,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:10:23,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:10:23,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:23,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:10:23,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:25,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:27,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:28,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:29,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:31,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:33,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:33,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:35,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:37,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:38,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:10:38,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:10:38,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:10:39,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:39,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:41,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:43,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:45,163 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:45,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:47,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:49,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:50,820 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:51,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:52,342 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:10:53,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:10:53,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:10:53,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:10:53,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:55,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:56,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:10:57,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:10:59,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:01,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:02,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:03,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:05,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:07,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:07,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:08,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:11:08,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:11:08,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:11:09,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:11,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:13,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:13,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:15,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:17,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:19,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:19,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:21,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:22,343 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:11:23,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:11:23,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:11:23,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:11:23,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:24,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:25,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:28,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:30,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:30,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:32,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:34,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:36,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:36,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:38,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:11:38,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:11:38,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:11:38,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:40,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:41,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:42,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:44,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:46,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:47,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:48,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:50,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:52,344 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:11:52,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:52,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:53,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:11:53,226 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:11:53,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:11:54,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:56,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:11:57,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:11:58,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:00,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:02,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:03,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:04,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:06,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:08,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:12:08,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:12:08,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:12:08,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:09,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:10,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:12,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:14,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:14,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:16,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:18,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:20,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:20,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:22,346 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:12:22,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:23,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:12:23,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:12:23,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:12:24,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:25,911 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:26,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:28,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:30,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:31,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:32,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:34,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:36,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:37,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:38,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:12:38,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:12:38,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:12:38,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:40,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:42,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:43,114 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:44,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:46,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:48,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:48,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:50,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:52,347 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:12:52,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:53,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:12:53,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:12:53,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:12:54,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:12:54,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:56,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:58,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:12:59,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:00,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:02,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:04,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:05,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:06,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:08,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:13:08,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:13:08,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:13:08,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:10,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:11,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:12,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:14,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:16,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:16,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:18,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:20,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:22,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:22,348 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:13:22,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:23,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:13:23,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:13:23,417 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:13:24,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:26,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:27,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:28,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:30,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:32,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:33,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:34,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:36,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:38,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:13:38,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:13:38,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:13:38,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:39,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:40,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:42,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:44,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:44,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:46,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:48,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:50,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:50,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:52,350 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:13:52,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:53,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:13:53,227 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:13:53,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:13:54,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:56,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:13:56,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:13:58,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:00,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:01,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:02,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:04,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:06,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:07,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:08,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:14:08,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:14:08,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:14:08,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:10,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:12,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:12,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:14,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:16,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:18,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:18,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:20,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:22,354 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:14:22,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:23,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:14:23,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:14:23,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:14:24,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:24,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:26,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:28,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:29,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:30,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:32,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:34,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:35,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:36,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:38,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:14:38,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:14:38,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:14:38,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:40,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:40,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:42,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:44,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:46,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:47,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:49,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:51,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:52,153 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:52,352 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:14:53,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:14:53,228 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:14:53,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:14:53,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:55,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:57,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:14:57,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:14:59,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:01,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:03,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:03,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:05,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:07,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:08,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:15:08,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:15:08,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:15:09,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:09,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:11,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:13,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:15,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:15,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:17,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:19,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:20,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:21,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:22,353 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:15:23,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:15:23,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:15:23,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:15:23,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:25,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:26,614 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:27,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:29,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:31,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:32,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:33,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:35,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:37,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:37,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:38,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:15:38,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:15:38,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:15:39,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:41,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:43,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:43,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:45,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:47,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:49,244 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:49,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:51,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:52,354 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:15:53,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:15:53,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:15:53,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:15:53,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:54,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:15:55,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:57,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:15:59,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:00,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:01,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:03,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:05,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:06,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:07,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:08,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:16:08,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:16:08,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:16:09,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:11,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:11,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:13,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:15,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:17,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:17,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:19,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:21,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:22,355 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:16:23,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:23,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:16:23,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:16:23,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:16:23,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:25,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:27,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:28,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:29,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:31,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:33,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:34,121 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:35,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:37,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:38,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:16:38,229 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:16:38,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:16:39,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:39,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:41,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:43,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:45,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:45,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:47,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:49,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:50,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:51,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:52,356 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:16:53,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:16:53,230 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:16:53,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:16:53,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:55,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:56,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:16:57,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:16:59,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:01,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:02,114 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:03,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:05,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:07,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:07,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:08,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:17:08,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:17:08,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:17:09,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:11,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:13,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:13,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:15,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:17,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:18,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:19,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:21,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:22,357 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:17:23,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:17:23,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:17:23,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:17:23,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:24,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:25,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:27,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:29,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:30,166 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:31,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:33,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:35,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:35,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:37,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:38,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:17:38,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:17:38,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:17:39,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:41,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:41,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:43,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:45,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:46,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:47,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:49,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:51,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:52,359 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:17:52,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:17:53,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:17:53,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:17:53,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:17:53,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:55,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:57,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:17:57,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:00,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:02,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:03,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:04,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:06,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:08,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:18:08,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:18:08,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:18:08,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:09,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:10,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:12,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:14,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:14,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:16,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:18,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:20,366 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:20,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:18:20,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:18:20,510 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 10:18:20,511 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 10:18:20,511 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 10:18:20,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 10:18:20,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:22,360 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:18:22,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:23,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:18:23,234 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:18:23,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:18:24,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:25,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:26,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:28,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:30,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:30,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:32,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:34,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:35,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:36,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:38,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:18:38,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:18:38,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:18:38,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:39,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:40,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:18:40,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:41,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:42,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:44,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:46,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:46,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:48,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:50,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:51,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:52,361 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:18:52,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:53,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:18:53,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:18:53,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:18:54,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:56,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:18:57,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:18:58,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:00,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:02,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:03,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:04,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:06,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:08,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:19:08,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:08,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:19:08,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:19:08,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:10,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:12,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:13,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:14,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:16,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:18,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:19,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:20,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:22,363 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:19:22,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:23,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:19:23,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:19:23,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:19:24,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:24,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:26,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:28,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:30,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:30,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:32,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:34,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:36,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:36,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:38,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:19:38,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:19:38,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:19:38,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:40,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:41,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:42,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:44,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:46,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:47,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:48,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:50,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:52,364 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:19:52,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:52,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:53,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:19:53,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:19:53,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:19:54,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:56,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:19:57,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:19:58,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:00,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:02,910 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:02,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:04,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:06,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:08,467 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:08,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:20:08,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:20:08,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:20:08,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:10,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:12,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:14,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:14,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:16,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:18,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:19,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:20,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:22,369 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:20:22,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:23,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:20:23,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:20:23,545 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:20:24,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:25,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:26,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:29,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:31,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:31,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:33,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:35,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:36,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:37,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:38,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:20:38,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:20:38,546 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:20:39,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:41,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:42,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:43,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:45,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:47,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:47,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:49,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:51,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:52,366 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:20:53,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:53,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:53,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:20:53,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:20:53,546 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:20:55,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:57,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:20:58,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:20:59,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:01,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:03,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:04,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:05,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:07,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:08,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:21:08,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:21:08,546 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:21:09,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:10,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:11,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:13,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:15,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:16,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:18,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:20,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:21,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:22,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:22,367 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:21:23,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:21:23,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:21:23,546 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:21:24,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:26,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:27,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:28,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:30,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:32,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:32,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:34,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:36,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:38,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:38,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:38,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:21:38,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:21:38,546 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:21:40,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:42,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:44,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:44,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:46,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:48,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:49,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:50,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:52,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:52,368 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:21:53,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:21:53,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:21:53,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:21:54,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:55,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:21:56,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:21:58,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:00,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:00,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:02,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:04,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:06,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:06,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:08,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:08,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:22:08,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:22:08,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:22:10,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:12,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:12,116 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:14,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:16,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:17,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:18,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:20,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:22,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:22,369 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:22:23,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:23,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:22:23,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:22:23,547 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:22:24,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:26,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:28,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:28,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:30,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:32,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:34,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:34,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:36,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:38,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:38,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:22:38,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:22:38,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:22:40,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:40,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:42,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:44,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:45,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:46,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:48,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:50,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:51,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:52,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:52,370 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:22:53,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:22:53,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:22:53,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:22:54,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:56,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:22:56,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:22:58,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:00,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:02,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:02,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:04,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:06,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:08,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:08,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:08,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:23:08,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:23:08,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:23:10,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:12,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:13,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:14,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:16,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:18,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:19,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:20,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:22,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:22,371 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:23:23,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:23:23,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:23:23,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:23:24,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:24,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:26,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:28,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:29,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:30,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:32,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:34,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:35,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:36,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:38,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:38,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:23:38,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:23:38,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:23:40,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:40,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:42,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:44,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:46,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:46,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:48,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:50,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:51,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:52,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:52,373 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:23:53,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:23:53,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:23:53,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:23:54,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:56,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:23:57,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:23:58,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:00,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:02,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:03,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:04,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:06,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:08,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:08,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:08,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:24:08,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:24:08,548 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:24:10,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:12,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:14,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:14,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:16,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:18,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:19,898 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:20,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:22,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:22,378 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:24:23,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:24:23,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:24:23,549 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:24:24,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:25,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:26,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:28,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:30,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:31,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:33,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:35,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:36,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:37,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:38,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:24:38,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:24:38,549 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:24:39,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:41,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:42,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:43,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:45,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:47,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:47,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:49,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:51,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:52,375 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:24:53,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:53,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:53,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:24:53,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:24:53,549 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:24:55,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:57,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:24:58,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:24:59,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:01,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:03,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:04,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:05,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:07,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:08,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:25:08,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:25:08,549 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:25:09,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:10,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:11,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:13,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:15,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:15,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:17,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:19,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:21,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:21,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:22,376 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:25:23,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:23,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:25:23,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:25:23,549 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:25:25,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:27,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:27,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:29,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:31,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:32,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:33,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:35,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:37,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:38,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:38,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:25:38,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:25:38,549 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:25:39,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:41,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:43,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:43,736 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:45,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:47,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:49,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:49,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:51,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:52,378 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:25:53,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:53,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:25:53,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:25:53,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:25:55,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:25:55,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:57,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:25:59,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:00,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:01,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:03,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:05,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:06,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:07,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:08,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:26:08,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:26:08,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:26:09,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:11,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:12,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:13,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:15,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:17,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:17,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:19,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:21,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:22,379 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:26:23,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:23,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:23,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:26:23,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:26:23,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:26:25,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:27,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:29,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:29,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:31,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:33,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:34,842 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:35,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:37,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:38,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:26:38,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:26:38,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:26:39,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:40,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:41,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:43,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:45,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:46,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:47,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:49,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:51,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:51,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:52,380 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:26:53,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:53,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:26:53,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:26:53,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:26:55,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:57,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:26:57,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:26:59,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:01,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:03,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:03,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:05,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:07,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:08,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:08,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:27:08,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:27:08,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:27:09,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:11,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:13,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:14,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:15,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:17,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:19,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:20,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:21,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:22,381 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:27:23,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:23,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:27:23,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:27:23,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:27:25,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:25,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:27,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:29,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:31,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:31,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:33,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:35,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:36,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:37,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:38,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:27:38,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:27:38,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:27:39,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:41,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:42,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:43,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:46,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:47,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:48,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:50,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:52,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:52,382 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:27:53,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:27:53,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:27:53,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:27:53,550 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:27:54,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:56,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:58,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:27:58,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:00,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:02,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:04,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:04,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:06,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:08,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:08,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:28:08,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:28:08,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:28:10,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:10,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:12,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:14,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:16,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:16,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:18,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:20,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:22,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:22,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:22,383 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:28:23,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:28:23,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:28:23,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:28:24,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:26,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:27,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:28,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:30,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:32,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:33,172 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:34,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:36,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:38,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:38,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:38,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:28:38,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:28:38,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:28:40,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:42,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:44,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:44,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:46,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:48,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:49,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:50,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:52,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:52,384 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:28:53,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:28:53,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:28:53,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:28:54,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:55,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:28:56,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:28:58,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:00,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:00,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:02,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:04,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:06,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:06,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:08,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:08,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:29:08,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:29:08,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:29:10,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:11,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:12,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:14,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:16,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:17,458 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:18,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:20,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:22,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:22,385 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:29:23,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:23,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:29:23,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:29:23,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:29:24,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:26,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:28,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:28,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:30,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:32,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:34,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:34,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:36,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:38,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:38,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:29:38,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:29:38,551 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:29:40,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:40,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:42,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:44,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:45,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:46,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:48,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:50,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:51,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:52,389 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:29:52,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:53,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:29:53,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:29:53,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:29:54,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:56,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:29:57,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:29:58,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:00,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:02,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:02,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:04,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:06,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:08,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:08,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:08,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:30:08,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:30:08,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:30:10,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:12,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:13,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:14,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:16,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:18,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:19,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:20,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:22,391 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:30:22,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:23,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:30:23,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:30:23,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:30:24,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:25,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:26,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:28,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:30,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:30,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:32,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:34,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:36,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:36,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:38,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:38,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:30:38,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:30:38,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:30:40,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:42,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:42,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:44,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:46,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:47,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:48,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:50,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:52,391 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:30:52,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:53,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:30:53,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:30:53,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:30:53,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:30:54,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:56,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:58,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:30:58,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:00,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:02,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:04,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:04,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:06,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:08,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:31:08,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:31:08,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:31:09,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:10,257 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:11,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:13,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:15,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:15,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:17,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:19,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:21,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:21,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:22,393 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:31:23,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:23,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:31:23,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:31:23,553 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:31:25,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:26,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:27,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:29,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:31,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:32,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:33,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:35,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:37,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:38,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:38,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:31:38,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:31:38,552 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:31:39,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:41,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:43,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:43,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:45,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:47,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:49,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:49,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:51,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:52,394 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:31:53,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:53,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:31:53,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:31:53,553 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:31:55,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:31:55,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:57,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:31:59,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:00,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:01,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:03,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:05,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:06,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:07,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:08,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:32:08,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:32:08,553 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:32:09,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:11,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:12,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:13,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:15,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:17,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:17,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:19,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:21,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:22,396 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:32:23,454 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:23,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:23,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:32:23,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:32:23,554 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:32:25,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:27,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:28,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:29,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:31,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:33,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:34,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:35,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:37,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:38,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:32:38,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:32:38,555 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:32:39,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:40,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:41,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:43,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:45,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:45,876 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:47,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:49,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:51,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:51,526 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:52,397 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:32:53,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:53,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:32:53,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:32:53,554 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:32:55,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:57,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:32:57,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:32:59,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:01,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:02,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:03,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:05,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:07,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:08,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:08,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:33:08,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:33:08,554 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:33:09,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:11,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:13,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:13,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:15,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:17,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:19,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:19,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:21,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:22,398 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:33:23,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:23,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:33:23,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:33:23,555 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:33:25,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:25,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:27,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:29,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:30,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:31,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:33,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:35,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:36,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:37,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:38,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:33:38,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:33:38,555 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:33:39,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:41,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:41,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:43,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:45,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:47,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:47,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:49,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:49,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:33:49,773 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 10:33:49,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:33:49,773 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 10:33:49,774 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 10:33:50,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 10:33:51,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:52,400 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:33:52,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:53,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:33:53,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:33:53,555 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:33:53,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:55,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:57,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:33:57,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:33:59,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:01,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:02,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:03,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:05,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:07,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:08,194 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:08,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:34:08,638 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:34:08,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:34:09,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:10,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:34:11,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:13,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:14,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:15,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:17,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:19,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:19,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:21,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:22,401 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:34:23,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:34:23,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:34:23,569 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:34:23,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:25,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:25,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:27,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:29,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:30,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:31,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:34,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:36,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:36,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:38,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:34:38,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:34:38,569 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:34:38,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:40,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:42,333 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:42,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:44,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:46,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:47,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:48,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:50,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:52,402 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:34:52,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:53,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:34:53,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:34:53,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:34:53,570 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:34:54,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:56,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:58,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:34:59,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:00,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:02,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:04,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:04,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:06,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:08,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:35:08,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:35:08,569 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:35:08,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:10,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:10,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:12,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:14,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:16,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:16,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:18,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:20,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:21,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:22,403 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:35:22,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:23,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:35:23,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:35:23,570 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:35:24,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:26,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:27,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:28,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:30,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:32,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:32,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:34,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:36,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:38,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:38,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:35:38,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:35:38,570 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:35:38,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:40,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:42,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:43,986 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:44,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:46,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:48,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:49,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:50,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:52,407 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:35:52,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:53,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:35:53,570 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:35:53,570 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:35:54,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:55,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:35:56,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:35:58,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:00,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:00,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:02,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:04,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:06,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:06,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:08,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:36:08,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:36:08,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:36:08,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:10,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:11,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:12,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:14,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:16,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:17,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:18,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:20,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:22,405 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:36:22,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:23,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:23,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:36:23,570 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:36:23,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:36:24,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:26,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:28,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:28,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:30,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:32,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:34,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:34,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:36,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:38,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:36:38,570 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:36:38,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:36:38,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:40,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:40,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:42,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:44,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:45,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:46,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:48,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:50,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:51,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:52,407 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:36:52,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:53,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:36:53,570 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:36:53,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:36:54,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:56,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:36:57,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:36:58,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:00,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:02,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:02,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:04,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:06,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:08,522 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:08,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:37:08,570 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:37:08,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:37:08,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:10,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:12,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:14,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:14,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:16,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:18,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:19,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:20,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:22,408 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:37:22,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:23,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:37:23,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:37:23,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:37:24,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:24,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:26,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:28,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:30,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:30,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:32,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:34,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:36,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:36,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:38,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:37:38,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:37:38,571 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:37:38,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:40,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:41,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:42,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:44,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:46,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:46,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:48,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:51,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:52,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:52,409 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:37:53,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:37:53,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:37:53,573 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:37:53,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:55,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:57,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:37:57,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:37:59,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:01,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:03,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:03,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:05,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:07,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:08,565 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:08,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:38:08,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:38:08,573 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:38:09,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:11,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:13,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:14,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:15,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:17,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:19,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:19,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:21,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:22,412 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:38:23,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:38:23,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:38:23,573 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:38:23,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:25,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:25,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:27,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:29,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:30,680 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:31,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:33,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:35,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:36,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:37,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:38,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:38:38,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:38:38,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:38:39,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:41,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:41,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:43,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:45,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:47,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:47,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:49,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:51,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:52,413 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:38:52,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:53,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:38:53,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:38:53,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:38:53,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:55,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:57,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:38:57,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:38:59,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:01,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:03,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:03,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:05,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:07,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:08,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:08,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:39:08,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:39:08,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:39:09,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:11,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:13,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:14,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:15,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:17,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:19,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:19,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:21,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:22,415 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:39:23,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:39:23,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:39:23,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:39:23,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:25,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:25,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:27,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:29,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:31,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:31,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:33,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:35,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:36,736 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:37,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:38,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:39:38,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:39:38,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:39:39,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:41,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:42,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:43,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:45,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:47,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:48,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:49,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:51,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:52,416 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:39:53,506 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:53,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:39:53,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:39:53,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:39:53,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:55,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:57,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:39:59,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:39:59,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:01,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:03,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:04,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:05,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:07,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:08,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:40:08,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:40:08,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:40:09,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:10,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:11,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:13,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:15,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:16,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:17,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:19,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:21,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:21,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:22,417 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:40:23,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:40:23,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:40:23,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:40:23,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:25,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:27,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:27,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:29,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:31,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:33,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:33,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:35,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:37,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:38,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:38,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:40:38,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:40:38,575 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:40:39,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:41,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:43,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:44,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:45,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:47,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:49,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:50,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:51,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:52,422 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:40:53,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:40:53,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:40:53,574 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:40:53,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:55,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:40:55,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:57,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:40:59,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:01,446 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:01,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:03,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:05,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:07,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:07,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:08,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:41:08,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:41:08,575 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:41:09,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:11,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:12,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:13,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:16,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:18,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:18,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:20,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:22,419 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:41:22,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:23,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:41:23,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:41:23,575 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:41:23,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:24,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:26,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:28,841 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:28,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:30,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:32,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:34,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:34,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:36,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:38,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:41:38,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:41:38,575 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:41:38,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:39,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:40,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:42,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:44,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:45,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:46,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:48,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:50,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:51,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:52,420 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:41:52,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:53,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:41:53,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:41:53,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:41:54,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:56,799 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:41:56,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:41:58,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:00,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:02,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:02,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:04,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:06,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:08,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:08,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:42:08,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:42:08,579 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:42:08,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:10,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:12,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:13,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:14,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:16,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:18,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:19,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:20,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:22,422 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:42:22,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:23,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:42:23,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:42:23,579 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:42:24,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:24,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:26,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:28,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:30,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:30,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:32,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:34,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:36,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:36,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:38,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:42:38,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:42:38,579 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:42:38,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:40,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:42,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:42,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:44,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:46,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:47,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:48,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:50,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:52,422 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:42:52,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:53,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:42:53,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:42:53,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:42:53,579 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:42:54,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:56,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:58,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:42:59,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:00,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:02,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:04,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:04,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:06,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:08,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:43:08,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:43:08,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:43:08,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:10,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:10,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:12,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:14,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:16,084 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:16,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:18,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:20,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:21,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:22,424 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:43:22,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:23,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:43:23,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:43:23,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:43:24,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:26,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:27,355 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:28,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:30,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:33,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:33,103 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:35,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:37,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:38,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:38,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:43:38,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:43:38,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:43:39,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:41,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:43,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:43,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:45,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:47,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:49,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:49,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:51,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:52,425 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:43:53,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:53,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:43:53,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:43:53,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:43:54,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:43:55,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:57,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:43:59,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:00,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:01,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:03,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:05,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:06,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:07,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:08,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:44:08,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:44:08,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:44:09,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:11,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:12,126 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:13,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:15,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:17,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:17,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:19,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:21,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:22,426 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:44:23,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:23,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:23,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:44:23,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:44:23,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:44:25,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:27,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:29,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:29,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:31,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:33,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:34,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:35,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:37,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:38,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:44:38,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:44:38,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:44:39,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:40,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:41,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:44,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:46,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:46,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:48,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:50,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:51,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:52,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:52,427 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:44:53,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:44:53,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:44:53,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:44:54,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:56,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:44:57,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:44:58,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:00,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:02,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:03,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:04,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:06,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:08,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:08,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:08,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:45:08,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:45:08,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:45:10,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:12,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:13,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:14,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:16,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:18,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:19,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:20,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:22,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:22,429 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:45:23,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:45:23,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:45:23,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:45:24,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:24,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:26,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:28,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:30,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:30,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:32,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:34,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:36,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:36,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:38,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:38,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:45:38,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:45:38,580 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:45:40,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:41,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:42,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:44,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:46,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:47,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:48,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:50,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:52,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:52,430 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:45:52,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:53,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:45:53,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:45:53,581 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:45:54,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:56,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:45:57,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:45:58,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:00,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:02,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:02,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:04,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:06,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:08,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:08,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:08,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:46:08,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:46:08,581 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:46:10,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:12,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:14,096 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:14,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:16,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:18,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:19,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:20,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:22,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:22,431 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:46:23,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:46:23,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:46:23,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:46:24,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:25,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:26,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:28,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:30,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:30,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:32,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:34,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:36,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:36,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:38,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:38,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:46:38,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:46:38,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:46:40,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:42,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:42,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:44,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:46,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:47,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:48,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:50,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:52,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:52,432 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:46:53,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:46:53,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:46:53,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:46:53,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:46:54,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:56,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:58,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:46:58,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:00,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:02,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:04,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:04,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:06,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:08,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:08,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:47:08,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:47:08,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:47:10,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:10,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:12,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:14,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:15,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:16,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:18,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:20,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:21,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:22,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:22,434 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:47:23,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:47:23,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:47:23,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:47:24,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:26,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:27,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:28,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:30,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:32,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:32,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:34,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:36,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:38,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:38,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:38,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:47:38,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:47:38,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:47:40,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:42,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:44,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:44,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:46,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:48,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:50,084 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:50,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:52,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:52,434 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:47:53,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:47:53,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:47:53,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:47:54,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:55,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:47:56,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:47:58,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:00,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:01,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:02,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:04,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:06,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:07,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:08,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:08,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:48:08,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:48:08,582 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:48:11,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:12,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:13,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:15,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:17,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:18,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:19,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:21,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:22,436 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:48:23,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:23,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:23,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:48:23,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:48:23,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:48:25,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:27,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:29,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:29,563 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:31,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:33,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:35,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:35,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:37,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:38,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:48:38,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:48:38,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:48:39,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:40,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:41,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:43,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:45,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:46,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:47,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:49,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:51,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:52,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:52,437 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:48:53,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:53,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:48:53,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:48:53,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:48:55,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:57,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:48:57,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:48:59,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:01,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:03,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:03,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:05,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:07,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:08,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:08,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:49:08,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:49:08,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:49:09,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:11,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:13,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:14,564 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:15,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:17,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:19,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:20,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:21,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:22,438 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:49:23,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:23,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:49:23,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:49:23,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:49:24,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:49:24,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:49:24,731 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 10:49:24,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 10:49:24,732 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 10:49:25,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:25,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 10:49:25,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:27,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:29,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:30,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:31,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:33,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:35,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:35,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:37,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:38,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:49:38,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:49:38,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:49:39,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:40,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:41,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:43,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:44,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:44,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 10:49:46,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:46,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:47,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:49,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:51,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:51,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:52,440 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:49:53,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:53,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:49:53,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:49:53,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:49:55,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:57,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:49:57,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:49:59,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:01,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:02,908 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:03,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:05,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:07,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:08,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:08,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:50:08,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:50:08,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:50:09,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:11,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:13,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:14,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:15,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:17,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:19,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:20,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:21,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:22,441 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:50:23,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:23,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:50:23,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:50:23,583 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:50:25,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:25,819 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:27,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:29,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:31,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:31,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:33,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:35,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:36,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:37,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:38,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:50:38,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:50:38,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:50:39,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:41,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:42,841 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:43,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:45,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:47,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:48,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:49,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:51,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:52,442 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:50:53,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:53,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:53,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:50:53,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:50:53,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:50:55,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:57,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:50:58,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:50:59,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:01,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:03,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:04,175 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:05,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:07,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:08,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:51:08,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:51:08,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:51:09,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:09,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:11,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:13,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:15,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:15,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:17,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:19,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:21,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:21,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:22,443 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:51:23,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:23,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:51:23,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:51:23,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:51:25,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:26,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:27,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:29,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:31,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:32,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:33,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:35,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:38,125 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:38,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:38,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:51:38,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:51:38,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:51:40,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:42,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:43,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:44,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:46,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:48,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:49,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:50,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:52,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:52,444 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:51:53,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:51:53,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:51:53,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:51:54,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:55,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:51:56,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:51:58,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:00,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:00,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:02,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:04,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:06,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:06,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:08,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:08,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:52:08,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:52:08,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:52:10,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:12,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:12,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:14,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:16,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:17,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:18,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:20,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:22,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:22,446 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:52:23,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:23,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:52:23,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:52:23,584 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:52:24,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:26,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:28,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:29,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:30,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:32,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:34,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:34,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:36,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:38,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:38,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:52:38,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:52:38,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:52:40,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:40,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:42,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:44,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:46,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:46,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:48,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:50,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:52,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:52,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:52,447 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:52:53,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:52:53,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:52:53,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:52:54,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:56,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:52:57,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:52:58,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:00,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:02,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:03,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:04,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:06,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:08,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:08,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:08,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:53:08,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:53:08,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:53:10,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:12,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:13,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:14,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:16,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:18,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:19,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:20,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:22,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:22,448 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:53:23,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:53:23,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:53:23,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:53:24,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:24,830 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:26,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:28,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:30,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:30,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:32,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:34,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:36,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:36,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:38,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:38,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:53:38,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:53:38,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:53:40,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:41,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:42,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:44,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:46,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:47,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:48,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:50,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:52,450 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:53:52,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:52,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:53,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:53:53,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:53:53,585 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:53:54,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:56,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:53:58,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:53:58,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:00,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:02,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:04,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:04,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:06,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:08,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:08,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:54:08,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:54:08,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:54:09,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:10,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:12,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:14,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:15,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:16,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:18,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:20,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:21,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:22,450 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:54:22,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:23,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:54:23,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:54:23,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:54:24,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:26,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:26,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:28,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:30,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:32,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:32,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:34,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:36,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:37,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:38,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:38,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:54:38,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:54:38,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:54:40,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:42,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:43,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:44,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:46,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:48,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:49,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:50,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:52,452 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:54:52,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:53,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:54:53,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:54:53,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:54:54,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:54,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:54:56,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:54:59,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:00,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:01,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:03,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:05,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:06,134 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:07,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:08,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:55:08,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:55:08,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:55:09,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:11,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:11,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:13,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:15,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:17,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:17,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:19,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:21,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:22,454 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:55:23,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:23,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:23,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:55:23,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:55:23,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:55:25,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:27,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:28,819 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:29,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:31,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:33,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:34,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:35,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:37,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:38,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:55:38,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:55:38,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:55:39,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:40,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:41,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:43,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:45,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:45,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:47,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:49,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:51,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:51,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:52,455 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:55:53,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:53,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:55:53,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:55:53,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:55:55,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:56,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:55:57,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:55:59,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:01,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:02,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:03,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:05,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:07,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:08,074 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:08,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:56:08,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:56:08,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:56:09,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:11,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:13,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:13,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:15,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:17,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:19,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:19,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:21,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:22,457 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:56:23,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:23,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:56:23,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:56:23,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:56:24,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:25,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:27,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:29,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:30,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:31,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:33,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:35,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:36,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:37,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:38,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:56:38,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:56:38,586 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:56:39,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:41,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:41,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:43,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:45,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:47,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:47,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:49,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:51,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:52,458 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:56:52,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:53,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:56:53,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:56:53,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:56:53,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:55,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:57,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:56:57,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:56:59,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:01,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:03,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:03,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:05,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:07,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:08,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:08,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:57:08,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:57:08,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:57:09,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:11,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:13,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:13,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:15,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:17,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:19,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:19,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:21,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:22,459 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:57:23,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:57:23,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:57:23,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:57:23,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:24,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:25,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:27,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:29,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:30,526 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:31,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:33,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:35,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:36,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:37,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:38,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:57:38,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:57:38,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:57:39,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:41,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:41,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:43,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:45,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:47,497 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:47,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:49,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:51,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:52,460 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:57:53,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:53,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:57:53,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:57:53,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:57:53,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:55,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:57,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:57:58,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:57:59,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:01,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:03,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:04,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:05,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:07,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:08,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:58:08,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:58:08,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:58:09,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:10,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:11,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:14,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:15,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:16,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:18,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:20,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:21,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:22,461 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:58:22,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:23,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:58:23,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:58:23,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:58:24,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:26,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:27,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:28,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:30,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:32,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:33,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:34,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:36,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:38,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:38,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:58:38,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:58:38,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:58:38,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:40,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:42,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:44,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:44,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:46,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:48,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:49,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:50,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:52,462 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:58:52,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:53,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:58:53,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:58:53,587 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:58:54,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:55,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:58:56,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:58:58,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:00,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:01,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:02,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:04,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:06,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:06,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:08,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:59:08,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:59:08,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:59:08,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:10,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:12,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:12,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:14,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:16,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:17,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:18,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:20,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:22,463 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:59:22,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:23,464 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:23,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:59:23,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:59:23,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:59:24,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:26,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:28,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:28,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:30,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:32,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:34,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:34,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:36,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:38,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:59:38,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:59:38,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:59:38,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:40,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:40,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:42,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:44,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:46,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:46,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:48,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:50,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:51,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:52,465 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 10:59:52,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:53,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 10:59:53,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 10:59:53,588 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 10:59:54,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:56,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 10:59:57,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 10:59:58,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:00,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:02,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:03,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:04,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:06,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:08,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:08,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:00:08,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:00:08,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:00:08,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:10,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:12,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:14,323 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:14,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:16,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:18,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:19,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:20,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:22,465 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:00:22,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:23,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:00:23,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:00:23,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:00:24,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:25,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:26,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:28,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:30,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:31,155 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:32,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:34,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:36,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:36,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:38,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:00:38,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:00:38,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:00:38,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:40,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:42,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:42,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:44,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:46,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:48,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:48,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:50,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:52,467 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:00:52,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:53,567 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:00:53,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:00:53,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:00:53,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:00:54,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:56,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:58,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:00:59,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:00,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:02,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:04,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:04,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:06,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:08,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:01:08,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:01:08,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:01:08,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:10,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:10,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:12,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:14,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:16,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:16,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:18,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:20,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:21,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:22,469 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:01:22,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:23,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:01:23,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:01:23,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:01:24,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:26,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:27,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:28,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:30,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:32,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:32,974 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:34,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:36,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:38,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:38,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:01:38,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:01:38,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:01:38,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:40,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:42,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:44,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:44,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:46,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:49,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:49,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:51,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:52,470 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:01:53,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:01:53,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:01:53,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:01:53,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:55,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:01:55,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:57,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:01:59,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:01,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:01,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:03,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:05,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:06,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:07,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:08,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:02:08,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:02:08,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:02:09,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:11,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:12,557 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:13,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:15,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:17,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:18,218 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:19,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:21,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:22,471 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:02:23,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:23,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:02:23,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:02:23,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:02:23,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:25,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:27,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:29,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:29,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:31,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:33,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:35,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:35,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:37,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:38,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:02:38,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:02:38,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:02:39,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:40,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:41,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:43,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:45,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:46,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:47,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:49,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:51,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:52,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:52,472 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:02:53,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:02:53,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:02:53,589 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:02:53,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:55,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:57,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:02:57,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:02:59,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:01,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:03,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:03,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:05,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:07,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:08,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:08,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:03:08,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:03:08,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:03:09,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:11,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:13,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:14,485 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:15,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:17,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:19,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:20,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:21,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:22,473 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:03:23,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:03:23,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:03:23,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:03:23,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:25,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:25,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:27,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:29,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:31,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:31,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:33,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:35,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:36,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:37,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:38,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:03:38,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:03:38,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:03:39,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:41,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:42,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:43,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:45,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:47,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:48,269 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:49,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:51,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:52,475 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:03:53,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:53,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:03:53,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:03:53,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:03:53,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:55,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:57,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:03:58,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:03:59,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:01,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:03,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:04,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:05,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:07,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:08,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:04:08,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:04:08,590 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:04:09,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:10,206 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:11,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:13,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:15,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:15,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:17,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:19,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:21,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:21,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:22,476 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:04:23,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:04:23,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:04:23,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:04:23,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:25,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:27,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:27,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:29,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:31,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:32,933 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:33,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:35,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:37,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:38,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:38,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:04:38,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:04:38,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:04:39,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:41,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:43,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:44,000 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:45,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:47,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:49,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:49,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:51,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:52,477 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:04:53,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:04:53,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:04:53,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:04:53,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:55,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:04:55,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:57,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:04:58,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:04:58,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:04:58,734 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 11:04:58,734 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 11:04:58,735 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 11:04:58,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 11:04:59,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:00,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:01,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:03,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:05,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:05,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:07,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:08,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:05:08,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:05:08,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:05:09,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:10,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:11,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:14,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:15,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:16,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:18,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:05:18,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:20,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:21,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:22,479 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:05:22,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:23,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:05:23,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:05:23,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:05:24,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:26,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:26,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:28,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:30,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:32,558 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:32,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:34,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:36,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:38,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:38,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:05:38,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:05:38,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:05:38,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:40,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:42,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:43,976 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:44,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:46,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:48,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:49,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:50,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:52,480 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:05:52,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:53,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:05:53,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:05:53,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:05:54,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:55,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:05:56,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:05:58,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:00,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:00,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:02,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:04,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:06,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:06,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:08,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:06:08,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:06:08,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:06:08,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:10,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:12,003 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:13,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:15,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:17,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:17,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:19,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:21,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:22,482 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:06:23,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:23,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:23,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:06:23,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:06:23,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:06:25,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:27,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:29,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:29,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:31,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:33,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:34,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:35,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:37,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:38,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:06:38,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:06:38,591 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:06:39,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:40,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:41,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:43,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:45,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:46,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:47,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:49,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:51,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:52,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:52,482 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:06:53,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:53,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:06:53,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:06:53,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:06:55,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:57,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:06:58,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:06:59,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:01,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:03,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:03,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:05,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:07,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:08,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:08,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:07:08,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:07:08,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:07:09,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:11,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:13,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:13,967 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:15,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:17,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:19,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:19,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:21,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:22,483 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:07:23,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:23,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:07:23,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:07:23,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:07:25,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:25,323 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:27,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:29,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:31,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:31,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:33,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:35,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:36,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:37,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:38,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:07:38,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:07:38,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:07:39,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:41,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:42,281 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:43,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:45,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:47,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:48,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:49,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:51,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:52,485 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:07:53,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:53,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:07:53,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:07:53,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:07:53,592 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:07:55,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:57,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:59,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:07:59,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:01,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:03,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:04,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:05,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:07,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:08,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:08:08,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:08:08,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:08:09,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:10,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:11,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:13,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:15,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:16,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:17,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:19,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:21,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:21,861 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:22,486 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:08:23,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:23,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:08:23,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:08:23,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:08:25,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:27,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:27,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:29,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:31,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:33,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:33,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:35,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:37,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:38,590 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:38,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:08:38,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:08:38,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:08:39,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:42,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:44,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:44,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:46,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:48,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:50,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:50,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:52,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:52,487 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:08:53,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:08:53,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:08:53,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:08:54,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:55,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:08:56,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:08:58,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:00,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:01,148 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:02,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:04,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:06,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:06,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:08,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:08,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:09:08,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:09:08,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:09:10,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:12,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:12,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:14,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:16,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:17,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:18,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:20,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:22,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:22,488 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:09:23,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:23,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:09:23,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:09:23,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:09:24,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:26,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:28,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:29,136 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:30,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:32,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:34,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:34,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:36,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:38,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:38,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:09:38,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:09:38,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:09:40,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:40,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:42,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:44,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:46,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:46,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:48,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:50,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:51,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:52,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:52,490 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:09:53,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:09:53,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:09:53,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:09:54,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:56,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:09:57,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:09:58,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:00,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:02,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:02,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:04,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:06,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:08,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:08,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:08,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:10:08,593 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:10:08,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:10:10,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:12,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:14,122 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:14,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:16,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:18,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:19,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:20,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:22,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:22,491 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:10:23,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:10:23,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:10:23,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:10:24,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:25,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:26,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:28,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:30,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:31,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:32,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:34,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:36,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:36,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:38,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:38,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:10:38,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:10:38,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:10:40,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:42,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:42,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:44,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:46,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:48,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:48,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:50,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:52,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:52,492 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:10:53,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:10:53,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:10:53,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:10:53,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:10:54,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:56,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:58,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:10:58,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:00,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:02,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:04,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:04,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:06,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:08,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:08,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:11:08,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:11:08,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:11:09,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:10,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:12,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:14,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:15,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:16,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:18,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:20,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:21,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:22,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:22,493 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:11:23,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:11:23,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:11:23,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:11:24,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:26,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:26,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:28,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:30,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:32,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:32,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:34,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:36,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:37,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:38,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:38,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:11:38,594 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:11:38,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:11:40,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:42,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:43,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:44,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:46,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:48,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:49,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:50,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:52,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:52,495 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:11:53,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:11:53,595 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:11:53,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:11:55,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:55,439 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:11:57,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:11:59,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:01,187 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:01,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:03,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:05,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:06,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:07,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:08,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:12:08,597 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:12:08,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:12:09,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:11,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:12,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:13,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:15,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:17,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:18,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:19,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:21,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:22,496 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:12:23,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:23,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:23,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:12:23,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:12:23,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:12:25,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:27,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:29,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:29,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:31,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:33,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:35,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:35,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:37,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:38,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:12:38,597 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:12:38,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:12:39,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:40,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:41,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:43,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:45,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:46,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:47,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:49,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:51,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:51,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:52,497 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:12:53,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:53,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:12:53,598 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:12:53,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:12:55,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:57,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:12:57,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:12:59,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:01,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:03,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:03,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:05,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:07,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:08,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:08,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:13:08,598 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:13:08,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:13:09,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:11,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:13,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:14,429 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:15,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:17,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:19,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:19,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:21,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:22,498 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:13:23,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:23,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:13:23,598 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:13:23,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:13:25,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:25,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:27,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:29,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:31,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:31,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:33,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:35,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:37,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:37,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:38,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:13:38,599 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:13:38,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:13:39,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:41,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:42,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:43,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:45,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:47,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:48,397 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:49,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:51,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:52,500 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:13:53,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:53,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:53,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:13:53,599 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:13:53,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:13:55,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:57,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:13:58,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:13:59,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:01,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:03,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:04,379 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:05,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:07,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:08,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:14:08,599 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:14:08,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:14:09,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:10,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:11,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:13,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:15,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:15,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:17,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:19,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:21,094 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:21,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:22,500 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:14:23,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:23,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:14:23,599 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:14:23,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:14:25,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:26,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:27,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:29,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:31,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:32,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:33,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:35,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:37,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:37,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:38,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:14:38,599 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:14:38,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:14:39,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:41,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:43,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:43,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:45,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:47,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:48,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:49,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:51,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:52,501 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:14:53,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:53,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:14:53,599 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:14:53,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:14:54,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:14:55,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:57,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:14:59,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:00,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:01,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:03,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:05,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:05,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:07,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:08,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:15:08,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:15:08,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:15:09,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:11,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:11,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:13,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:15,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:17,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:17,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:20,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:22,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:22,503 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:15:22,504 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:23,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:15:23,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:15:23,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:15:24,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:26,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:28,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:28,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:30,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:32,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:33,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:34,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:36,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:38,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:38,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:15:38,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:15:38,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:15:39,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:40,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:42,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:44,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:45,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:46,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:48,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:50,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:50,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:52,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:52,504 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:15:53,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:15:53,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:15:53,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:15:54,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:56,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:15:56,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:15:58,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:00,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:02,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:02,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:04,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:06,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:07,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:08,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:08,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:16:08,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:16:08,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:16:10,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:12,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:13,504 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:14,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:16,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:18,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:19,394 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:20,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:22,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:22,505 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:16:23,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:16:23,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:16:23,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:16:24,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:25,025 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:26,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:28,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:30,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:30,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:32,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:34,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:36,217 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:36,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:38,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:38,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:16:38,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:16:38,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:16:40,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:42,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:42,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:44,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:46,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:47,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:48,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:50,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:52,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:52,506 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:16:53,327 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:16:53,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:16:53,600 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:16:53,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:16:54,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:56,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:58,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:16:58,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:00,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:02,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:04,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:04,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:06,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:08,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:08,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:17:08,601 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:17:08,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:17:10,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:10,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:12,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:14,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:15,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:16,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:18,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:20,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:21,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:22,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:22,507 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:17:23,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:17:23,601 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:17:23,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:17:24,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:26,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:26,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:28,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:30,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:32,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:32,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:34,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:36,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:38,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:38,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:38,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:17:38,601 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:17:38,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:17:40,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:42,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:44,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:44,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:46,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:48,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:49,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:50,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:52,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:52,509 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:17:53,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:17:53,601 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:17:53,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:17:54,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:55,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:17:56,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:17:58,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:00,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:01,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:02,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:04,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:06,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:06,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:08,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:08,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:18:08,601 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:18:08,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:18:10,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:12,265 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:12,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:14,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:16,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:17,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:18,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:20,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:22,509 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:18:22,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:23,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:23,600 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:18:23,601 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:18:23,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:18:24,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:26,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:28,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:28,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:30,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:32,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:34,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:34,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:36,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:38,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:38,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:18:38,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:18:38,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:18:40,052 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:41,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:43,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:45,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:45,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:47,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:49,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:51,300 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:51,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:52,510 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:18:53,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:53,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:18:53,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:18:53,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:18:55,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:56,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:18:57,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:18:59,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:01,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:02,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:03,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:05,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:07,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:08,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:08,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:19:08,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:19:08,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:19:09,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:11,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:13,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:13,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:15,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:17,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:19,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:19,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:21,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:22,512 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:19:23,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:23,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:19:23,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:19:23,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:19:25,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:25,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:27,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:29,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:30,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:31,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:33,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:35,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:36,121 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:37,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:38,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:19:38,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:19:38,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:19:39,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:41,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:41,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:43,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:45,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:47,356 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:47,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:49,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:51,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:52,512 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:19:52,513 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:53,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:53,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:19:53,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:19:53,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:19:55,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:57,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:19:57,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:19:59,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:01,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:03,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:03,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:05,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:07,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:08,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:08,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:20:08,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:20:08,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:20:09,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:11,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:13,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:14,197 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:15,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:17,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:19,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:19,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:21,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:22,513 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:20:23,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:20:23,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:20:23,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:20:23,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:25,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:25,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:27,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:29,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:31,112 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:31,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:32,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:20:32,384 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:20:32,385 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 11:20:32,385 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 11:20:32,386 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 11:20:32,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 11:20:33,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:35,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:36,364 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:37,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:38,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:20:38,602 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:20:38,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:20:39,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:41,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:41,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:43,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:45,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:46,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:47,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:49,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:50,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:51,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:52,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:20:52,514 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:20:52,515 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:53,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:20:53,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:20:53,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:20:53,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:54,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:55,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:57,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:20:58,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:20:59,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:01,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:03,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:04,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:05,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:07,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:08,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:21:08,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:21:08,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:21:09,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:09,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:11,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:13,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:15,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:15,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:17,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:19,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:21,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:21,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:22,516 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:21:23,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:21:23,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:21:23,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:21:23,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:25,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:26,758 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:27,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:29,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:31,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:32,586 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:33,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:35,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:37,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:38,527 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:38,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:21:38,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:21:38,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:21:39,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:41,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:43,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:44,049 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:45,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:47,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:49,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:49,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:51,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:52,517 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:21:53,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:21:53,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:21:53,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:21:53,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:55,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:21:56,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:21:58,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:00,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:01,125 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:02,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:04,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:06,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:06,871 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:08,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:22:08,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:22:08,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:22:08,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:10,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:12,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:12,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:14,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:16,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:18,110 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:18,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:20,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:22,518 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:22:22,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:23,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:23,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:22:23,606 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:22:23,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:22:24,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:26,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:28,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:29,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:30,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:32,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:34,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:35,134 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:36,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:38,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:22:38,603 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:22:38,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:22:38,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:40,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:40,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:42,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:44,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:46,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:46,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:48,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:50,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:51,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:52,519 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:22:52,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:53,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:22:53,604 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:22:53,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:22:54,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:56,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:22:57,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:22:58,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:00,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:02,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:03,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:04,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:06,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:08,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:08,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:23:08,605 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:23:08,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:23:08,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:10,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:12,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:13,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:14,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:16,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:18,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:19,213 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:20,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:22,520 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:23:22,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:23,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:23:23,604 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:23:23,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:23:24,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:24,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:26,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:28,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:30,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:30,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:32,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:34,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:36,145 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:36,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:38,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:23:38,604 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:23:38,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:23:38,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:40,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:41,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:42,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:44,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:46,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:47,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:48,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:50,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:52,522 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:23:52,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:53,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:53,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:23:53,605 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:23:53,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:23:54,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:56,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:23:58,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:23:58,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:00,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:02,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:04,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:04,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:06,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:08,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:24:08,605 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:24:08,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:24:08,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:09,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:10,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:12,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:14,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:15,450 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:16,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:18,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:20,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:20,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:22,523 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:24:22,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:23,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:24:23,604 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:24:23,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:24:24,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:26,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:26,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:28,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:30,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:32,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:32,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:34,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:36,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:37,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:38,604 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:24:38,605 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:24:38,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:24:38,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:40,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:42,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:43,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:44,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:46,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:48,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:49,112 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:50,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:52,524 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:24:52,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:53,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:24:53,605 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:24:53,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:24:54,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:54,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:24:56,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:24:58,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:00,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:00,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:02,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:04,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:06,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:06,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:08,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:25:08,605 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:25:08,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:25:08,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:10,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:11,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:12,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:15,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:17,406 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:17,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:19,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:21,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:22,526 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:25:22,528 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:23,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:25:23,606 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:25:23,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:25:23,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:25,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:27,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:27,855 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:29,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:31,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:33,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:33,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:35,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:37,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:38,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:38,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:25:38,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:25:38,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:25:39,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:41,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:43,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:44,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:45,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:47,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:49,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:49,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:51,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:52,527 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:25:53,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:25:53,606 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:25:53,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:25:53,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:55,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:25:55,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:57,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:25:59,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:00,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:01,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:03,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:05,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:06,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:07,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:08,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:26:08,606 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:26:08,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:26:09,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:11,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:12,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:13,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:15,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:17,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:17,891 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:19,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:21,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:22,527 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:26:23,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:23,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:26:23,606 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:26:23,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:26:23,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:25,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:27,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:29,185 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:29,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:31,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:33,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:34,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:35,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:37,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:38,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:26:38,606 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:26:38,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:26:39,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:40,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:41,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:43,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:45,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:46,149 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:47,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:49,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:51,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:51,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:52,529 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:26:53,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:26:53,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:26:53,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:26:53,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:55,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:57,341 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:26:57,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:26:59,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:01,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:02,998 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:03,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:05,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:07,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:08,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:08,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:27:08,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:27:08,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:27:09,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:11,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:13,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:14,335 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:15,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:17,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:19,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:20,041 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:21,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:22,530 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:27:23,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:27:23,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:27:23,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:27:23,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:25,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:25,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:27,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:29,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:31,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:31,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:33,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:35,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:36,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:37,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:38,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:27:38,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:27:38,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:27:39,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:41,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:42,278 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:43,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:45,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:47,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:47,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:49,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:51,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:52,535 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:27:53,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:53,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:27:53,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:27:53,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:27:53,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:55,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:57,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:27:59,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:27:59,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:01,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:03,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:04,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:05,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:07,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:08,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:28:08,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:28:08,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:28:09,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:10,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:11,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:13,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:15,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:16,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:17,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:19,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:21,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:21,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:22,533 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:28:23,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:28:23,608 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:28:23,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:28:23,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:25,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:27,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:27,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:29,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:31,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:33,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:33,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:35,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:37,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:38,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:38,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:28:38,608 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:28:38,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:28:39,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:41,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:43,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:44,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:47,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:49,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:49,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:51,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:52,534 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:28:53,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:53,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:28:53,607 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:28:53,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:28:55,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:55,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:28:57,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:28:59,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:00,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:01,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:03,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:05,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:06,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:07,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:08,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:29:08,608 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:29:08,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:29:09,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:11,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:12,218 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:13,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:15,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:17,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:17,881 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:19,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:21,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:22,535 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:29:23,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:23,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:23,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:29:23,610 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:29:23,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:29:25,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:27,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:29,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:29,101 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:31,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:33,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:34,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:35,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:37,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:38,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:29:38,610 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:29:38,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:29:39,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:40,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:41,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:43,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:45,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:45,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:47,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:49,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:51,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:51,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:52,536 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:29:53,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:53,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:29:53,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:29:53,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:29:55,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:57,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:29:57,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:29:59,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:01,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:02,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:03,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:05,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:07,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:08,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:08,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:30:08,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:30:08,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:30:09,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:11,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:13,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:13,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:15,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:17,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:19,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:19,400 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:21,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:22,548 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:30:23,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:23,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:30:23,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:30:23,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:30:25,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:25,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:27,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:29,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:30,838 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:31,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:33,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:35,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:36,347 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:37,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:38,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:30:38,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:30:38,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:30:39,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:41,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:41,895 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:43,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:45,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:47,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:47,467 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:49,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:51,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:52,549 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:30:52,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:53,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:53,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:30:53,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:30:53,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:30:55,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:57,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:30:57,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:30:59,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:01,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:02,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:03,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:05,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:07,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:08,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:08,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:31:08,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:31:08,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:31:09,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:11,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:13,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:14,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:15,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:17,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:19,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:19,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:21,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:22,550 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:31:23,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:23,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:31:23,611 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:31:23,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:31:25,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:25,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:27,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:29,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:31,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:31,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:33,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:35,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:36,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:37,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:38,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:31:38,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:31:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:31:39,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:41,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:42,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:43,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:45,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:47,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:48,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:49,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:51,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:52,552 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:31:53,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:53,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:31:53,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:31:53,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:31:53,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:31:55,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:57,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:59,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:31:59,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:01,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:03,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:05,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:05,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:07,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:08,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:32:08,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:32:08,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:32:09,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:10,988 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:11,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:14,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:16,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:16,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:18,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:20,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:21,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:22,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:22,553 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:32:23,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:32:23,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:32:23,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:32:24,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:26,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:27,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:28,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:30,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:32,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:33,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:34,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:36,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:38,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:38,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:38,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:32:38,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:32:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:32:40,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:42,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:44,125 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:44,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:46,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:48,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:49,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:50,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:52,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:52,554 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:32:53,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:32:53,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:32:53,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:32:54,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:55,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:32:56,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:32:58,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:00,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:01,112 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:02,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:04,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:06,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:06,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:08,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:08,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:33:08,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:33:08,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:33:10,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:12,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:12,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:14,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:16,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:17,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:18,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:20,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:22,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:22,555 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:33:23,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:23,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:33:23,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:33:23,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:33:24,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:26,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:28,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:29,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:30,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:32,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:34,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:34,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:36,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:38,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:38,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:33:38,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:33:38,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:33:40,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:40,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:42,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:44,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:45,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:46,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:48,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:50,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:51,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:52,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:52,556 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:33:53,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:33:53,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:33:53,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:33:54,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:56,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:33:56,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:33:58,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:00,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:02,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:02,485 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:04,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:06,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:08,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:08,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:08,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:34:08,612 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:34:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:34:10,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:12,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:14,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:14,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:16,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:18,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:19,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:20,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:22,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:22,557 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:34:23,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:34:23,613 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:34:23,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:34:24,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:25,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:26,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:28,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:30,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:30,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:32,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:34,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:36,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:36,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:38,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:38,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:34:38,613 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:34:38,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:34:40,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:42,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:42,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:44,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:46,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:48,114 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:48,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:50,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:52,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:52,559 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:34:53,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:34:53,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:34:53,613 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:34:53,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:34:54,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:56,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:58,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:34:59,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:00,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:02,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:04,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:05,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:06,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:08,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:08,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:35:08,613 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:35:08,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:35:10,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:10,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:12,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:14,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:16,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:16,368 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:18,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:20,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:21,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:22,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:22,559 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:35:23,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:35:23,613 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:35:23,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:35:24,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:26,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:27,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:28,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:30,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:32,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:33,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:34,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:36,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:38,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:38,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:38,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:35:38,613 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:35:38,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:35:40,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:43,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:44,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:45,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:47,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:49,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:50,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:51,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:52,561 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:35:53,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:53,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:35:53,614 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:35:53,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:35:55,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:55,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:35:57,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:35:59,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:01,286 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:01,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:03,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:04,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:36:04,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:36:04,758 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 11:36:04,758 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 11:36:04,758 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 11:36:05,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 11:36:05,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:06,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:07,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:08,614 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:36:08,614 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:36:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:36:09,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:11,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:11,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:13,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:15,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:16,886 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:17,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:19,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:21,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:21,889 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:22,566 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:36:23,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:23,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:36:23,644 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:36:23,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:36:24,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:36:27,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:27,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:29,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:31,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:33,115 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:33,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:35,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:37,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:38,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:36:38,617 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:36:38,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:36:38,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:39,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:41,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:43,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:44,456 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:45,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:47,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:49,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:50,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:51,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:52,562 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:36:53,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:53,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:36:53,617 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:36:53,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:36:55,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:55,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:36:57,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:36:59,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:01,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:01,442 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:03,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:05,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:06,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:07,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:08,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:37:08,618 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:37:08,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:37:09,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:11,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:12,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:13,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:15,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:17,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:18,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:19,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:21,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:22,564 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:37:23,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:23,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:37:23,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:23,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:37:23,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:37:25,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:27,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:29,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:29,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:31,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:33,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:35,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:35,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:37,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:38,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:37:38,618 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:37:38,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:37:39,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:40,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:41,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:43,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:45,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:46,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:47,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:49,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:51,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:51,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:52,567 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:37:53,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:53,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:37:53,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:37:53,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:37:55,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:57,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:37:57,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:37:59,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:01,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:02,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:03,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:05,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:07,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:08,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:08,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:38:08,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:38:08,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:38:09,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:11,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:13,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:14,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:15,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:17,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:19,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:19,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:21,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:22,567 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:38:23,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:23,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:38:23,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:38:23,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:38:25,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:25,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:27,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:29,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:31,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:31,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:33,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:35,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:36,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:37,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:38,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:38:38,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:38:38,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:38:39,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:41,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:42,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:43,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:45,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:47,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:48,014 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:49,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:51,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:52,568 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:38:53,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:53,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:38:53,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:38:53,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:38:53,632 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:38:56,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:58,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:38:59,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:00,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:02,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:04,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:04,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:06,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:08,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:08,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:39:08,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:39:08,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:39:10,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:10,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:12,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:14,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:16,020 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:16,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:18,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:20,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:21,524 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:22,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:22,569 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:39:23,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:39:23,619 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:39:23,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:39:24,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:26,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:27,082 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:28,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:30,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:32,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:32,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:34,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:36,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:38,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:38,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:38,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:39:38,620 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:39:38,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:39:40,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:42,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:43,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:44,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:46,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:48,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:49,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:50,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:52,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:52,570 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:39:53,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:39:53,620 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:39:53,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:39:54,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:54,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:39:56,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:39:58,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:00,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:00,530 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:02,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:04,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:06,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:06,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:08,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:08,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:40:08,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:40:08,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:40:10,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:11,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:12,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:14,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:16,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:17,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:18,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:20,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:22,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:22,576 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:40:22,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:23,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:40:23,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:40:23,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:40:24,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:26,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:27,678 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:28,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:30,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:32,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:33,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:34,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:36,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:38,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:38,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:38,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:40:38,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:40:38,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:40:40,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:42,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:43,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:44,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:46,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:48,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:49,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:50,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:52,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:52,573 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:40:53,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:40:53,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:40:53,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:40:54,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:55,109 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:40:56,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:40:58,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:00,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:00,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:02,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:04,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:06,272 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:06,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:08,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:08,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:41:08,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:41:08,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:41:10,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:12,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:12,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:14,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:16,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:17,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:18,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:20,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:22,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:22,574 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:41:23,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:23,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:41:23,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:41:23,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:41:24,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:26,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:28,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:29,053 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:30,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:32,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:34,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:34,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:36,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:38,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:38,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:41:38,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:41:38,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:41:40,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:40,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:42,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:44,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:45,847 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:46,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:48,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:50,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:51,527 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:52,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:52,576 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:41:53,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:41:53,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:41:53,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:41:54,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:56,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:41:57,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:41:58,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:00,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:02,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:02,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:04,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:06,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:08,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:08,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:08,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:42:08,621 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:42:08,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:42:10,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:12,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:13,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:14,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:16,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:19,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:19,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:21,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:22,577 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:42:23,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:23,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:42:23,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:42:23,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:42:25,092 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:25,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:27,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:29,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:30,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:31,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:33,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:35,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:36,199 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:37,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:38,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:42:38,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:42:38,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:42:39,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:41,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:41,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:43,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:45,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:47,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:47,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:49,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:51,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:52,578 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:42:52,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:53,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:53,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:42:53,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:42:53,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:42:55,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:57,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:42:57,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:42:59,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:01,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:03,382 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:03,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:05,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:07,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:08,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:08,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:43:08,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:43:08,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:43:09,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:11,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:13,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:14,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:15,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:17,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:19,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:20,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:21,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:22,579 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:43:23,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:43:23,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:43:23,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:23,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:43:25,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:25,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:27,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:29,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:31,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:31,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:33,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:35,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:37,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:37,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:38,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:43:38,623 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:43:38,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:43:39,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:41,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:42,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:43,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:45,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:47,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:48,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:49,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:51,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:52,581 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:43:53,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:53,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:43:53,622 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:43:53,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:53,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:43:55,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:57,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:43:59,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:43:59,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:01,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:03,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:04,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:05,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:07,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:08,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:44:08,623 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:44:08,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:44:09,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:10,503 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:11,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:13,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:15,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:15,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:17,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:19,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:21,551 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:21,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:22,582 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:44:23,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:44:23,623 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:44:23,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:44:23,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:25,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:27,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:27,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:29,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:31,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:32,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:33,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:35,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:37,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:38,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:38,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:44:38,623 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:44:38,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:44:39,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:41,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:43,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:43,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:45,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:47,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:49,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:49,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:51,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:52,583 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:44:53,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:44:53,624 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:44:53,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:44:53,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:55,034 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:44:55,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:57,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:44:59,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:00,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:01,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:03,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:05,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:06,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:07,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:08,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:45:08,624 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:45:08,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:45:09,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:11,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:11,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:13,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:15,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:17,271 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:17,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:19,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:21,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:22,584 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:45:22,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:23,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:45:23,632 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:45:23,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:45:23,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:25,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:27,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:28,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:29,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:31,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:33,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:33,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:35,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:37,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:38,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:45:38,624 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:45:38,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:45:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:39,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:41,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:43,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:43,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:46,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:48,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:49,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:50,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:52,586 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:45:52,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:53,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:45:53,625 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:45:53,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:45:54,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:55,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:45:56,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:45:58,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:00,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:00,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:02,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:04,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:06,376 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:06,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:08,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:46:08,625 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:46:08,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:46:08,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:10,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:11,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:12,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:14,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:16,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:17,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:18,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:20,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:22,587 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:46:22,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:23,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:23,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:46:23,625 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:46:23,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:46:24,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:26,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:28,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:28,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:30,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:32,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:34,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:34,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:36,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:38,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:46:38,625 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:46:38,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:46:38,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:40,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:40,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:42,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:44,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:46,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:46,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:48,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:50,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:51,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:52,588 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:46:52,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:53,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:46:53,625 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:46:53,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:46:54,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:56,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:46:57,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:46:58,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:00,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:02,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:02,889 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:04,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:06,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:08,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:08,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:47:08,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:47:08,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:47:08,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:10,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:12,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:14,081 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:14,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:16,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:18,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:19,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:20,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:22,589 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:47:22,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:23,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:47:23,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:47:23,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:47:24,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:25,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:26,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:28,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:30,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:31,070 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:32,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:34,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:36,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:36,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:38,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:47:38,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:47:38,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:47:38,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:40,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:42,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:42,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:44,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:46,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:48,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:48,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:50,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:52,590 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:47:52,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:53,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:47:53,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:47:53,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:47:53,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:47:54,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:56,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:58,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:47:59,441 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:00,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:02,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:04,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:05,292 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:06,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:08,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:48:08,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:48:08,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:48:08,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:10,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:10,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:12,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:14,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:16,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:16,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:18,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:20,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:22,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:22,592 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:48:22,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:23,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:48:23,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:48:23,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:48:24,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:26,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:27,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:28,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:30,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:32,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:33,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:34,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:36,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:38,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:48:38,627 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:48:38,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:48:38,759 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:38,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:40,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:42,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:44,522 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:44,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:46,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:48,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:50,141 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:50,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:52,593 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:48:52,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:53,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:48:53,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:48:53,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:48:54,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:55,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:48:56,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:48:58,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:00,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:01,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:02,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:04,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:06,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:07,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:08,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:49:08,626 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:49:08,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:49:08,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:10,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:12,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:13,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:15,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:17,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:18,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:19,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:21,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:22,594 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:49:23,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:49:23,627 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:49:23,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:49:23,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:23,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:25,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:27,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:29,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:29,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:31,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:33,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:35,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:35,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:37,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:38,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:49:38,627 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:49:38,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:49:39,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:40,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:41,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:43,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:45,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:46,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:47,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:49,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:51,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:52,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:52,595 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:49:53,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:49:53,627 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:49:53,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:49:53,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:55,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:57,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:49:57,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:49:59,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:01,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:03,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:03,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:05,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:07,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:08,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:50:08,628 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:50:08,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:50:09,221 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:09,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:11,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:13,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:14,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:15,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:17,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:19,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:20,485 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:21,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:22,597 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:50:23,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:50:23,627 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:50:23,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:50:23,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:25,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:26,033 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:27,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:29,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:31,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:31,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:33,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:35,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:37,134 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:37,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:38,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:50:38,627 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:50:38,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:50:39,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:41,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:42,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:43,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:45,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:47,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:48,423 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:49,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:51,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:52,598 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:50:53,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:50:53,628 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:50:53,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:50:53,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:53,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:55,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:57,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:50:59,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:50:59,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:01,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:03,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:05,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:05,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:07,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:08,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:51:08,628 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:51:08,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:51:09,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:11,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:11,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:13,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:15,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:16,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:17,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:19,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:21,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:22,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:22,598 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:51:23,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:51:23,628 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:51:23,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:51:24,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:26,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:28,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:28,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:30,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:32,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:33,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:34,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:36,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:51:36,007 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:51:36,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:36,008 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 11:51:36,009 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 11:51:36,009 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 11:51:37,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 11:51:38,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:38,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:51:38,628 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:51:38,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:51:38,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:40,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:42,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:43,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:44,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:46,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:48,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:48,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:50,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:52,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:52,600 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:51:53,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:51:53,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:51:53,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:51:54,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:54,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:51:55,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 11:51:56,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:58,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:51:59,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:00,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:02,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:04,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:05,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:06,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:08,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:08,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:52:08,629 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:52:08,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:52:10,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:10,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:12,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:14,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:16,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:16,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:18,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:20,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:22,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:22,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:22,601 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:52:23,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:52:23,629 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:52:23,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:52:24,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:26,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:28,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:29,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:31,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:33,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:33,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:35,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:37,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:38,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:52:38,629 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:52:38,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:52:39,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:39,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:41,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:43,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:44,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:45,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:47,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:49,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:50,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:51,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:52,602 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:52:53,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:53,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:52:53,629 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:52:53,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:52:55,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:56,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:52:57,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:52:59,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:01,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:01,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:03,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:05,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:07,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:07,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:08,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:53:08,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:53:08,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:53:09,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:11,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:12,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:13,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:15,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:17,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:18,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:19,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:21,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:22,603 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:53:23,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:23,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:53:23,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:53:23,638 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:53:23,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:25,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:27,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:28,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:29,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:31,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:33,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:34,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:35,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:37,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:38,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:53:38,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:53:38,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:53:39,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:39,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:41,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:43,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:45,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:45,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:47,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:49,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:51,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:51,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:52,605 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:53:53,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:53,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:53:53,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:53:53,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:53:55,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:57,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:53:57,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:53:59,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:01,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:02,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:03,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:05,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:07,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:08,617 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:08,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:54:08,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:54:08,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:54:09,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:11,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:13,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:14,402 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:15,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:17,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:19,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:20,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:21,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:22,606 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:54:23,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:23,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:54:23,630 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:54:23,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:54:25,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:25,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:27,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:29,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:31,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:31,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:33,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:35,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:37,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:37,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:38,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:54:38,631 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:54:38,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:54:39,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:41,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:42,614 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:43,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:45,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:47,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:48,253 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:49,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:51,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:52,607 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:54:53,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:53,630 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:54:53,631 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:54:53,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:54:53,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:54:55,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:57,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:59,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:54:59,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:01,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:03,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:05,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:05,164 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:07,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:08,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:55:08,635 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:55:08,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:55:09,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:10,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:11,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:13,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:15,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:16,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:17,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:19,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:21,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:22,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:22,608 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:55:23,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:23,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:55:23,635 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:55:23,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:55:25,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:27,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:27,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:29,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:31,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:33,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:33,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:35,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:37,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:38,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:55:38,636 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:55:38,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:55:38,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:39,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:41,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:43,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:44,518 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:45,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:48,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:50,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:50,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:52,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:52,609 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:55:53,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:55:53,636 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:55:53,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:55:54,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:56,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:55:56,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:55:58,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:00,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:02,074 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:02,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:04,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:06,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:07,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:08,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:08,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:56:08,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:56:08,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:56:10,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:12,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:13,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:14,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:16,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:18,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:19,287 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:20,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:22,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:22,611 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:56:23,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:56:23,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:56:23,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:56:24,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:24,919 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:26,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:28,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:30,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:30,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:32,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:34,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:36,092 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:36,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:38,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:38,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:56:38,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:56:38,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:56:40,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:41,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:42,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:44,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:46,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:47,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:48,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:50,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:52,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:52,612 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:56:52,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:56:53,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:56:53,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:56:53,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:56:54,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:56,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:58,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:56:58,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:00,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:02,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:04,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:04,436 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:06,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:08,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:08,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:57:08,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:57:08,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:57:10,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:10,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:12,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:14,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:15,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:16,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:18,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:20,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:21,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:22,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:22,613 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:57:23,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:57:23,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:57:23,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:57:24,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:26,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:26,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:28,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:30,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:32,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:32,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:34,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:36,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:37,891 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:38,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:38,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:57:38,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:57:38,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:57:40,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:42,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:43,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:44,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:46,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:48,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:49,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:50,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:52,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:52,614 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:57:53,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:57:53,638 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:57:53,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:57:54,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:54,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:57:56,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:57:58,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:00,193 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:00,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:02,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:04,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:05,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:06,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:08,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:08,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:58:08,637 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:58:08,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:58:10,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:11,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:12,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:14,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:16,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:17,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:18,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:20,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:22,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:22,616 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:58:22,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:23,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:58:23,638 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:58:23,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:58:24,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:26,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:28,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:28,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:30,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:32,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:33,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:34,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:36,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:38,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:38,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:58:38,640 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:58:38,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:58:39,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:40,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:42,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:44,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:44,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:46,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:48,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:50,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:50,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:52,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:52,618 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:58:53,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:58:53,638 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:58:53,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:58:54,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:56,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:58:56,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:58:58,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:00,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:01,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:02,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:04,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:06,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:07,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:08,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:08,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:59:08,638 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:59:08,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:59:10,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:13,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:13,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:15,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:17,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:18,615 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:19,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:21,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:22,619 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:59:23,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:23,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:59:23,638 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:59:23,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:59:23,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:25,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:27,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:29,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:29,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:31,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:33,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:35,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:35,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:37,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:38,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:59:38,640 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:59:38,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:59:39,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:40,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:41,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:43,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:45,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:46,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:47,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:49,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:51,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:52,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:52,620 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 11:59:53,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:53,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 11:59:53,640 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 11:59:53,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 11:59:55,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:57,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 11:59:57,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 11:59:59,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:01,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:03,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:03,578 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:05,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:07,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:08,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:08,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:00:08,641 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:00:08,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:00:09,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:11,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:13,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:13,910 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:15,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:17,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:19,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:19,549 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:21,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:22,621 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:00:23,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:23,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:00:23,641 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:00:23,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:00:25,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:25,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:27,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:29,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:30,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:31,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:33,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:35,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:36,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:37,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:38,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:00:38,641 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:00:38,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:00:39,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:41,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:41,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:43,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:45,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:47,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:47,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:49,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:51,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:52,622 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:00:53,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:53,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:53,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:00:53,641 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:00:53,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:00:55,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:57,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:00:58,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:00:59,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:01,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:03,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:04,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:05,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:07,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:08,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:01:08,642 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:01:08,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:01:09,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:10,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:11,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:13,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:15,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:15,970 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:17,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:19,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:21,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:21,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:22,623 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:01:23,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:23,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:01:23,642 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:01:23,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:01:25,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:27,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:27,447 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:29,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:31,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:32,992 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:33,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:35,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:37,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:38,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:38,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:01:38,642 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:01:38,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:01:39,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:41,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:43,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:44,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:45,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:47,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:49,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:49,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:51,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:52,625 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:01:53,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:53,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:01:53,642 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:01:53,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:01:55,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:01:55,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:57,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:01:59,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:00,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:01,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:03,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:05,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:06,348 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:07,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:08,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:02:08,642 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:02:08,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:02:09,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:11,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:12,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:13,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:15,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:17,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:17,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:19,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:21,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:22,625 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:02:23,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:23,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:23,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:02:23,643 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:02:23,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:02:25,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:27,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:29,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:29,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:31,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:33,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:35,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:35,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:37,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:38,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:02:38,643 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:02:38,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:02:39,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:40,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:42,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:44,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:46,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:46,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:48,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:50,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:52,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:52,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:52,627 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:02:53,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:02:53,643 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:02:53,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:02:54,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:56,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:02:57,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:02:58,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:00,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:02,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:03,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:04,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:06,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:08,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:08,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:08,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:03:08,644 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:03:08,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:03:10,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:12,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:14,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:14,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:16,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:18,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:20,173 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:20,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:22,515 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:22,627 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:03:23,643 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:03:23,644 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:03:23,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:03:24,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:25,902 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:26,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:28,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:30,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:31,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:32,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:34,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:36,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:37,111 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:38,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:38,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:03:38,645 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:03:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:03:40,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:42,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:42,589 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:44,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:46,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:48,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:48,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:50,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:52,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:52,628 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:03:53,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:03:53,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:03:53,645 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:03:53,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:03:54,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:56,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:58,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:03:59,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:00,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:02,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:04,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:04,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:06,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:08,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:08,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:04:08,644 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:04:08,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:04:10,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:10,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:12,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:14,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:16,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:16,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:18,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:20,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:21,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:22,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:22,629 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:04:23,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:04:23,645 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:04:23,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:04:24,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:26,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:27,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:28,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:30,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:32,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:32,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:34,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:36,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:38,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:38,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:38,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:04:38,645 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:04:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:04:40,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:42,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:43,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:44,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:46,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:48,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:49,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:50,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:52,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:52,631 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:04:53,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:04:53,645 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:04:53,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:04:54,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:55,224 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:04:56,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:04:58,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:00,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:00,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:02,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:04,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:06,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:06,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:08,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:08,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:05:08,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:05:08,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:05:10,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:11,869 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:12,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:14,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:16,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:17,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:18,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:20,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:22,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:22,632 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:05:22,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:23,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:05:23,645 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:05:23,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:05:24,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:26,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:27,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:28,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:30,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:32,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:33,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:34,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:36,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:38,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:38,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:05:38,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:38,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:05:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:05:40,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:42,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:43,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:44,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:46,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:48,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:49,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:50,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:52,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:52,633 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:05:53,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:05:53,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:05:53,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:05:54,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:55,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:05:56,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:05:58,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:00,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:00,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:02,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:04,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:06,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:07,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:08,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:06:08,649 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:06:08,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:06:09,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:11,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:11,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:13,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:15,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:17,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:17,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:19,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:21,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:22,635 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:06:22,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:23,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:06:23,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:06:23,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:06:23,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:25,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:27,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:27,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:29,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:31,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:33,090 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:33,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:35,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:37,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:38,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:38,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:06:38,647 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:06:38,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:06:39,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:41,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:43,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:44,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:45,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:47,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:49,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:50,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:51,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:52,636 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:06:53,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:06:53,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:06:53,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:53,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:06:55,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:55,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:06:57,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:06:59,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:01,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:01,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:03,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:05,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:07,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:07,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:08,231 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:07:08,232 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:07:08,236 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 12:07:08,237 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 12:07:08,238 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 12:07:08,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:07:08,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:07:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:07:08,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 12:07:09,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:11,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:12,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:13,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:15,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:17,413 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:17,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:19,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:21,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:22,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:22,637 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:07:23,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:07:23,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:07:23,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:07:23,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:25,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:27,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:28,018 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:07:28,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:29,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:31,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:33,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:33,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:35,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:37,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:38,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:07:38,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:07:38,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:07:39,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:39,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:41,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:43,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:45,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:45,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:47,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:49,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:50,889 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:51,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:52,638 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:07:53,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:07:53,646 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:07:53,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:07:53,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:55,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:56,502 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:07:57,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:07:59,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:01,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:02,375 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:03,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:05,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:07,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:07,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:08,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:08:08,647 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:08:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:08:09,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:11,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:13,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:13,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:15,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:17,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:19,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:19,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:21,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:22,640 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:08:23,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:08:23,647 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:08:23,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:08:23,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:24,925 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:25,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:27,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:29,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:30,398 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:31,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:33,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:35,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:35,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:37,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:38,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:08:38,647 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:08:38,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:08:39,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:41,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:41,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:43,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:45,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:47,139 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:47,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:49,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:51,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:52,641 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:08:52,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:53,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:08:53,649 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:08:53,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:08:53,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:55,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:57,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:08:58,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:08:59,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:01,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:03,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:03,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:05,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:07,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:08,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:09:08,647 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:09:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:09:09,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:09,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:12,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:13,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:15,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:15,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:17,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:20,620 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:20,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:22,642 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:09:22,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:23,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:09:23,648 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:09:23,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:09:24,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:26,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:26,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:28,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:30,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:31,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:32,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:34,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:36,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:37,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:38,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:09:38,647 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:09:38,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:09:38,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:40,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:42,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:42,903 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:44,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:46,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:48,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:48,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:50,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:52,644 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:09:52,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:53,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:53,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:09:53,648 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:09:53,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:09:54,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:56,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:09:58,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:09:58,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:00,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:02,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:04,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:04,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:06,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:08,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:10:08,648 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:10:08,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:10:08,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:09,910 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:10,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:12,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:14,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:15,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:16,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:18,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:20,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:21,195 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:22,645 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:10:22,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:23,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:10:23,648 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:10:23,688 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:10:24,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:26,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:26,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:28,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:30,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:32,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:32,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:34,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:36,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:38,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:38,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:10:38,649 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:10:38,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:10:38,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:40,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:42,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:43,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:44,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:46,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:48,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:49,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:50,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:52,646 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:10:52,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:53,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:10:53,649 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:10:53,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:10:54,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:55,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:10:56,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:10:58,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:00,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:00,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:02,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:04,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:06,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:06,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:08,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:11:08,650 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:11:08,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:11:08,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:10,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:12,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:12,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:14,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:16,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:17,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:18,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:20,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:22,647 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:11:22,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:23,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:23,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:11:23,650 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:11:23,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:11:24,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:26,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:28,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:29,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:30,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:32,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:34,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:34,935 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:36,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:38,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:11:38,650 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:11:38,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:11:38,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:40,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:40,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:42,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:44,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:46,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:46,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:48,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:50,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:51,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:52,659 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:11:52,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:53,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:11:53,650 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:11:53,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:11:54,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:56,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:11:57,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:11:58,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:00,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:02,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:03,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:04,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:06,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:08,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:08,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:12:08,650 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:12:08,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:12:08,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:10,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:12,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:14,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:14,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:16,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:18,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:20,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:20,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:22,660 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:12:22,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:23,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:12:23,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:12:23,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:12:24,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:26,065 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:26,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:28,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:30,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:31,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:32,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:34,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:36,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:37,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:38,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:12:38,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:12:38,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:12:38,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:40,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:42,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:42,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:44,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:46,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:48,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:48,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:50,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:52,661 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:12:53,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:53,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:12:53,650 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:12:53,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:12:53,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:55,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:57,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:12:58,809 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:12:59,999 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:02,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:04,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:04,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:06,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:08,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:08,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:13:08,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:13:08,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:13:09,825 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:10,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:12,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:14,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:15,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:16,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:18,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:20,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:21,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:22,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:22,662 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:13:23,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:13:23,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:13:23,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:13:24,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:26,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:26,813 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:28,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:30,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:32,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:32,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:34,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:36,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:38,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:38,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:38,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:13:38,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:13:38,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:13:40,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:42,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:44,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:44,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:46,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:48,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:49,467 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:50,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:52,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:52,664 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:13:53,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:13:53,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:13:53,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:13:54,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:55,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:13:56,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:13:58,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:00,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:00,875 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:02,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:04,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:06,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:06,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:08,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:08,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:14:08,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:14:08,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:14:10,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:12,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:12,099 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:14,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:16,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:17,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:18,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:20,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:22,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:22,665 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:14:23,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:23,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:14:23,651 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:14:23,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:14:24,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:26,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:28,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:28,981 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:30,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:32,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:34,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:34,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:36,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:38,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:38,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:14:38,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:14:38,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:14:40,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:40,243 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:42,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:44,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:45,852 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:46,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:48,070 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:50,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:51,550 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:52,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:52,665 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:14:53,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:14:53,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:14:53,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:14:54,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:56,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:14:57,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:14:58,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:00,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:02,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:02,824 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:04,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:06,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:08,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:08,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:08,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:15:08,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:15:08,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:15:10,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:12,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:14,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:14,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:16,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:18,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:19,984 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:20,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:22,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:22,667 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:15:23,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:15:23,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:15:23,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:15:24,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:25,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:26,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:28,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:30,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:31,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:32,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:34,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:36,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:36,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:38,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:15:38,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:15:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:15:40,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:42,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:42,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:44,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:46,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:47,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:48,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:50,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:52,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:52,668 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:15:53,444 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:15:53,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:15:53,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:15:53,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:15:54,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:56,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:58,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:15:58,922 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:00,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:02,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:04,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:04,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:06,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:08,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:08,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:16:08,652 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:16:08,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:16:10,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:10,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:12,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:14,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:16,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:17,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:19,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:21,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:21,663 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:22,669 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:16:23,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:23,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:16:23,653 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:16:23,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:16:25,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:27,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:27,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:29,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:31,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:32,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:33,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:35,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:37,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:38,488 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:16:38,653 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:16:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:16:39,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:41,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:43,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:44,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:45,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:47,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:49,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:49,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:51,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:52,670 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:16:53,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:53,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:16:53,653 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:16:53,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:16:55,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:55,291 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:16:57,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:16:59,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:00,816 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:01,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:03,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:05,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:06,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:07,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:08,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:17:08,653 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:17:08,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:17:09,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:11,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:12,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:13,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:15,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:17,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:17,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:19,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:21,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:22,671 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:17:22,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:23,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:23,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:17:23,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:17:23,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:17:25,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:27,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:27,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:29,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:31,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:33,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:33,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:35,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:37,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:38,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:38,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:17:38,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:17:38,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:17:39,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:41,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:43,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:44,527 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:45,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:47,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:49,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:50,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:51,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:52,673 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:17:53,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:53,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:17:53,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:17:53,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:17:55,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:55,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:17:57,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:17:59,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:01,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:01,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:03,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:05,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:06,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:07,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:08,653 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:18:08,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:18:08,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:18:09,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:11,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:12,449 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:13,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:15,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:17,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:18,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:19,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:21,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:22,673 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:18:23,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:23,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:23,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:18:23,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:18:23,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:18:25,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:27,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:29,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:29,261 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:31,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:33,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:35,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:35,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:37,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:38,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:18:38,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:18:38,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:18:39,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:40,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:41,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:43,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:45,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:46,128 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:47,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:49,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:51,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:51,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:52,675 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:18:53,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:53,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:18:53,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:18:53,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:18:55,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:57,209 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:18:57,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:18:59,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:01,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:02,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:03,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:05,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:07,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:08,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:19:08,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:19:08,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:19:09,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:11,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:13,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:13,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:15,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:17,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:19,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:19,381 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:21,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:22,677 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:19:23,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:23,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:19:23,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:19:23,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:19:24,983 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:25,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:27,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:29,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:30,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:32,271 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:34,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:36,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:36,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:38,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:38,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:19:38,654 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:19:38,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:19:40,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:41,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:42,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:44,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:46,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:47,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:48,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:50,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:52,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:52,678 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:19:52,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:19:53,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:19:53,655 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:19:53,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:19:54,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:56,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:58,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:19:58,626 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:00,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:02,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:04,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:04,310 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:06,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:08,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:08,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:20:08,655 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:20:08,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:20:10,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:10,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:12,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:14,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:15,504 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:16,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:18,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:20,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:21,063 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:22,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:22,679 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:20:23,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:20:23,655 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:20:23,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:20:24,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:26,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:26,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:28,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:30,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:32,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:32,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:34,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:36,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:37,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:38,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:38,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:20:38,655 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:20:38,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:20:40,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:42,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:43,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:44,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:46,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:48,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:49,082 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:50,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:52,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:52,680 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:20:53,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:20:53,655 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:20:53,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:20:54,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:54,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:20:56,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:20:58,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:00,285 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:00,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:02,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:04,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:05,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:06,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:08,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:08,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:21:08,655 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:21:08,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:21:10,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:11,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:12,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:14,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:16,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:17,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:18,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:20,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:22,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:22,681 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:21:22,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:23,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:21:23,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:21:23,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:21:24,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:26,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:28,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:28,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:30,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:32,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:34,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:34,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:36,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:38,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:38,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:21:38,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:21:38,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:21:39,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:40,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:42,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:44,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:45,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:46,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:48,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:50,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:50,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:52,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:52,682 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:21:53,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:21:53,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:21:53,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:21:54,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:56,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:21:56,416 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:21:58,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:00,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:01,949 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:02,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:04,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:06,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:07,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:08,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:08,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:22:08,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:22:08,696 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:22:10,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:12,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:13,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:14,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:16,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:18,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:18,837 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:20,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:22,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:22,683 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:22:23,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:22:23,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:22:23,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:22:24,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:24,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:26,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:28,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:30,107 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:30,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:32,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:34,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:35,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:36,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:38,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:22:38,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:22:38,181 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 12:22:38,181 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 12:22:38,182 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 12:22:38,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 12:22:38,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:38,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:22:38,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:22:38,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:22:40,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:41,113 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:42,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:44,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:46,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:46,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:48,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:50,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:51,409 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:52,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:52,684 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:22:53,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:22:53,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:22:53,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:22:54,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:56,411 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:22:56,420 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:22:57,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:23:00,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:01,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:01,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:03,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:05,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:07,391 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:07,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:08,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:23:08,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:23:08,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:23:09,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:11,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:13,115 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:13,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:15,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:17,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:18,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:19,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:21,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:22,686 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:23:23,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:23,655 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:23,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:23:23,656 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:23:23,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:23:25,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:27,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:28,906 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:29,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:31,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:33,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:34,816 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:35,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:37,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:38,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:23:38,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:23:38,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:23:39,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:40,492 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:41,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:43,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:45,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:45,965 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:47,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:49,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:51,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:51,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:52,688 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:23:53,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:53,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:23:53,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:23:53,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:23:55,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:57,303 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:23:57,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:23:59,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:01,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:02,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:03,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:05,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:07,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:08,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:08,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:24:08,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:24:08,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:24:09,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:11,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:13,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:14,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:15,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:17,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:19,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:19,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:21,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:22,689 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:24:23,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:23,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:24:23,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:24:23,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:24:25,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:25,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:27,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:29,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:31,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:31,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:33,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:35,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:36,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:37,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:38,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:24:38,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:24:38,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:24:39,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:41,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:42,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:43,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:45,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:47,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:48,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:49,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:51,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:52,690 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:24:53,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:53,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:24:53,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:24:53,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:24:53,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:24:55,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:57,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:59,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:24:59,635 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:01,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:03,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:05,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:05,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:07,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:08,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:25:08,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:25:08,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:25:09,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:11,008 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:11,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:13,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:15,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:16,618 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:17,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:19,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:21,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:22,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:22,691 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:25:23,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:23,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:25:23,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:25:23,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:25:25,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:27,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:27,909 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:29,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:31,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:33,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:33,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:35,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:37,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:38,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:38,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:25:38,663 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:25:38,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:25:39,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:41,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:43,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:44,473 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:45,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:47,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:49,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:49,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:51,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:52,691 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:25:53,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:53,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:25:53,657 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:25:53,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:25:55,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:55,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:25:57,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:25:59,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:01,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:01,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:03,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:05,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:06,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:07,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:08,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:26:08,658 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:26:08,698 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:26:09,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:11,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:12,313 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:13,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:15,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:17,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:17,847 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:20,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:22,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:22,692 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:26:23,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:23,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:26:23,658 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:26:23,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:26:24,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:26,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:28,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:29,357 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:30,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:32,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:34,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:35,082 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:36,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:38,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:38,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:26:38,658 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:26:38,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:26:40,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:40,855 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:42,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:44,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:46,561 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:46,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:48,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:50,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:52,229 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:52,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:52,694 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:26:53,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:26:53,658 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:26:53,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:26:54,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:56,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:26:57,848 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:26:58,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:00,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:02,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:03,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:04,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:06,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:08,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:08,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:08,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:27:08,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:27:08,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:27:10,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:12,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:13,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:14,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:16,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:18,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:19,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:20,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:22,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:22,695 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:27:23,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:27:23,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:27:23,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:27:24,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:25,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:26,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:28,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:30,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:30,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:32,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:34,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:36,325 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:36,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:38,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:38,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:27:38,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:27:38,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:27:40,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:41,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:42,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:44,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:46,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:47,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:48,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:50,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:52,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:52,696 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:27:53,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:27:53,658 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:27:53,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:27:53,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:27:54,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:56,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:58,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:27:59,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:00,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:02,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:04,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:04,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:06,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:08,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:08,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:28:08,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:28:08,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:28:10,118 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:10,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:12,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:14,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:15,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:16,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:18,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:20,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:21,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:22,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:22,697 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:28:23,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:28:23,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:28:23,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:28:24,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:26,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:26,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:28,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:30,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:32,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:32,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:34,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:36,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:37,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:38,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:38,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:28:38,659 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:28:38,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:28:40,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:42,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:43,641 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:44,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:46,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:48,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:49,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:50,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:52,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:52,699 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:28:53,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:28:53,660 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:28:53,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:28:54,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:54,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:28:56,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:28:58,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:00,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:00,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:02,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:04,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:06,068 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:06,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:08,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:29:08,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:29:08,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:08,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:29:10,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:11,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:12,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:14,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:16,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:17,210 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:18,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:20,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:22,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:22,700 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:29:22,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:23,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:29:23,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:29:23,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:29:24,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:26,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:28,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:28,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:30,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:32,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:33,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:34,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:36,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:38,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:29:38,660 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:29:38,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:38,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:29:39,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:40,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:42,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:45,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:45,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:47,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:49,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:50,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:51,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:52,705 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:29:53,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:29:53,660 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:29:53,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:29:53,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:55,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:56,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:29:57,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:29:59,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:01,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:01,846 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:03,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:05,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:07,458 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:07,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:08,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:30:08,660 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:30:08,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:30:09,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:11,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:13,046 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:13,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:15,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:17,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:18,985 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:19,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:21,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:22,702 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:30:23,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:30:23,660 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:30:23,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:30:23,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:24,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:25,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:27,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:29,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:30,242 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:31,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:33,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:35,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:35,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:37,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:38,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:30:38,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:30:38,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:30:39,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:41,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:41,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:43,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:45,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:47,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:47,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:49,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:51,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:52,704 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:30:52,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:53,660 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:30:53,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:30:53,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:30:53,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:55,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:57,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:30:58,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:30:59,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:01,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:03,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:04,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:05,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:07,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:08,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:31:08,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:31:08,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:31:09,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:09,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:11,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:13,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:15,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:15,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:17,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:19,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:21,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:21,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:22,705 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:31:23,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:31:23,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:31:23,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:31:23,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:25,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:26,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:27,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:29,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:31,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:32,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:33,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:35,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:37,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:37,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:38,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:31:38,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:31:38,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:31:39,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:41,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:43,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:43,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:45,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:47,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:48,977 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:49,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:51,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:52,705 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:31:53,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:31:53,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:31:53,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:31:53,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:54,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:31:55,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:57,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:31:59,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:00,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:01,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:03,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:05,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:05,943 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:07,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:08,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:32:08,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:32:08,702 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:32:09,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:11,532 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:11,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:13,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:15,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:17,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:17,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:19,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:21,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:22,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:22,707 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:32:23,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:32:23,661 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:32:23,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:32:23,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:25,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:27,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:28,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:29,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:31,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:33,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:33,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:35,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:37,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:38,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:32:38,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:32:38,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:32:38,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:39,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:41,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:43,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:43,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:45,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:47,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:49,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:49,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:51,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:52,708 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:32:53,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:32:53,663 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:32:53,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:32:53,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:54,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:32:55,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:57,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:32:59,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:00,510 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:01,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:03,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:05,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:06,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:07,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:08,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:33:08,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:33:08,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:33:09,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:11,609 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:12,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:14,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:16,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:17,424 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:18,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:20,864 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:22,709 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:33:22,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:22,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:23,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:33:23,662 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:33:23,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:33:24,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:26,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:28,507 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:28,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:30,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:32,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:33,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:34,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:36,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:38,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:33:38,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:33:38,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:33:38,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:39,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:40,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:42,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:44,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:45,207 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:46,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:48,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:50,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:50,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:52,711 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:33:52,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:53,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:33:53,667 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:33:53,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:33:54,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:56,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:33:56,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:33:58,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:00,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:02,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:02,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:04,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:06,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:07,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:08,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:34:08,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:34:08,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:34:08,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:10,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:12,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:13,283 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:14,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:16,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:18,813 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:18,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:20,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:22,712 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:34:22,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:23,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:34:23,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:34:23,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:34:24,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:24,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:26,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:28,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:29,978 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:30,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:32,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:34,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:35,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:36,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:38,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:34:38,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:34:38,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:34:38,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:40,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:41,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:42,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:44,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:46,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:46,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:48,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:50,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:52,305 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:52,713 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:34:52,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:53,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:34:53,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:34:53,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:34:54,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:56,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:34:57,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:34:58,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:00,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:02,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:03,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:04,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:06,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:08,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:08,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:35:08,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:35:08,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:35:08,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:10,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:12,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:13,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:14,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:16,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:18,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:19,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:20,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:22,714 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:35:22,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:23,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:35:23,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:35:23,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:35:24,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:25,116 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:26,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:28,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:30,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:30,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:32,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:34,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:36,511 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:36,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:38,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:35:38,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:35:38,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:35:38,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:40,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:42,023 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:42,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:44,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:46,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:47,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:48,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:50,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:52,715 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:35:52,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:53,399 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:35:53,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:35:53,668 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:35:53,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:35:54,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:56,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:58,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:35:59,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:00,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:02,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:04,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:04,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:06,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:08,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:36:08,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:36:08,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:36:08,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:10,383 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:10,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:12,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:14,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:16,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:16,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:18,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:20,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:21,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:22,717 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:36:22,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:23,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:36:23,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:36:23,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:36:24,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:27,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:27,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:29,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:32,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:32,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:34,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:36,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:38,016 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:38,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:38,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:36:38,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:36:38,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:36:40,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:42,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:44,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:44,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:46,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:48,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:50,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:50,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:52,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:52,718 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:36:53,668 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:36:53,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:36:53,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:36:54,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:55,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:36:56,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:36:58,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:00,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:01,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:02,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:04,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:06,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:06,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:08,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:08,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:37:08,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:37:08,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:37:10,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:12,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:12,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:14,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:16,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:18,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:18,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:20,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:22,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:22,719 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:37:23,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:23,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:37:23,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:37:23,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:37:24,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:26,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:28,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:29,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:30,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:32,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:34,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:35,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:36,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:38,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:38,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:37:38,669 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:37:38,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:37:40,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:40,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:42,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:44,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:46,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:46,185 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:48,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:50,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:51,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:52,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:52,720 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:37:53,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:37:53,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:37:53,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:37:54,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:56,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:37:57,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:37:58,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:00,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:02,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:03,215 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:04,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:06,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:08,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:08,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:08,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:38:08,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:38:08,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:38:09,042 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:38:09,044 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:38:09,045 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 12:38:09,045 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 12:38:09,046 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 12:38:09,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 12:38:10,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:12,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:13,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:14,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:16,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:18,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:18,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:20,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:22,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:22,721 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:38:23,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:38:23,677 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:38:23,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:38:24,052 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:24,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:26,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:27,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:28,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:28,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:38:29,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:30,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:31,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:32,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:34,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:34,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:36,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:38,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:38,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:38:38,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:38:38,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:38:40,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:40,535 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:42,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:44,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:46,078 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:46,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:48,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:50,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:51,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:52,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:52,723 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:38:53,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:38:53,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:38:53,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:38:54,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:56,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:38:57,545 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:38:58,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:00,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:02,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:03,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:04,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:06,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:08,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:08,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:08,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:39:08,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:39:08,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:39:10,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:12,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:14,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:14,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:16,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:18,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:20,109 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:20,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:22,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:22,724 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:39:23,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:39:23,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:39:23,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:39:24,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:25,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:26,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:28,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:30,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:31,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:32,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:34,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:36,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:36,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:38,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:38,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:39:38,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:39:38,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:39:40,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:42,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:42,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:44,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:46,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:47,759 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:49,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:51,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:52,725 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:39:53,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:53,411 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:53,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:39:53,670 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:39:53,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:39:55,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:57,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:39:58,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:39:59,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:01,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:03,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:04,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:05,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:07,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:08,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:40:08,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:40:08,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:40:09,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:10,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:11,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:13,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:15,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:15,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:17,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:19,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:21,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:21,493 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:22,726 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:40:23,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:23,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:40:23,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:40:23,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:40:25,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:26,963 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:27,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:29,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:31,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:32,572 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:33,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:35,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:37,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:38,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:38,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:40:38,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:40:38,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:40:39,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:41,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:43,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:43,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:45,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:47,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:49,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:49,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:51,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:52,727 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:40:53,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:53,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:40:53,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:40:53,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:40:54,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:40:55,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:57,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:40:59,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:00,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:01,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:03,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:05,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:06,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:07,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:08,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:41:08,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:41:08,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:41:09,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:11,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:11,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:13,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:15,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:17,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:17,365 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:19,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:21,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:22,728 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:41:22,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:23,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:23,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:41:23,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:41:23,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:41:25,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:27,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:28,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:29,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:31,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:33,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:34,270 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:35,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:37,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:38,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:41:38,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:41:38,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:41:39,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:40,002 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:41,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:43,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:45,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:45,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:47,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:49,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:50,907 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:51,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:52,729 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:41:53,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:53,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:41:53,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:41:53,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:41:55,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:56,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:41:57,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:41:59,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:01,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:02,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:03,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:05,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:07,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:08,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:08,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:42:08,671 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:42:08,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:42:09,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:11,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:13,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:13,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:15,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:17,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:19,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:19,321 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:21,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:22,730 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:42:23,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:23,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:42:23,672 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:42:23,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:42:24,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:25,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:27,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:29,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:30,478 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:31,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:33,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:35,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:36,077 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:37,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:38,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:42:38,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:42:38,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:42:39,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:41,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:41,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:43,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:45,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:47,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:47,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:49,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:51,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:52,732 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:42:52,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:53,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:53,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:42:53,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:42:53,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:42:55,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:57,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:42:58,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:42:59,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:01,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:03,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:04,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:05,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:07,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:08,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:43:08,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:43:08,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:43:09,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:10,043 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:11,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:13,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:15,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:15,591 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:17,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:20,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:21,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:22,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:22,732 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:43:23,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:43:23,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:43:23,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:43:24,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:26,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:27,226 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:28,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:30,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:32,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:32,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:34,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:36,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:38,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:38,457 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:38,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:43:38,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:43:38,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:43:40,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:42,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:44,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:44,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:46,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:48,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:49,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:50,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:52,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:52,734 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:43:53,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:43:53,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:43:53,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:43:54,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:55,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:43:56,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:43:58,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:00,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:01,105 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:02,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:04,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:06,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:06,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:08,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:08,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:44:08,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:44:08,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:44:10,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:12,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:12,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:14,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:16,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:18,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:18,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:20,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:22,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:22,736 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:44:23,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:23,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:44:23,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:44:23,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:44:24,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:26,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:28,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:29,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:30,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:32,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:34,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:35,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:36,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:38,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:38,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:44:38,673 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:44:38,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:44:40,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:40,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:42,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:44,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:46,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:46,395 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:48,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:50,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:52,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:52,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:52,737 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:44:53,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:44:53,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:44:53,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:44:54,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:56,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:44:57,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:44:58,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:00,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:02,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:03,103 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:04,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:06,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:08,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:08,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:08,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:45:08,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:45:08,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:45:10,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:12,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:14,164 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:14,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:16,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:18,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:19,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:20,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:22,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:22,739 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:45:23,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:45:23,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:45:23,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:45:24,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:25,514 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:26,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:28,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:30,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:31,031 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:32,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:34,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:36,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:36,511 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:38,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:38,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:45:38,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:45:38,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:45:40,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:41,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:42,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:44,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:46,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:47,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:48,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:50,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:52,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:52,740 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:45:52,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:53,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:45:53,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:45:53,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:45:54,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:56,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:45:57,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:45:58,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:00,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:02,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:03,201 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:04,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:06,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:08,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:08,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:08,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:46:08,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:46:08,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:46:10,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:12,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:14,282 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:14,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:16,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:18,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:19,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:20,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:22,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:22,743 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:46:23,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:46:23,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:46:23,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:46:24,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:25,799 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:26,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:28,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:30,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:31,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:32,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:34,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:36,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:37,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:38,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:46:38,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:46:38,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:46:39,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:41,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:42,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:43,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:45,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:47,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:48,302 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:49,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:51,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:52,744 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:46:53,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:53,671 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:46:53,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:46:53,674 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:46:53,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:46:55,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:57,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:59,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:46:59,532 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:01,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:03,481 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:05,141 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:05,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:07,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:08,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:47:08,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:47:08,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:47:09,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:10,776 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:11,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:13,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:15,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:16,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:17,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:19,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:21,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:22,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:22,745 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:47:23,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:23,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:47:23,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:47:23,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:47:25,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:27,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:27,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:29,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:31,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:33,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:33,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:35,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:37,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:38,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:38,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:47:38,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:47:38,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:47:39,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:41,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:43,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:44,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:45,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:47,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:49,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:50,083 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:51,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:52,746 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:47:53,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:53,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:47:53,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:47:53,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:47:55,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:55,558 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:47:57,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:47:59,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:01,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:01,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:03,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:05,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:06,964 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:07,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:08,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:48:08,676 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:48:08,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:48:09,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:11,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:12,454 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:13,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:15,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:17,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:18,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:19,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:21,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:22,747 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:48:23,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:23,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:23,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:48:23,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:48:23,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:48:25,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:27,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:29,150 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:29,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:31,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:33,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:34,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:35,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:37,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:38,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:48:38,676 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:48:38,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:48:39,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:40,213 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:41,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:43,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:45,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:45,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:47,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:49,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:51,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:51,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:52,748 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:48:53,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:53,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:48:53,675 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:48:53,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:48:55,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:56,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:48:57,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:48:59,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:01,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:02,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:03,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:05,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:07,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:08,135 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:08,675 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:49:08,676 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:49:08,717 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:49:09,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:11,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:13,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:13,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:15,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:17,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:19,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:19,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:21,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:22,749 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:49:23,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:23,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:49:23,676 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:49:23,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:49:25,252 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:25,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:27,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:29,590 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:30,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:31,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:33,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:35,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:36,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:37,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:38,676 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:49:38,676 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:49:38,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:49:39,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:41,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:41,999 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:43,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:45,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:47,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:47,820 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:49,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:51,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:52,751 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:49:53,472 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:53,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:53,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:49:53,681 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:49:53,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:49:55,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:57,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:49:58,947 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:49:59,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:01,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:04,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:04,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:06,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:08,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:08,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:50:08,682 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:50:08,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:50:10,185 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:10,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:12,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:14,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:15,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:16,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:18,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:20,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:21,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:22,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:22,752 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:50:23,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:50:23,681 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:50:23,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:50:24,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:26,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:26,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:28,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:30,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:32,569 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:32,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:34,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:36,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:38,092 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:38,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:38,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:50:38,682 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:50:38,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:50:40,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:42,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:43,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:44,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:46,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:48,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:49,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:50,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:52,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:52,755 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:50:53,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:50:53,682 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:50:53,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:50:54,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:54,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:50:56,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:50:58,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:00,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:00,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:02,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:04,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:06,171 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:06,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:08,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:08,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:51:08,683 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:51:08,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:51:10,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:11,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:12,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:14,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:16,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:17,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:18,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:20,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:22,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:22,754 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:51:22,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:23,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:51:23,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:51:23,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:51:24,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:26,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:27,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:28,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:30,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:32,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:33,445 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:34,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:36,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:38,674 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:38,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:51:38,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:51:38,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:38,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:51:40,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:42,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:43,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:44,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:46,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:48,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:49,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:50,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:52,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:52,755 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:51:53,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:51:53,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:51:53,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:51:54,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:54,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:51:56,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:51:58,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:00,585 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:00,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:02,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:04,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:06,170 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:06,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:08,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:52:08,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:52:08,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:08,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:52:10,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:11,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:12,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:14,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:16,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:17,435 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:18,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:20,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:22,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:22,757 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:52:22,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:23,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:52:23,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:52:23,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:52:24,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:26,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:28,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:28,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:30,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:32,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:34,316 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:34,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:36,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:38,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:52:38,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:52:38,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:52:38,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:40,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:40,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:42,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:44,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:45,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:46,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:48,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:50,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:51,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:52,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:52,758 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:52:53,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:52:53,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:52:53,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:52:54,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:56,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:52:56,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:52:58,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:00,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:02,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:02,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:04,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:06,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:08,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:08,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:53:08,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:53:08,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:53:08,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:10,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:12,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:13,833 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:14,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:16,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:18,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:19,489 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:20,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:22,759 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:53:22,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:23,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:53:23,684 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:53:23,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:53:24,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:25,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:27,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:29,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:30,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:31,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:33,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:35,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:36,418 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:37,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:38,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:53:38,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:53:38,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:53:38,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:53:38,845 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:53:38,846 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 12:53:38,846 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 12:53:38,847 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 12:53:39,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 12:53:39,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:41,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:41,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:43,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:45,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:46,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:47,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:49,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:51,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:51,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:52,760 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:53:53,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:53:53,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:53:53,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:53:53,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:55,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:57,314 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:53:57,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:58,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:53:58,885 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 12:54:00,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:01,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:02,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:03,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:05,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:07,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:08,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:08,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:54:08,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:54:08,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:54:09,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:11,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:13,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:13,971 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:15,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:17,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:19,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:19,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:21,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:22,762 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:54:23,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:54:23,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:54:23,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:54:23,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:25,380 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:25,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:27,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:29,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:31,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:31,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:33,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:35,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:36,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:37,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:38,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:54:38,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:54:38,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:54:39,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:41,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:42,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:43,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:45,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:47,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:48,161 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:49,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:51,847 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:52,764 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:54:53,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:53,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:54:53,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:54:53,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:54:53,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:55,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:57,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:54:59,275 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:54:59,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:01,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:03,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:04,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:05,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:07,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:08,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:55:08,685 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:55:08,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:55:09,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:10,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:11,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:13,861 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:15,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:16,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:17,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:19,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:21,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:21,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:22,765 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:55:23,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:55:23,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:55:23,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:55:23,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:25,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:27,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:27,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:29,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:31,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:32,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:33,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:35,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:37,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:38,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:38,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:55:38,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:55:38,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:55:39,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:41,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:43,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:44,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:45,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:47,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:49,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:49,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:51,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:52,766 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:55:53,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:55:53,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:55:53,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:55:53,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:55,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:55:55,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:57,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:55:59,891 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:01,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:01,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:03,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:05,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:07,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:07,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:08,685 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:56:08,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:56:08,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:56:09,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:11,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:12,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:13,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:15,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:17,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:17,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:19,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:21,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:22,767 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:56:23,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:23,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:56:23,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:56:23,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:56:23,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:25,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:27,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:28,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:29,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:31,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:33,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:34,642 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:35,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:37,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:38,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:56:38,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:56:38,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:56:39,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:40,373 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:41,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:43,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:45,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:46,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:47,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:50,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:51,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:52,768 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:56:52,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:53,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:56:53,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:56:53,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:56:54,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:56,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:56:57,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:56:58,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:00,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:02,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:03,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:04,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:06,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:08,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:08,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:57:08,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:57:08,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:57:08,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:10,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:12,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:14,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:14,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:16,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:18,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:19,997 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:20,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:22,769 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:57:22,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:23,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:57:23,686 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:57:23,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:57:24,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:25,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:26,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:28,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:30,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:31,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:32,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:34,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:36,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:37,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:38,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:57:38,687 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:57:38,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:57:38,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:40,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:42,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:42,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:44,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:46,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:48,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:48,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:50,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:52,771 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:57:52,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:53,679 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:53,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:57:53,687 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:57:53,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:57:54,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:56,980 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:57:58,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:57:58,981 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:00,983 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:02,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:04,494 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:04,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:06,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:08,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:58:08,687 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:58:08,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:58:08,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:10,174 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:10,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:12,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:14,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:15,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:16,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:18,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:20,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:21,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:22,772 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:58:22,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:23,686 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:58:23,687 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:58:23,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:58:24,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:26,948 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:26,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:29,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:31,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:32,608 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:33,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:35,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:37,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:38,272 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:38,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:58:38,687 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:58:38,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:58:39,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:41,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:43,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:43,935 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:45,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:47,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:49,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:49,463 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:51,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:52,773 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:58:53,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:53,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:58:53,687 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:58:53,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:58:55,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:55,218 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:58:57,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:58:59,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:00,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:01,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:03,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:05,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:06,177 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:07,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:08,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:59:08,691 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:59:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:59:09,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:11,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:12,067 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:13,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:15,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:17,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:17,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:19,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:21,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:22,774 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:59:22,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:23,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:23,690 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:59:23,691 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:59:23,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:59:25,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:27,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:27,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:29,038 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:31,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:33,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:33,198 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:35,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:37,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:38,681 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:38,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:59:38,691 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:59:38,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:59:39,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:41,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:43,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:43,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:45,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:47,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:49,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:49,203 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:51,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:52,775 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 12:59:53,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:53,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 12:59:53,691 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 12:59:53,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 12:59:54,858 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 12:59:55,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:57,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 12:59:59,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:00,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:01,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:03,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:05,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:05,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:08,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:08,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:00:08,691 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:00:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:00:10,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:11,544 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:12,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:14,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:16,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:17,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:18,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:20,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:22,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:22,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:22,776 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:00:23,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:00:23,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:00:23,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:00:24,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:26,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:28,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:28,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:30,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:32,093 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:33,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:34,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:36,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:38,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:38,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:00:38,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:00:38,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:00:39,611 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:40,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:42,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:44,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:45,059 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:46,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:48,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:50,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:50,677 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:52,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:52,778 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:00:53,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:00:53,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:00:53,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:00:54,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:56,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:00:56,284 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:00:58,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:00,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:01,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:02,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:04,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:06,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:07,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:08,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:08,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:01:08,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:01:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:01:10,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:12,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:13,162 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:14,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:16,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:18,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:18,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:20,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:22,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:22,779 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:01:23,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:01:23,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:01:23,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:01:24,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:24,491 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:26,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:28,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:30,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:30,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:32,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:34,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:35,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:36,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:38,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:38,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:01:38,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:01:38,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:01:40,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:41,061 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:42,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:44,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:46,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:46,665 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:48,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:50,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:52,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:52,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:52,780 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:01:53,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:01:53,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:01:53,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:01:54,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:56,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:01:57,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:01:58,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:00,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:02,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:03,583 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:04,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:06,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:08,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:08,683 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:08,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:02:08,692 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:02:08,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:02:10,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:12,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:13,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:14,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:16,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:18,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:19,422 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:20,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:22,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:22,781 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:02:23,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:02:23,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:02:23,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:02:24,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:25,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:26,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:28,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:30,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:30,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:32,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:34,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:36,178 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:36,289 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:38,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:38,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:02:38,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:02:38,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:02:40,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:41,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:42,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:44,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:46,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:47,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:48,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:50,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:52,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:52,782 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:02:52,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:53,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:02:53,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:02:53,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:02:54,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:56,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:02:57,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:02:58,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:00,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:02,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:03,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:04,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:06,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:08,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:08,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:08,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:03:08,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:03:08,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:03:10,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:12,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:13,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:14,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:16,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:18,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:19,294 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:20,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:22,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:22,783 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:03:23,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:03:23,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:03:23,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:03:24,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:25,052 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:26,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:29,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:30,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:31,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:33,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:35,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:36,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:37,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:03:38,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:03:38,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:03:39,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:41,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:41,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:43,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:45,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:47,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:47,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:49,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:51,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:52,784 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:03:52,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:53,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:53,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:03:53,693 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:03:53,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:03:55,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:57,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:03:57,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:03:59,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:01,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:03,236 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:03,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:05,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:07,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:08,684 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:08,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:04:08,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:04:08,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:04:09,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:11,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:13,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:14,298 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:15,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:17,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:19,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:19,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:21,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:22,786 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:04:23,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:23,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:04:23,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:04:23,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:04:25,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:25,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:27,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:29,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:30,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:31,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:33,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:35,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:36,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:37,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:04:38,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:04:38,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:04:39,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:41,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:42,386 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:43,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:45,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:47,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:47,877 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:49,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:51,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:52,786 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:04:53,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:53,646 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:53,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:04:53,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:04:53,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:04:55,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:57,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:04:59,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:04:59,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:01,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:03,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:04,936 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:05,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:07,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:08,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:05:08,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:05:08,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:05:09,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:10,627 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:11,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:13,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:15,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:16,117 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:17,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:19,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:21,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:21,851 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:22,788 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:05:23,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:23,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:05:23,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:05:23,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:05:25,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:27,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:27,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:29,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:31,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:32,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:33,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:35,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:37,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:38,319 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:38,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:05:38,694 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:05:38,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:05:39,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:41,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:43,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:43,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:45,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:47,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:49,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:49,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:51,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:52,789 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:05:53,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:53,694 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:05:53,695 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:05:53,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:05:55,199 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:05:55,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:57,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:05:59,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:00,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:01,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:03,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:05,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:06,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:07,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:06:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:06:08,733 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:06:09,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:11,328 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:12,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:13,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:15,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:17,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:17,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:19,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:21,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:22,791 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:06:22,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:23,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:23,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:06:23,702 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:06:23,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:06:25,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:27,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:28,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:29,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:31,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:33,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:34,358 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:35,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:37,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:38,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:06:38,702 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:06:38,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:06:39,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:40,158 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:41,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:43,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:45,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:45,588 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:47,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:50,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:51,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:52,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:52,792 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:06:53,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:06:53,702 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:06:53,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:06:54,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:56,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:06:56,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:06:58,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:00,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:02,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:02,459 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:04,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:06,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:08,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:08,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:08,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:07:08,702 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:07:08,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:07:10,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:12,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:14,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:14,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:16,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:18,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:19,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:20,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:22,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:22,793 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:07:23,701 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:07:23,702 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:07:23,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:07:24,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:25,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:26,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:28,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:30,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:31,115 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:32,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:34,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:36,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:36,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:38,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:38,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:07:38,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:07:38,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:07:40,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:42,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:42,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:44,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:46,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:47,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:48,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:50,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:52,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:52,794 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:07:53,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:07:53,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:07:53,704 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:07:53,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:07:54,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:56,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:58,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:07:59,137 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:00,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:02,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:04,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:04,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:06,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:08,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:08,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:08:08,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:08:08,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:08:10,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:10,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:12,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:14,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:16,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:16,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:18,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:20,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:21,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:22,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:22,795 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:08:23,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:08:23,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:08:23,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:08:24,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:26,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:27,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:28,422 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:30,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:32,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:32,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:34,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:36,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:38,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:38,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:38,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:08:38,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:08:38,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:08:40,430 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:42,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:44,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:44,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:46,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:48,435 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:50,032 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:50,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:52,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:52,796 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:08:53,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:08:53,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:08:53,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:08:54,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:55,616 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:08:56,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:08:58,442 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:00,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:01,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:02,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:04,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:06,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:06,533 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:08,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:08,704 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:09:08,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:09:08,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:09:10,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:12,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:12,214 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:09:12,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:09:12,217 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 13:09:12,217 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 13:09:12,218 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 13:09:12,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 13:09:12,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:14,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:16,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:17,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:18,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:20,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:22,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:22,470 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:22,797 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:09:23,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:09:23,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:09:23,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:09:24,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:26,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:27,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:28,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:30,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:31,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:32,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:09:32,622 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:33,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:34,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:36,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:38,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:38,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:38,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:09:38,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:09:38,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:09:40,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:42,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:43,607 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:44,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:46,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:48,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:49,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:50,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:52,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:52,799 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:09:53,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:09:53,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:09:53,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:09:54,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:54,939 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:09:56,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:09:58,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:00,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:00,511 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:02,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:04,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:06,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:06,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:08,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:08,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:10:08,705 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:10:08,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:10:10,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:11,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:12,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:14,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:16,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:17,329 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:18,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:20,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:22,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:22,800 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:10:22,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:23,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:10:23,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:10:23,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:10:24,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:27,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:28,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:29,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:31,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:33,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:34,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:35,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:37,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:38,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:10:38,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:10:38,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:10:39,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:39,803 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:41,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:43,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:45,487 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:45,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:47,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:49,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:51,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:51,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:52,801 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:10:53,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:53,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:10:53,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:10:53,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:10:55,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:56,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:10:57,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:10:59,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:01,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:02,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:03,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:05,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:07,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:07,834 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:08,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:11:08,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:11:08,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:11:09,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:11,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:13,462 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:13,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:15,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:17,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:18,913 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:19,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:21,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:22,802 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:11:23,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:23,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:11:23,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:11:23,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:11:24,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:25,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:27,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:29,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:30,219 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:31,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:33,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:35,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:35,822 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:37,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:38,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:11:38,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:11:38,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:11:39,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:41,392 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:41,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:43,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:45,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:47,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:47,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:49,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:51,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:52,652 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:52,805 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:11:53,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:53,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:11:53,706 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:11:53,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:11:55,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:57,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:11:58,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:11:59,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:01,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:03,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:03,878 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:05,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:07,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:08,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:12:08,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:12:08,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:12:09,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:09,657 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:11,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:13,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:15,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:15,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:17,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:19,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:20,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:21,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:22,806 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:12:23,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:23,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:12:23,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:12:23,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:12:25,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:26,272 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:27,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:29,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:31,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:32,070 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:33,617 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:35,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:37,574 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:37,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:38,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:12:38,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:12:38,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:12:39,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:41,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:43,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:43,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:45,625 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:47,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:48,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:49,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:51,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:52,807 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:12:53,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:53,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:12:53,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:12:53,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:12:54,541 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:12:55,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:57,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:12:59,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:00,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:01,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:03,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:05,628 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:05,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:07,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:08,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:13:08,707 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:13:08,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:13:09,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:11,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:11,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:13,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:15,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:16,633 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:17,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:19,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:21,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:22,102 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:22,809 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:13:23,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:23,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:13:23,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:13:23,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:13:25,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:27,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:27,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:29,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:31,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:33,415 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:33,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:35,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:37,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:38,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:38,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:13:38,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:13:38,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:13:39,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:41,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:43,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:44,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:45,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:47,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:49,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:50,247 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:52,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:52,810 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:13:53,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:13:53,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:13:53,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:13:54,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:55,916 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:13:56,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:13:58,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:00,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:01,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:02,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:04,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:06,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:07,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:08,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:14:08,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:14:08,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:08,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:14:10,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:12,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:12,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:14,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:16,717 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:18,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:18,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:20,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:22,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:22,811 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:14:23,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:23,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:14:23,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:14:23,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:14:24,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:26,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:28,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:29,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:30,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:32,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:34,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:35,339 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:36,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:38,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:14:38,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:14:38,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:38,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:14:40,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:41,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:42,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:44,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:46,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:46,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:48,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:50,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:52,482 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:52,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:52,812 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:14:53,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:14:53,708 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:14:53,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:14:54,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:56,743 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:14:58,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:14:58,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:00,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:02,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:03,640 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:04,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:06,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:08,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:08,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:15:08,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:15:08,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:15:08,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:10,752 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:12,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:13,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:14,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:16,756 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:18,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:19,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:20,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:22,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:22,813 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:15:23,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:15:23,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:15:23,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:15:24,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:25,076 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:26,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:28,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:30,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:30,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:32,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:34,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:36,074 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:36,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:38,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:15:38,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:15:38,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:15:38,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:40,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:41,931 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:42,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:44,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:46,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:47,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:48,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:50,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:52,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:52,814 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:15:52,815 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:53,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:15:53,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:15:53,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:15:54,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:56,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:15:58,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:15:58,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:00,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:02,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:04,479 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:04,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:06,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:08,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:16:08,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:16:08,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:16:08,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:09,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:10,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:12,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:14,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:15,522 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:16,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:18,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:20,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:21,027 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:22,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:22,816 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:16:23,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:16:23,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:16:23,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:16:24,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:26,513 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:26,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:28,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:30,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:32,047 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:32,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:34,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:36,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:37,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:38,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:16:38,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:16:38,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:16:38,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:40,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:42,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:43,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:44,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:46,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:48,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:49,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:50,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:52,817 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:16:52,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:53,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:16:53,709 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:16:53,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:16:54,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:54,993 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:16:56,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:16:58,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:00,486 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:00,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:02,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:04,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:05,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:06,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:08,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:17:08,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:17:08,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:17:08,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:11,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:11,879 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:13,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:15,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:17,601 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:17,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:19,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:21,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:22,818 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:17:22,819 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:23,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:17:23,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:17:23,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:17:23,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:25,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:27,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:27,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:29,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:31,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:33,471 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:33,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:35,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:37,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:38,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:38,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:17:38,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:17:38,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:17:39,850 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:41,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:43,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:43,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:45,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:47,856 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:49,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:49,857 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:51,858 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:52,819 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:17:53,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:17:53,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:17:53,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:17:53,859 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:54,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:17:55,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:57,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:17:59,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:00,388 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:01,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:03,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:05,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:06,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:07,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:08,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:18:08,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:18:08,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:18:09,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:11,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:11,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:13,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:15,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:17,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:17,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:19,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:21,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:22,820 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:18:22,821 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:23,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:18:23,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:18:23,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:18:23,879 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:25,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:27,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:28,592 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:29,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:31,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:33,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:34,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:35,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:37,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:38,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:18:38,710 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:18:38,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:18:39,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:39,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:41,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:43,892 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:45,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:45,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:47,895 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:49,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:50,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:51,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:52,821 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:18:53,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:18:53,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:18:53,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:18:53,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:55,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:56,584 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:18:57,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:18:59,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:01,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:02,216 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:03,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:05,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:07,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:08,011 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:08,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:19:08,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:19:08,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:19:09,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:11,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:13,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:13,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:15,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:17,914 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:19,133 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:19,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:21,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:22,822 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:19:23,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:19:23,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:19:23,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:19:23,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:24,846 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:25,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:27,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:29,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:30,296 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:31,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:33,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:35,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:35,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:37,927 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:38,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:19:38,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:19:38,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:19:39,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:41,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:41,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:43,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:45,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:47,277 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:47,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:49,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:51,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:52,823 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:19:52,827 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:53,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:19:53,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:19:53,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:19:53,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:55,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:57,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:19:58,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:19:59,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:01,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:03,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:04,165 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:05,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:07,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:08,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:20:08,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:20:08,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:20:09,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:09,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:11,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:13,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:15,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:15,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:17,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:19,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:20,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:21,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:22,825 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:20:23,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:20:23,711 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:20:23,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:20:23,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:25,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:26,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:27,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:29,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:31,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:32,256 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:33,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:35,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:37,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:38,016 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:38,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:20:38,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:20:38,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:20:39,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:41,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:43,517 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:44,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:47,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:49,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:49,111 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:51,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:52,826 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:20:53,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:53,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:20:53,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:20:53,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:20:54,801 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:20:55,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:57,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:20:59,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:00,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:01,010 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:03,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:05,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:05,969 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:07,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:08,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:21:08,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:21:08,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:21:09,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:11,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:11,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:13,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:15,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:17,020 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:17,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:19,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:21,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:22,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:22,826 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:21:23,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:23,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:21:23,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:21:23,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:21:25,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:27,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:28,250 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:29,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:31,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:33,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:34,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:35,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:37,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:38,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:21:38,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:21:38,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:21:39,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:39,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:41,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:43,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:45,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:45,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:47,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:49,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:50,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:51,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:52,828 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:21:53,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:53,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:21:53,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:21:53,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:21:55,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:56,437 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:21:57,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:21:59,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:01,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:02,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:03,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:05,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:07,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:07,817 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:08,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:22:08,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:22:08,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:22:09,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:11,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:13,057 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:13,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:15,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:17,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:19,013 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:19,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:21,062 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:22,829 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:22:23,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:23,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:22:23,712 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:22:23,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:22:24,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:25,065 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:27,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:29,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:30,263 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:31,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:33,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:35,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:35,337 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:37,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:38,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:22:38,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:22:38,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:22:39,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:40,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:41,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:43,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:45,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:46,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:47,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:49,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:51,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:52,024 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:52,831 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:22:53,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:53,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:22:53,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:22:53,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:22:55,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:57,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:22:57,678 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:22:59,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:01,097 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:03,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:03,390 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:05,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:07,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:08,697 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:08,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:23:08,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:23:08,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:23:09,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:11,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:13,105 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:13,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:15,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:17,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:19,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:19,481 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:21,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:22,832 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:23:23,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:23,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:23:23,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:23:23,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:23:25,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:25,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:27,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:29,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:30,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:31,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:33,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:35,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:36,021 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:37,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:38,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:23:38,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:23:38,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:23:39,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:41,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:41,693 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:43,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:45,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:47,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:47,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:49,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:51,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:52,833 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:23:52,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:53,131 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:53,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:23:53,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:23:53,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:23:55,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:57,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:23:58,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:23:59,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:01,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:04,028 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:04,141 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:06,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:08,144 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:08,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:24:08,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:24:08,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:24:09,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:10,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:12,146 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:14,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:15,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:16,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:18,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:20,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:20,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:22,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:22,834 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:24:23,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:24:23,713 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:24:23,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:24:24,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:26,155 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:26,536 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:28,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:30,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:32,159 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:32,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:34,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:36,163 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:37,953 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:38,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:38,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:24:38,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:24:38,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:24:40,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:42,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:42,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:24:42,952 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:24:42,953 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 13:24:42,953 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 13:24:42,954 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 13:24:42,954 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:43,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 13:24:44,170 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:46,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:48,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:48,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:50,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:52,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:52,835 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:24:53,344 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:24:53,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:24:53,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:24:53,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:24:54,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:56,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:58,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:24:58,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:00,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:02,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:02,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:25:04,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:04,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:06,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:08,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:08,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:25:08,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:25:08,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:25:09,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:10,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:12,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:14,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:15,594 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:16,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:18,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:20,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:21,179 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:22,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:22,837 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:25:23,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:25:23,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:25:23,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:25:24,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:26,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:26,711 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:28,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:30,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:32,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:32,443 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:34,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:36,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:38,144 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:38,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:38,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:25:38,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:25:38,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:25:40,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:42,207 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:43,959 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:44,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:46,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:48,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:49,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:50,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:52,213 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:52,838 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:25:53,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:25:53,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:25:53,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:25:54,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:55,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:25:56,216 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:25:58,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:00,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:00,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:02,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:04,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:06,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:06,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:08,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:08,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:26:08,714 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:26:08,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:26:10,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:12,026 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:12,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:14,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:16,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:17,806 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:18,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:20,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:22,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:22,839 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:26:22,840 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:23,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:26:23,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:26:23,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:26:24,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:26,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:27,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:28,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:30,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:32,239 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:33,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:34,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:36,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:38,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:38,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:26:38,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:26:38,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:26:39,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:40,244 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:42,246 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:44,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:44,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:46,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:48,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:50,251 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:50,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:52,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:52,840 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:26:53,714 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:26:53,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:26:53,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:26:54,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:56,084 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:26:56,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:26:58,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:00,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:01,629 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:02,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:04,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:06,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:07,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:08,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:08,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:27:08,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:27:08,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:27:10,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:12,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:12,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:14,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:16,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:18,262 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:18,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:20,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:22,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:22,841 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:27:23,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:23,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:27:23,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:27:23,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:27:25,282 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:27,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:29,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:29,425 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:31,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:33,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:35,040 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:35,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:37,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:38,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:27:38,715 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:27:38,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:27:39,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:40,543 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:41,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:43,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:45,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:46,251 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:47,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:49,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:51,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:52,022 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:52,843 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:27:53,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:53,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:27:53,716 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:27:53,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:27:55,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:57,304 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:27:57,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:27:59,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:01,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:03,297 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:03,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:05,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:07,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:08,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:08,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:28:08,716 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:28:08,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:28:09,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:11,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:13,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:14,255 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:15,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:17,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:19,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:19,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:21,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:22,843 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:28:23,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:23,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:28:23,716 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:28:23,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:28:25,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:25,575 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:27,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:29,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:31,100 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:31,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:33,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:35,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:36,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:37,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:38,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:28:38,719 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:28:38,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:28:39,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:41,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:42,460 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:43,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:45,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:47,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:48,106 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:49,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:51,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:52,844 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:28:53,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:53,699 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:28:53,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:28:53,716 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:28:53,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:28:55,341 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:57,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:59,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:28:59,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:01,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:03,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:05,135 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:05,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:07,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:08,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:29:08,716 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:29:08,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:29:09,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:10,811 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:11,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:13,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:15,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:16,476 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:17,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:19,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:21,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:22,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:22,846 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:29:23,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:23,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:29:23,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:29:23,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:29:25,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:27,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:27,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:29,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:31,368 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:33,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:33,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:35,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:37,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:38,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:38,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:29:38,720 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:29:38,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:29:39,373 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:41,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:43,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:44,615 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:45,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:47,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:49,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:50,234 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:51,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:52,847 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:29:53,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:53,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:29:53,720 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:29:53,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:29:55,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:55,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:29:57,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:29:59,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:01,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:01,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:03,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:05,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:07,332 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:07,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:08,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:30:08,720 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:30:08,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:30:09,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:11,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:12,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:13,395 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:15,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:17,398 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:18,465 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:19,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:21,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:22,848 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:30:23,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:23,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:23,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:30:23,720 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:30:23,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:30:25,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:27,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:29,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:29,505 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:31,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:33,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:35,169 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:35,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:37,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:38,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:30:38,720 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:30:38,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:30:39,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:40,880 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:41,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:43,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:45,416 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:46,523 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:47,427 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:50,438 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:52,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:52,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:52,850 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:30:53,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:30:53,720 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:30:53,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:30:54,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:56,441 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:30:57,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:30:58,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:00,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:02,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:03,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:04,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:06,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:08,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:08,707 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:08,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:31:08,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:31:08,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:31:10,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:12,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:14,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:14,499 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:16,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:18,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:20,178 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:20,468 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:22,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:22,851 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:31:23,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:31:23,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:31:23,760 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:31:24,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:25,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:26,472 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:28,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:30,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:31,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:32,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:34,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:36,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:36,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:38,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:38,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:31:38,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:31:38,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:31:40,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:42,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:42,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:44,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:46,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:48,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:48,485 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:50,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:52,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:52,852 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:31:53,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:31:53,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:31:53,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:31:53,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:31:54,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:56,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:58,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:31:59,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:00,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:02,494 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:04,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:05,222 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:06,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:08,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:08,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:32:08,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:32:08,761 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:32:10,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:10,915 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:12,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:14,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:16,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:16,516 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:18,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:20,509 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:22,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:22,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:22,853 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:32:23,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:32:23,721 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:32:23,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:32:24,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:26,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:27,631 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:28,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:30,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:32,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:33,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:34,519 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:36,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:38,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:38,708 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:38,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:32:38,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:32:38,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:32:40,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:42,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:43,799 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:44,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:46,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:48,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:49,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:50,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:52,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:52,854 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:32:53,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:32:53,722 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:32:53,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:32:54,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:55,307 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:32:56,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:32:58,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:00,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:00,876 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:02,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:04,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:06,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:06,556 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:08,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:08,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:33:08,722 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:33:08,762 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:33:10,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:12,293 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:12,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:14,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:16,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:18,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:18,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:20,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:22,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:22,855 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:33:23,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:23,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:33:23,722 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:33:23,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:33:24,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:26,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:28,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:29,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:30,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:32,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:34,557 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:34,647 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:36,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:38,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:38,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:33:38,722 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:33:38,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:33:40,326 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:40,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:42,562 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:44,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:46,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:46,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:48,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:50,567 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:51,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:52,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:52,857 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:33:53,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:33:53,722 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:33:53,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:33:54,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:56,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:33:57,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:33:58,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:00,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:02,575 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:02,812 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:04,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:06,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:08,306 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:08,579 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:08,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:34:08,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:34:08,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:34:10,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:12,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:13,966 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:14,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:16,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:18,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:19,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:20,587 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:22,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:22,858 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:34:23,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:34:23,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:34:23,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:34:25,193 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:25,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:27,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:29,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:30,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:31,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:33,604 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:35,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:36,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:37,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:38,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:34:38,722 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:34:38,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:34:39,607 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:41,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:41,849 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:43,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:45,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:46,867 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:47,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:49,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:51,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:52,288 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:52,859 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:34:53,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:53,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:34:53,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:34:53,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:34:55,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:57,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:34:57,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:34:59,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:01,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:03,454 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:03,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:05,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:07,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:08,709 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:08,722 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:35:08,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:35:08,763 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:35:09,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:11,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:13,629 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:13,870 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:15,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:17,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:19,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:19,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:21,634 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:22,861 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:35:23,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:23,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:35:23,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:35:23,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:35:25,146 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:25,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:27,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:29,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:30,650 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:31,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:33,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:35,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:36,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:37,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:38,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:35:38,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:35:38,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:35:39,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:41,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:42,001 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:43,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:45,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:47,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:47,652 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:49,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:51,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:52,862 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:35:52,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:53,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:53,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:35:53,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:35:53,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:35:55,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:57,661 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:35:58,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:35:59,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:01,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:03,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:04,374 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:05,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:07,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:08,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:36:08,723 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:36:08,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:36:09,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:10,035 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:11,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:13,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:15,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:15,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:17,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:19,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:21,290 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:21,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:22,863 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:36:23,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:23,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:36:23,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:36:23,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:36:25,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:27,233 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:27,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:29,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:31,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:32,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:33,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:35,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:37,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:38,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:38,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:36:38,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:36:38,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:36:39,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:41,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:43,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:44,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:45,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:47,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:49,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:49,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:51,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:52,864 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:36:53,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:53,723 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:36:53,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:36:53,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:36:55,501 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:36:55,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:57,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:36:59,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:01,057 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:01,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:03,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:05,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:06,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:07,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:08,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:37:08,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:37:08,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:37:09,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:11,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:12,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:13,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:15,713 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:17,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:17,888 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:19,716 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:21,718 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:22,865 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:37:23,552 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:23,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:23,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:37:23,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:37:23,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:37:25,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:27,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:29,237 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:29,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:31,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:33,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:34,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:35,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:37,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:38,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:37:38,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:37:38,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:37:39,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:40,619 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:42,731 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:44,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:46,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:46,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:48,735 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:50,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:51,656 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:52,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:52,867 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:37:53,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:37:53,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:37:53,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:37:54,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:56,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:37:57,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:37:58,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:00,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:02,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:02,868 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:04,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:06,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:08,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:08,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:38:08,724 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:38:08,747 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:08,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:38:10,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:12,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:13,856 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:14,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:16,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:18,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:19,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:20,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:22,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:22,867 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:38:23,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:38:23,725 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:38:23,765 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:38:24,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:25,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:26,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:28,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:30,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:30,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:32,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:34,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:36,266 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:36,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:38,724 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:38:38,725 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:38:38,764 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:38:38,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:40,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:41,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:42,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:44,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:46,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:47,520 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:48,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:50,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:52,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:52,869 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:38:52,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:53,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:38:53,725 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:38:53,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:38:54,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:56,778 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:38:58,596 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:38:58,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:00,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:02,782 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:04,401 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:04,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:06,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:08,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:39:08,725 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:39:08,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:39:08,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:10,088 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:10,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:12,788 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:14,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:15,562 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:16,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:18,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:20,793 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:21,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:22,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:22,870 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:39:23,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:39:23,725 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:39:23,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:39:24,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:26,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:26,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:28,798 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:30,800 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:32,369 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:32,801 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:34,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:36,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:38,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:38,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:39:38,726 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:39:38,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:39:38,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:40,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:42,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:43,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:44,808 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:46,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:48,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:49,421 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:50,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:52,813 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:52,871 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:39:53,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:39:53,726 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:39:53,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:39:54,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:55,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:39:56,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:39:58,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:00,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:00,818 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:02,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:04,821 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:06,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:06,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:08,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:40:08,726 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:40:08,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:40:08,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:10,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:11,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:12,826 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:14,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:40:14,132 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:40:14,132 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 13:40:14,133 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 13:40:14,133 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 13:40:14,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 13:40:14,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:16,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:16,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:18,829 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:20,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:22,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:22,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:22,872 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:40:23,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:40:23,726 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:40:23,766 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:40:24,832 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:26,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:27,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:28,834 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:30,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:32,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:32,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:33,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:33,940 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:40:34,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:35,838 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:36,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:37,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:38,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:40:38,734 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:40:38,767 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:40:38,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:40,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:42,843 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:43,245 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:44,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:46,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:48,719 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:48,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:50,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:52,849 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:52,873 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:40:53,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:40:53,727 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:40:53,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:40:53,806 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:54,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:56,852 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:40:58,814 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:40:58,853 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:00,854 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:02,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:04,362 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:05,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:07,869 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:08,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:41:08,728 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:41:08,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:41:09,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:10,125 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:11,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:13,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:15,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:15,874 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:17,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:19,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:21,157 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:21,878 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:22,875 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:41:23,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:41:23,728 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:41:23,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:41:23,880 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:25,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:26,670 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:27,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:29,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:31,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:32,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:33,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:35,887 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:37,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:37,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:38,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:41:38,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:41:38,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:41:39,896 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:41,897 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:43,599 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:43,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:45,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:47,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:49,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:49,902 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:51,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:52,876 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:41:53,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:41:53,728 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:41:53,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:41:53,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:55,907 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:56,098 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:41:57,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:41:59,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:01,322 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:01,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:03,912 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:05,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:06,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:07,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:08,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:42:08,728 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:42:08,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:42:09,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:11,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:12,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:13,919 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:15,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:17,922 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:18,151 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:19,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:21,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:22,877 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:42:23,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:23,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:42:23,728 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:42:23,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:42:23,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:25,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:27,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:29,312 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:29,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:31,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:33,932 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:34,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:35,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:37,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:38,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:42:38,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:42:38,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:42:39,936 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:40,448 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:41,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:43,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:45,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:46,205 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:47,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:49,942 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:51,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:51,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:52,878 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:42:53,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:42:53,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:42:53,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:42:53,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:55,946 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:57,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:42:57,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:42:59,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:01,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:03,068 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:03,951 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:05,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:07,954 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:08,651 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:08,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:43:08,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:43:08,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:43:09,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:11,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:13,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:14,139 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:15,959 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:17,960 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:19,705 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:19,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:21,963 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:22,879 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:43:23,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:43:23,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:43:23,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:43:23,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:25,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:25,966 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:27,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:29,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:30,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:31,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:33,971 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:35,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:36,524 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:37,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:38,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:43:38,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:43:38,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:43:39,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:41,976 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:42,315 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:43,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:45,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:47,840 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:47,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:49,987 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:51,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:52,880 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:43:52,883 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:53,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:43:53,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:43:53,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:43:53,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:55,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:57,950 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:43:57,992 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:43:59,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:01,994 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:03,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:03,996 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:05,997 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:07,998 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:08,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:44:08,729 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:44:08,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:44:09,973 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:10,000 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:12,001 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:14,002 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:15,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:16,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:18,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:20,006 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:20,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:22,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:22,881 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:44:23,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:44:23,730 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:44:23,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:44:24,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:26,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:26,370 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:28,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:31,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:31,860 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:33,024 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:35,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:37,027 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:37,568 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:38,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:44:38,730 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:44:38,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:44:39,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:43,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:43,208 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:45,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:47,033 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:48,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:49,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:51,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:52,882 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:44:53,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:53,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:44:53,736 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:44:53,769 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:44:53,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:55,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:57,040 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:44:58,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:44:59,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:01,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:03,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:04,508 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:05,045 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:07,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:08,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:45:08,730 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:45:08,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:45:09,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:10,143 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:11,049 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:13,050 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:15,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:15,595 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:17,053 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:19,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:21,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:21,147 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:22,883 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:45:23,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:23,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:45:23,731 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:45:23,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:45:25,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:26,703 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:27,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:29,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:31,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:32,241 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:33,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:35,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:37,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:37,898 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:38,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:45:38,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:45:38,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:45:39,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:41,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:43,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:43,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:45,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:47,076 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:49,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:49,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:51,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:52,884 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:45:53,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:53,731 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:45:53,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:45:53,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:45:55,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:45:55,081 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:57,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:45:59,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:00,603 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:01,085 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:03,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:05,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:06,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:07,089 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:46:08,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:46:08,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:46:09,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:11,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:11,710 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:13,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:15,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:17,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:17,304 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:19,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:21,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:22,886 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:46:22,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:23,099 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:23,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:46:23,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:46:23,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:46:25,100 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:27,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:28,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:29,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:31,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:33,106 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:34,519 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:35,107 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:37,108 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:38,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:46:38,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:46:38,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:46:39,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:40,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:41,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:43,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:45,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:45,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:47,114 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:49,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:51,117 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:51,331 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:52,887 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:46:53,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:53,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:46:53,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:46:53,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:46:55,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:56,862 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:46:57,121 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:46:59,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:01,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:02,553 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:03,125 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:05,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:07,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:08,186 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:08,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:47:08,732 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:47:08,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:47:09,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:11,130 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:13,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:13,768 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:15,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:17,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:19,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:19,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:21,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:22,888 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:47:23,139 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:23,732 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:47:23,733 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:47:23,773 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:47:24,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:25,140 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:27,142 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:29,143 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:30,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:31,145 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:33,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:35,148 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:36,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:37,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:38,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:47:38,735 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:47:38,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:47:39,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:41,152 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:41,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:43,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:45,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:47,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:47,248 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:49,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:51,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:52,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:47:52,889 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:47:53,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:53,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:47:53,734 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:47:53,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:47:55,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:58,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:47:58,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:00,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:02,167 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:03,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:04,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:06,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:08,174 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:08,733 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:48:08,734 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:48:08,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:48:09,673 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:10,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:12,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:14,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:15,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:16,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:18,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:20,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:20,958 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:22,182 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:22,894 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:48:23,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:48:23,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:48:23,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:48:24,184 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:26,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:26,689 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:28,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:30,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:32,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:32,254 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:34,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:36,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:37,864 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:38,192 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:38,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:48:38,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:48:38,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:48:40,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:42,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:43,490 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:44,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:46,198 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:48,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:48,989 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:50,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:52,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:52,892 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:48:53,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:48:53,737 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:48:53,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:48:54,203 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:56,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:48:56,639 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:48:58,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:00,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:02,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:02,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:04,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:06,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:08,006 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:08,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:08,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:49:08,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:49:08,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:49:10,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:12,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:13,561 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:14,223 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:16,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:18,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:19,069 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:20,227 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:22,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:22,893 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:49:23,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:49:23,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:49:23,777 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:49:24,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:24,648 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:26,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:28,232 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:30,108 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:30,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:32,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:34,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:35,799 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:36,237 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:38,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:38,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:49:38,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:49:38,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:49:40,240 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:41,597 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:42,241 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:44,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:46,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:47,260 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:48,245 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:50,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:52,248 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:52,865 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:49:52,894 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:49:53,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:49:53,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:49:53,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:49:54,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:56,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:58,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:49:58,645 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:00,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:02,254 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:04,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:04,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:06,257 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:08,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:08,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:50:08,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:50:08,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:50:10,045 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:10,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:12,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:14,262 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:15,612 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:16,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:18,265 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:20,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:21,184 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:22,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:22,895 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:50:23,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:50:23,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:50:23,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:50:24,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:27,220 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:28,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:30,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:32,225 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:32,274 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:34,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:36,277 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:37,771 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:38,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:38,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:50:38,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:50:38,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:50:40,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:42,281 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:43,345 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:44,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:46,284 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:48,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:48,914 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:50,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:52,288 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:52,896 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:50:53,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:50:53,738 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:50:53,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:50:54,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:54,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:50:56,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:50:58,292 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:00,134 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:00,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:02,295 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:04,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:05,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:06,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:08,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:08,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:51:08,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:51:08,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:51:10,300 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:11,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:12,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:14,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:16,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:16,942 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:19,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:21,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:22,432 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:22,897 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:51:23,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:23,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:51:23,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:51:23,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:51:25,309 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:27,311 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:28,010 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:29,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:31,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:33,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:33,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:35,316 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:37,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:38,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:38,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:51:38,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:51:38,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:51:39,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:41,320 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:43,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:43,956 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:45,323 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:47,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:49,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:49,438 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:51,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:52,898 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:51:53,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:53,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:51:53,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:51:53,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:51:55,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:51:55,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:57,332 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:51:59,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:00,912 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:01,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:03,336 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:05,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:06,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:07,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:08,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:52:08,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:52:08,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:52:09,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:11,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:12,385 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:13,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:15,345 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:17,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:17,873 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:19,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:21,348 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:22,899 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:52:22,900 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:23,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:23,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:52:23,739 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:52:23,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:52:25,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:27,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:28,120 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:29,353 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:31,355 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:33,356 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:33,718 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:35,357 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:37,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:38,720 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:38,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:52:38,740 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:52:38,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:52:39,360 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:41,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:43,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:43,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:45,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:47,365 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:49,343 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:49,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:51,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:52,901 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:52:53,369 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:53,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:52:53,740 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:52:53,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:52:55,142 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:52:55,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:57,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:52:59,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:00,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:01,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:03,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:05,376 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:06,456 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:07,378 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:08,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:53:08,740 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:53:08,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:53:09,379 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:11,380 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:12,124 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:13,381 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:15,382 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:17,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:17,713 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:19,385 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:21,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:22,903 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:53:22,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:23,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:23,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:53:23,740 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:53:23,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:53:25,390 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:27,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:27,960 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:29,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:31,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:33,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:33,480 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:35,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:37,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:38,721 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:38,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:53:38,740 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:53:38,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:53:39,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:41,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:43,403 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:44,624 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:45,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:47,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:49,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:50,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:51,408 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:52,903 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:53:53,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:53,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:53:53,740 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:53:53,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:53:55,410 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:55,801 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:53:57,412 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:53:59,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:01,353 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:01,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:03,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:05,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:06,874 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:07,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:08,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:54:08,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:54:08,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:54:09,420 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:11,421 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:12,542 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:13,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:15,424 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:17,425 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:18,101 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:19,426 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:21,428 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:22,904 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:54:23,429 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:23,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:23,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:54:23,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:54:23,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:54:25,431 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:27,432 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:29,403 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:29,433 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:31,434 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:33,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:34,995 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:35,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:38,443 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:38,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:54:38,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:54:38,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:54:40,444 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:40,654 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:42,445 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:44,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:46,367 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:46,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:48,449 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:50,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:51,882 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:52,452 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:52,907 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:54:53,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:54:53,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:54:53,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:54:54,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:54:57,452 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:54:58,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:00,457 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:02,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:03,050 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:04,460 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:06,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:08,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:08,560 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:08,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:55:08,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:55:08,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:55:10,464 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:12,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:14,188 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:14,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:16,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:18,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:19,712 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:20,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:22,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:22,908 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:55:23,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:55:23,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:55:23,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:55:24,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:25,300 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:26,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:28,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:30,476 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:31,183 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:32,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:34,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:36,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:36,932 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:38,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:38,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:55:38,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:55:38,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:55:40,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:42,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:42,582 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:42,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:55:42,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:55:42,737 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 13:55:42,737 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 13:55:42,738 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 13:55:43,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 13:55:44,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:46,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:47,637 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:48,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:50,490 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:52,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:52,830 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:52,912 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:55:53,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:55:53,741 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:55:53,782 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:55:54,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:56,498 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:55:58,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:55:58,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:00,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:02,502 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:02,923 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 13:56:03,019 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:04,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:06,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:08,181 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:08,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:08,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:56:08,742 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:56:08,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:56:10,507 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:12,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:13,573 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:14,510 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:16,511 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:18,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:19,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:20,513 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:22,514 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:22,913 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:56:23,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:56:23,742 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:56:23,781 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:56:24,320 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:24,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:26,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:28,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:29,359 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:30,522 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:32,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:34,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:34,836 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:36,526 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:38,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:38,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:56:38,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:56:38,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:56:40,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:40,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:42,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:44,531 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:46,089 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:46,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:48,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:50,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:51,661 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:52,536 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:52,914 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:56:53,741 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:56:53,742 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:56:53,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:56:54,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:56,539 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:56:57,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:56:58,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:00,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:02,544 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:02,929 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:04,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:06,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:08,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:08,576 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:08,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:57:08,742 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:57:08,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:57:10,549 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:12,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:14,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:14,552 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:16,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:18,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:19,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:20,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:22,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:22,915 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:57:23,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:57:23,742 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:57:23,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:57:24,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:25,228 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:26,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:28,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:30,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:30,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:32,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:34,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:36,240 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:36,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:38,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:38,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:57:38,742 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:57:38,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:57:40,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:41,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:42,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:44,572 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:46,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:47,540 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:48,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:50,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:52,577 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:52,917 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:57:52,918 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:57:53,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:57:53,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:57:53,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:57:54,578 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:56,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:58,581 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:57:58,700 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:00,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:02,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:04,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:04,585 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:06,586 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:08,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:58:08,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:58:08,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:58:09,589 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:10,062 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:11,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:13,592 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:15,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:15,666 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:17,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:19,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:21,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:21,597 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:22,918 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:58:23,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:23,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:58:23,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:58:23,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:58:25,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:26,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:27,601 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:29,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:31,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:32,580 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:33,605 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:35,606 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:37,608 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:38,064 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:38,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:58:38,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:58:38,783 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:58:39,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:41,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:43,611 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:43,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:45,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:47,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:49,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:49,615 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:51,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:52,919 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:58:53,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:53,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:58:53,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:58:53,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:58:54,967 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:58:55,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:57,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:58:59,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:00,410 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:01,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:03,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:05,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:05,951 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:07,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:08,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:59:08,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:59:08,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:59:09,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:11,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:11,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:13,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:15,632 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:17,259 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:17,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:19,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:21,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:22,920 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:59:22,921 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:23,638 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:23,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:59:23,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:59:23,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:59:25,639 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:27,640 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:28,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:29,641 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:31,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:33,644 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:34,433 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:35,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:37,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:38,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:59:38,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:59:38,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:59:39,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:40,180 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:41,649 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:43,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:45,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:45,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:47,653 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:49,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:51,427 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:51,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:52,921 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 13:59:53,656 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:53,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 13:59:53,743 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 13:59:53,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 13:59:55,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:56,901 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 13:59:57,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 13:59:59,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:01,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:02,496 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:03,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:05,664 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:07,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:08,058 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:08,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:00:08,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:00:08,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:00:09,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:11,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:13,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:13,669 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:15,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:17,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:18,695 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:19,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:21,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:22,923 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:00:23,676 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:23,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:23,743 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:00:23,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:00:23,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:00:25,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:27,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:29,056 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:29,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:31,681 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:33,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:34,649 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:35,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:37,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:38,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:00:38,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:00:38,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:00:39,686 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:40,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:41,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:43,688 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:45,689 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:45,727 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:47,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:49,692 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:51,453 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:51,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:52,924 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:00:53,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:53,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:00:53,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:00:53,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:00:55,696 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:57,005 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:00:57,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:00:59,699 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:01,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:02,579 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:03,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:05,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:07,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:08,211 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:08,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:01:08,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:01:08,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:01:09,705 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:11,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:13,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:13,774 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:15,709 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:17,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:19,667 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:19,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:21,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:22,925 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:01:23,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:01:23,744 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:01:23,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:01:24,722 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:25,393 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:26,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:28,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:30,726 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:31,084 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:32,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:34,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:36,669 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:36,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:38,730 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:38,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:01:38,745 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:01:38,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:01:40,732 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:42,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:42,733 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:44,734 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:46,736 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:47,843 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:48,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:50,738 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:52,740 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:52,926 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:01:52,927 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:53,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:01:53,775 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:01:53,776 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:01:54,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:56,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:01:58,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:01:58,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:00,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:02,746 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:03,892 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:04,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:06,749 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:08,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:02:08,745 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:02:08,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:08,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:02:09,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:10,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:12,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:14,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:15,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:16,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:18,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:20,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:20,806 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:22,759 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:22,928 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:02:23,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:02:23,745 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:02:23,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:02:24,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:26,466 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:26,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:28,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:30,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:32,174 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:32,765 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:34,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:36,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:37,839 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:38,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:02:38,745 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:02:38,769 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:38,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:02:40,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:42,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:43,396 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:44,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:46,773 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:48,775 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:48,926 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:50,776 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:52,777 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:52,929 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:02:53,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:02:53,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:02:53,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:02:54,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:02:54,779 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:56,780 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:02:58,781 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:00,079 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:00,783 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:02,784 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:04,785 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:05,587 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:06,786 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:08,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:03:08,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:03:08,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:03:08,787 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:10,789 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:11,116 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:12,790 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:14,791 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:16,792 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:16,800 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:18,794 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:20,795 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:22,509 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:22,796 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:22,930 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:03:23,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:03:23,745 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:03:23,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:03:24,797 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:26,799 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:28,097 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:28,802 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:30,803 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:32,804 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:33,832 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:34,805 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:36,806 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:38,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:03:38,745 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:03:38,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:03:38,807 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:38,872 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:40,809 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:42,810 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:44,156 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:44,811 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:46,812 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:48,814 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:50,072 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:50,815 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:52,816 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:52,932 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:03:53,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:03:53,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:03:53,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:03:54,817 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:55,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:03:56,819 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:03:58,820 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:00,822 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:01,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:02,823 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:04,824 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:06,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:06,825 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:08,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:04:08,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:04:08,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:04:08,827 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:10,828 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:12,317 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:12,830 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:14,831 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:16,833 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:17,833 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:18,835 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:20,836 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:22,837 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:22,933 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:04:22,934 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:23,745 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:04:23,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:04:23,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:04:24,839 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:26,840 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:28,029 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:28,841 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:30,842 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:32,844 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:33,605 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:34,845 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:36,846 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:38,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:38,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:04:38,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:04:38,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:04:38,848 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:40,851 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:42,860 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:44,644 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:45,862 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:47,863 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:49,865 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:50,267 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:51,866 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:52,934 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:04:53,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:04:53,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:04:53,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:04:53,867 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:55,868 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:55,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:04:57,870 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:04:59,871 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:01,477 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:01,872 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:03,873 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:05,875 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:07,129 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:07,876 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:08,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:05:08,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:05:08,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:05:09,877 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:13,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:15,881 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:17,882 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:18,336 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:19,883 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:21,884 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:22,935 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:05:23,728 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:23,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:05:23,746 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:05:23,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:05:23,885 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:25,886 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:27,888 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:29,371 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:29,889 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:31,890 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:33,893 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:34,941 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:35,894 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:37,898 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:38,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:05:38,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:05:38,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:05:39,899 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:40,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:41,900 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:43,901 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:45,903 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:46,349 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:47,904 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:49,905 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:51,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:51,906 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:52,937 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:05:53,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:05:53,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:05:53,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:05:53,908 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:55,909 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:57,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:05:57,910 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:05:59,911 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:01,913 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:03,080 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:03,915 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:05,916 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:07,917 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:08,706 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:08,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:06:08,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:06:08,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:06:09,918 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:11,920 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:13,921 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:14,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:15,923 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:17,924 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:19,925 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:20,138 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:21,926 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:22,938 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:06:23,746 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:06:23,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:06:23,787 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:06:23,928 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:25,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:25,929 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:27,930 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:29,931 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:31,276 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:31,933 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:33,934 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:35,935 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:36,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:37,937 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:38,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:06:38,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:06:38,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:06:39,938 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:41,939 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:42,581 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:43,940 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:45,941 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:47,943 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:48,548 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:49,944 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:51,945 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:52,939 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:06:53,729 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:53,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:06:53,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:06:53,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:06:53,947 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:55,948 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:57,949 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:06:58,975 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:06:59,950 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:01,952 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:03,953 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:04,461 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:05,955 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:07,956 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:08,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:07:08,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:07:08,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:07:09,957 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:10,071 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:11,958 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:13,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:15,740 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:15,961 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:17,962 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:19,964 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:21,352 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:21,965 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:22,945 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:07:23,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:07:23,747 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:07:23,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:07:23,967 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:25,968 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:26,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:27,969 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:29,970 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:31,972 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:32,431 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:33,973 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:35,974 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:37,975 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:38,118 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:38,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:07:38,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:07:38,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:07:39,977 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:41,978 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:43,531 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:43,979 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:45,982 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:47,984 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:49,066 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:49,985 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:51,986 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:52,942 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:07:53,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:07:53,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:07:53,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:07:53,988 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:54,725 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:07:55,989 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:57,990 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:07:59,991 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:00,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:01,993 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:03,995 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:05,557 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:07,003 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:08,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:08:08,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:08:08,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:08:09,004 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:11,005 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:11,093 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:13,007 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:15,008 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:16,664 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:17,009 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:19,011 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:21,012 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:22,246 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:22,943 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:08:23,013 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:23,747 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:08:23,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:08:23,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:08:25,014 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:27,015 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:27,778 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:29,017 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:31,018 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:33,019 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:33,311 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:35,021 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:37,022 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:38,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:38,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:08:38,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:08:38,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:08:39,023 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:41,025 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:43,026 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:44,408 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:45,028 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:47,029 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:49,030 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:49,930 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:51,031 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:52,944 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:08:53,032 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:53,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:08:53,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:08:53,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:08:55,034 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:55,598 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:08:57,035 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:08:59,036 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:01,037 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:01,104 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:03,039 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:05,041 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:06,636 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:07,042 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:08,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:09:08,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:09:08,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:09:09,043 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:11,044 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:12,190 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:13,046 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:15,047 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:17,048 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:17,715 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:19,051 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:21,052 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:22,945 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:09:22,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:23,054 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:23,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:09:23,748 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:09:23,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:09:25,055 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:27,056 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:28,075 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:29,058 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:31,059 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:33,060 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:33,662 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:35,061 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:37,063 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:38,730 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:38,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:09:38,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:09:38,788 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:09:39,064 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:41,066 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:43,067 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:43,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:45,068 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:47,069 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:49,071 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:49,361 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:51,072 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:52,946 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:09:53,073 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:53,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:09:53,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:09:53,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:09:55,074 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:55,139 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:09:57,075 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:09:59,077 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:00,659 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:01,078 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:03,079 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:05,080 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:06,230 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:07,082 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:08,748 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:10:08,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:10:08,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:10:09,083 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:11,084 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:11,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:13,086 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:15,087 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:17,088 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:17,354 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:19,090 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:21,091 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:22,937 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:22,947 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:10:23,092 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:23,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:10:23,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:10:23,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:10:25,094 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:27,095 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:28,537 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:29,096 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:31,098 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:33,101 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:34,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:35,102 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:37,103 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:38,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:10:38,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:10:38,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:10:39,104 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:44,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: keepalive -2024-05-15 14:10:46,130 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:47,109 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:49,110 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:51,111 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:51,140 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:52,949 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:10:53,112 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:53,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:10:53,749 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:10:53,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:10:55,113 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:56,770 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:10:57,115 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:10:59,116 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:01,118 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:02,455 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:03,119 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:05,120 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:07,122 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:08,127 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:08,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:11:08,750 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:11:08,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:11:09,123 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:11,124 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:12,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 14:11:12,634 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 14:11:12,634 DEBUG SenderThread:93 [sender.py:send():379] send: history -2024-05-15 14:11:12,635 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: summary_record -2024-05-15 14:11:12,635 INFO SenderThread:93 [sender.py:_save_file():1390] saving file wandb-summary.json with policy end -2024-05-15 14:11:13,126 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/wandb-summary.json -2024-05-15 14:11:13,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:13,191 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:15,127 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:17,128 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:18,328 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:19,129 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:21,132 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:22,950 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:11:23,133 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:23,558 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:23,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:11:23,750 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:11:23,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:11:25,134 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:27,135 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:28,742 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:29,136 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:31,137 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:32,138 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:32,483 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: partial_history -2024-05-15 14:11:33,944 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:36,147 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:38,149 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:38,749 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:11:38,750 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:11:38,784 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:11:39,577 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:40,150 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:42,151 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:44,153 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:44,996 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:46,154 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:48,156 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:50,157 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:50,606 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:52,158 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:52,951 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:11:53,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:11:53,750 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:11:53,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:11:54,160 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:56,161 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:11:56,204 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:11:58,162 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:00,164 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:01,807 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:02,165 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:04,166 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:06,168 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:07,446 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:08,169 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:08,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:12:08,750 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:12:08,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:12:10,171 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:12,172 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:13,012 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:14,173 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:16,175 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:18,176 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:18,529 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:20,177 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:22,179 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:22,952 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:12:23,734 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:23,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:12:23,750 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:12:23,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:12:24,180 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:26,181 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:28,183 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:28,739 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:30,187 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:32,185 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:34,186 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:34,346 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:36,188 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:38,189 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:38,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:12:38,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:12:38,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:12:39,894 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:40,190 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:42,191 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:44,193 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:45,426 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:46,194 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:48,195 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:50,196 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:51,123 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:52,197 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:52,953 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:12:53,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:12:53,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:12:53,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:12:54,199 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:56,200 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:12:56,687 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:12:58,201 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:00,202 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:02,204 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:02,512 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:04,205 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:06,206 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:08,208 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:08,360 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:08,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:13:08,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:13:08,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:13:10,209 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:12,210 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:13,946 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:14,211 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:16,212 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:18,214 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:19,623 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:20,215 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:22,217 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:22,955 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:13:23,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:13:23,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:13:23,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:13:24,218 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:25,235 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:26,219 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:28,220 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:30,221 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:30,779 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:32,222 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:34,224 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:36,225 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:36,547 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:38,226 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:38,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:13:38,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:13:38,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:13:40,228 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:41,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:42,229 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:44,230 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:46,231 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:47,559 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:48,233 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:50,234 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:52,235 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:52,956 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:13:52,957 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:13:53,750 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:13:53,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:13:53,791 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:13:54,236 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:56,238 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:58,242 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:13:58,692 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:00,243 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:02,247 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:04,249 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:04,412 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:06,250 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:08,252 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:08,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:14:08,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:14:08,789 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:14:10,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:10,253 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:12,255 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:14,256 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:15,602 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:16,258 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:18,259 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:20,260 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:21,308 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:22,261 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:22,957 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:14:23,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:14:23,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:14:23,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:14:24,263 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:26,264 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:27,030 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:28,267 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:30,266 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:32,268 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:32,571 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:34,269 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:36,270 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:38,131 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:38,272 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:38,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:14:38,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:14:38,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:14:40,273 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:42,275 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:43,716 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:44,276 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:46,278 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:48,279 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:49,430 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:50,280 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:52,959 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:14:53,283 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:53,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:14:53,751 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:14:53,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:14:54,593 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:14:55,285 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:57,286 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:14:59,287 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:00,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:01,289 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:03,290 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:05,291 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:05,928 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:07,293 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:08,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:15:08,752 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:15:08,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:15:09,294 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:11,296 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:11,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:13,297 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:15,298 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:17,299 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:17,561 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:19,301 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:21,302 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:22,960 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:15:22,961 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:23,303 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:23,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:15:23,752 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:15:23,785 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:15:25,305 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:27,306 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:28,799 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:29,307 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:31,308 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:33,310 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:34,682 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:35,312 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:37,313 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:38,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:15:38,752 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:15:38,786 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:15:39,314 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:40,279 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:41,315 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:43,317 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:45,318 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:45,844 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:47,319 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:49,321 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:51,322 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:51,555 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:52,961 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:15:53,324 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:53,751 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:15:53,752 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:15:53,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:15:55,325 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:57,154 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:15:57,326 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:15:59,327 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:01,329 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:02,632 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:03,330 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:05,331 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:07,333 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:08,299 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:08,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:16:08,752 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:16:08,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:16:09,334 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:11,335 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:13,337 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:13,828 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:15,338 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:17,339 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:19,340 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:19,495 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:21,342 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:22,962 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:16:23,343 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:23,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:16:23,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:16:23,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:16:25,223 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:25,344 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:27,346 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:29,347 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:30,726 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:31,349 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:33,350 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:35,351 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:36,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:37,352 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:38,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:16:38,752 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:16:38,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:16:39,354 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:42,824 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:45,358 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:47,359 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:48,610 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:49,361 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:51,362 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:52,964 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:16:53,363 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:53,737 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:53,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:16:53,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:16:53,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:16:55,364 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:57,366 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:16:58,772 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:16:59,367 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:01,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:03,370 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:04,258 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:05,371 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:07,372 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:08,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:17:08,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:17:08,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:17:09,374 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:09,854 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:11,375 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:13,377 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:15,227 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:15,383 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:17,384 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:19,386 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:20,904 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:21,387 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:22,970 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:17:23,388 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:23,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:17:23,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:17:23,793 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:17:25,389 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:26,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:27,391 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:29,392 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:31,393 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:32,009 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:33,394 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:35,396 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:37,397 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:37,672 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:38,752 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:17:38,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:17:38,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:17:39,399 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:41,400 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:43,351 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:43,401 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:45,402 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:47,404 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:49,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:49,405 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:51,406 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:52,966 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:17:53,407 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:53,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:17:53,792 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:17:53,793 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:17:54,829 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:17:55,409 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:57,413 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:17:59,414 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:00,498 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:01,415 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:03,417 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:05,418 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:06,404 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:07,419 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:08,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:18:08,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:18:08,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:18:09,423 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:11,436 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:11,859 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:14,437 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:16,439 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:17,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:18,440 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:20,446 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:22,447 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:22,968 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:18:22,968 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:23,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:18:23,753 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:18:23,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:18:24,448 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:26,450 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:28,451 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:28,967 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:30,453 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:32,454 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:34,455 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:34,546 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:36,456 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:38,458 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:38,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:18:38,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:18:38,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:18:40,342 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:40,459 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:42,461 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:44,462 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:46,038 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:46,463 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:48,465 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:50,466 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:51,780 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:52,467 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:52,969 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:18:53,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:18:53,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:18:53,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:18:54,469 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:56,470 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:18:57,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:18:58,471 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:00,473 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:02,474 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:02,945 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:04,475 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:06,477 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:08,478 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:08,554 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:08,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:19:08,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:19:08,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:19:10,479 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:12,480 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:14,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:14,482 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:16,483 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:18,484 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:19,735 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:20,486 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:22,487 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:22,970 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:19:23,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:19:23,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:19:23,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:19:24,488 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:25,330 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:26,489 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:28,491 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:30,492 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:30,924 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:32,493 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:34,495 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:36,496 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:36,521 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:38,497 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:38,753 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:19:38,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:19:38,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:19:40,499 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:42,050 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:42,500 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:44,501 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:46,503 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:47,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:48,504 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:50,505 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:52,506 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:52,971 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:19:52,972 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:53,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:19:53,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:19:53,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:19:54,508 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:56,512 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:19:58,051 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:19:58,516 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:00,517 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:02,518 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:03,566 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:04,520 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:06,521 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:08,523 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:08,738 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:08,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:20:08,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:20:08,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:20:10,524 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:12,525 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:13,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:14,527 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:16,528 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:18,529 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:19,334 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:20,530 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:22,532 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:22,972 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:20:23,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:20:23,755 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:20:23,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:20:24,533 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:24,991 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:26,534 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:28,535 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:30,537 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:30,691 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:32,538 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:34,540 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:36,268 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:36,541 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:38,542 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:38,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:20:38,754 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:20:38,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:20:40,543 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:41,899 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:42,545 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:44,546 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:46,547 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:47,471 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:48,548 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:50,550 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:52,551 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:52,905 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:52,974 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:20:53,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:20:53,755 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:20:53,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:20:54,553 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:56,554 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:20:58,534 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:20:58,555 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:00,556 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:02,558 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:04,176 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:04,559 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:06,560 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:08,561 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:08,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:21:08,755 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:21:08,794 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:21:09,863 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:10,563 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:12,564 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:14,565 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:15,407 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:16,566 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:18,568 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:20,569 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:20,896 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:22,570 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:22,975 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:21:23,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:21:23,755 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:21:23,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:21:24,571 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:26,500 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:26,573 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:28,574 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:30,576 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:32,196 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:32,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:35,580 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:37,582 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:37,754 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:38,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:21:38,755 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:21:38,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:21:39,583 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:41,584 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:43,309 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:43,588 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:45,591 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:47,593 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:48,850 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:49,594 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:51,595 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:52,977 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:21:53,596 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:53,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:21:53,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:21:53,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:21:53,893 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:21:55,598 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:57,599 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:59,600 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:21:59,866 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:01,602 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:03,603 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:05,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:05,609 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:07,610 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:08,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:22:08,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:22:08,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:22:09,612 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:11,318 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:11,613 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:13,614 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:15,616 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:16,917 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:17,618 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:19,619 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:21,620 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:22,530 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:22,978 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:22:23,621 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:23,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:22:23,755 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:22:23,795 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:22:25,622 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:27,623 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:28,192 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:29,624 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:31,626 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:33,627 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:33,920 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:35,628 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:37,630 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:38,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:22:38,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:22:38,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:22:39,631 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:42,389 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:43,633 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:45,635 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:47,469 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:47,636 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:49,637 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:51,642 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:52,979 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:22:52,980 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:53,643 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:53,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:22:53,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:22:53,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:22:55,645 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:57,646 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:22:58,475 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:22:59,647 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:01,648 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:03,650 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:04,004 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:05,651 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:07,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:08,755 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:23:08,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:23:08,796 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:23:09,654 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:09,802 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:11,655 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:13,657 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:15,338 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:15,658 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:17,659 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:19,660 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:20,890 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:21,662 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:22,981 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:23:23,663 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:23,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:23:23,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:23:23,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:23:25,665 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:26,363 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:27,666 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:29,667 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:31,668 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:31,987 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:33,670 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:35,671 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:37,613 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:37,672 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:38,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:23:38,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:23:38,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:23:39,673 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:41,674 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:43,387 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:43,675 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:45,677 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:47,678 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:49,091 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:49,679 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:51,680 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:52,982 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:23:53,682 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:53,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:23:53,756 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:23:53,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:23:54,804 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:23:55,683 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:57,684 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:23:59,685 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:00,295 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:01,687 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:03,690 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:05,691 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:05,818 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:07,693 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:08,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:24:08,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:24:08,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:24:09,694 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:11,419 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:11,695 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:13,697 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:15,698 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:17,086 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:17,700 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:19,701 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:21,702 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:22,621 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:22,983 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:24:23,703 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:23,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:24:23,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:24:23,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:24:25,704 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:27,706 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:28,139 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:29,707 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:31,708 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:33,710 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:34,048 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:35,711 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:37,712 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:38,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:24:38,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:24:38,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:24:39,714 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:39,823 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:41,715 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:43,719 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:45,414 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:45,720 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:47,721 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:49,723 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:51,087 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:51,724 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:52,984 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:24:53,725 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:53,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:24:53,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:24:53,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:24:55,727 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:56,625 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:24:57,728 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:24:59,729 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:01,737 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:02,182 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:04,739 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:06,741 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:07,831 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:08,742 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:08,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:25:08,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:25:08,798 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:25:10,744 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:12,745 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:13,378 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:14,748 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:16,750 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:18,751 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:19,036 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:20,753 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:22,754 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:22,986 DEBUG SenderThread:93 [sender.py:send():379] send: stats -2024-05-15 14:25:23,756 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:25:23,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:25:23,797 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:25:24,168 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:24,755 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:26,757 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:28,758 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:30,085 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:30,760 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:32,761 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:34,762 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:35,744 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:36,763 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:38,757 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: stop_status -2024-05-15 14:25:38,757 DEBUG SenderThread:93 [sender.py:send_request():406] send_request: stop_status -2024-05-15 14:25:38,764 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:38,790 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: internal_messages -2024-05-15 14:25:40,766 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:41,377 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:42,767 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:44,768 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:46,770 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:46,982 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:48,771 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:50,772 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:52,774 INFO Thread-13 :93 [dir_watcher.py:_on_file_modified():288] file/dir modified: /kaggle/working/wandb/run-20240515_021650-bpsvopv0/files/output.log -2024-05-15 14:25:52,808 DEBUG HandlerThread:93 [handler.py:handle_request():146] handle_request: status_report -2024-05-15 14:25:52,987 DEBUG SenderThread:93 [sender.py:send():379] send: stats