Upload error_logs/45ad9044855ec20ba337cd0ac16f600dc4502566__5806a098-738b-4b9b-940a-5c5b53652c1e.txt with huggingface_hub
Browse files
error_logs/45ad9044855ec20ba337cd0ac16f600dc4502566__5806a098-738b-4b9b-940a-5c5b53652c1e.txt
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2025-06-29T07:23:32Z: ===== Application Startup at 2025-06-29 07:23:32 =====
|
| 2 |
+
|
| 3 |
+
2025-06-29T07:26:31.945Z:
|
| 4 |
+
2025-06-29T07:26:31.945Z: ==========
|
| 5 |
+
2025-06-29T07:26:31.945Z: == CUDA ==
|
| 6 |
+
2025-06-29T07:26:31.945Z: ==========
|
| 7 |
+
2025-06-29T07:26:31.948Z:
|
| 8 |
+
2025-06-29T07:26:31.948Z: CUDA Version 11.8.0
|
| 9 |
+
2025-06-29T07:26:31.949Z:
|
| 10 |
+
2025-06-29T07:26:31.949Z: Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
| 11 |
+
2025-06-29T07:26:31.950Z:
|
| 12 |
+
2025-06-29T07:26:31.950Z: This container image and its contents are governed by the NVIDIA Deep Learning Container License.
|
| 13 |
+
2025-06-29T07:26:31.950Z: By pulling and using the container, you accept the terms and conditions of this license:
|
| 14 |
+
2025-06-29T07:26:31.950Z: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
|
| 15 |
+
2025-06-29T07:26:31.950Z:
|
| 16 |
+
2025-06-29T07:26:31.950Z: A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
|
| 17 |
+
2025-06-29T07:26:31.960Z:
|
| 18 |
+
2025-06-29T07:26:53.446Z: /app/.pixi/envs/default/lib/python3.9/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'transfuser': Defaults list is missing `_self_`. See https://hydra.cc/docs/upgrades/1.0_to_1.1/default_composition_order for more information
|
| 19 |
+
2025-06-29T07:26:53.446Z: warnings.warn(msg, UserWarning)
|
| 20 |
+
2025-06-29T07:26:53.635Z: {'agent': {'_target_': 'navsim.agents.transfuser.transfuser_agent.TransfuserAgent', '_convert_': 'all', 'config': {'_target_': 'navsim.agents.transfuser.transfuser_config.TransfuserConfig', '_convert_': 'all', 'trajectory_sampling': {'_target_': 'nuplan.planning.simulation.trajectory.trajectory_sampling.TrajectorySampling', '_convert_': 'all', 'time_horizon': 4, 'interval_length': 0.5}, 'latent': True}, 'checkpoint_path': './ckpts/ltf_seed_0.ckpt', 'lr': 0.0001}, 'output': '/app/app_output'}
|
| 21 |
+
2025-06-29T07:26:55.302Z: Error executing job with overrides: ['output=/app/app_output']
|
| 22 |
+
2025-06-29T07:26:55.576Z: Traceback (most recent call last):
|
| 23 |
+
2025-06-29T07:26:55.577Z: File "/app/ltf_e2e.py", line 30, in main
|
| 24 |
+
2025-06-29T07:26:55.577Z: agent.initialize()
|
| 25 |
+
2025-06-29T07:26:55.577Z: File "/app/navsim/agents/transfuser/transfuser_agent.py", line 48, in initialize
|
| 26 |
+
2025-06-29T07:26:55.577Z: state_dict: Dict[str, Any] = torch.load(self._checkpoint_path)["state_dict"]
|
| 27 |
+
2025-06-29T07:26:55.577Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/torch/serialization.py", line 791, in load
|
| 28 |
+
2025-06-29T07:26:55.577Z: with _open_file_like(f, 'rb') as opened_file:
|
| 29 |
+
2025-06-29T07:26:55.577Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/torch/serialization.py", line 271, in _open_file_like
|
| 30 |
+
2025-06-29T07:26:55.577Z: return _open_file(name_or_buffer, mode)
|
| 31 |
+
2025-06-29T07:26:55.577Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/torch/serialization.py", line 252, in __init__
|
| 32 |
+
2025-06-29T07:26:55.577Z: super().__init__(open(name, mode))
|
| 33 |
+
2025-06-29T07:26:55.577Z: FileNotFoundError: [Errno 2] No such file or directory: './ckpts/ltf_seed_0.ckpt'
|
| 34 |
+
2025-06-29T07:26:55.577Z:
|
| 35 |
+
2025-06-29T07:26:55.577Z: Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
|
| 36 |
+
2025-06-29T07:26:58.073Z:
|
| 37 |
+
2025-06-29T07:26:58.073Z: ==========
|
| 38 |
+
2025-06-29T07:26:58.073Z: == CUDA ==
|
| 39 |
+
2025-06-29T07:26:58.073Z: ==========
|
| 40 |
+
2025-06-29T07:26:58.077Z:
|
| 41 |
+
2025-06-29T07:26:58.077Z: CUDA Version 11.8.0
|
| 42 |
+
2025-06-29T07:26:58.078Z:
|
| 43 |
+
2025-06-29T07:26:58.078Z: Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
| 44 |
+
2025-06-29T07:26:58.079Z:
|
| 45 |
+
2025-06-29T07:26:58.079Z: This container image and its contents are governed by the NVIDIA Deep Learning Container License.
|
| 46 |
+
2025-06-29T07:26:58.079Z: By pulling and using the container, you accept the terms and conditions of this license:
|
| 47 |
+
2025-06-29T07:26:58.079Z: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
|
| 48 |
+
2025-06-29T07:26:58.079Z:
|
| 49 |
+
2025-06-29T07:26:58.079Z: A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience.
|
| 50 |
+
2025-06-29T07:26:58.090Z:
|
| 51 |
+
2025-06-29T07:27:11.016Z: /app/.pixi/envs/default/lib/python3.9/site-packages/hydra/_internal/defaults_list.py:251: UserWarning: In 'transfuser': Defaults list is missing `_self_`. See https://hydra.cc/docs/upgrades/1.0_to_1.1/default_composition_order for more information
|
| 52 |
+
2025-06-29T07:27:11.016Z: warnings.warn(msg, UserWarning)
|
| 53 |
+
2025-06-29T07:27:11.212Z: {'agent': {'_target_': 'navsim.agents.transfuser.transfuser_agent.TransfuserAgent', '_convert_': 'all', 'config': {'_target_': 'navsim.agents.transfuser.transfuser_config.TransfuserConfig', '_convert_': 'all', 'trajectory_sampling': {'_target_': 'nuplan.planning.simulation.trajectory.trajectory_sampling.TrajectorySampling', '_convert_': 'all', 'time_horizon': 4, 'interval_length': 0.5}, 'latent': True}, 'checkpoint_path': './ckpts/ltf_seed_0.ckpt', 'lr': 0.0001}, 'output': '/app/app_output'}
|
| 54 |
+
2025-06-29T07:27:12.909Z: Error executing job with overrides: ['output=/app/app_output']
|
| 55 |
+
2025-06-29T07:27:13.187Z: Traceback (most recent call last):
|
| 56 |
+
2025-06-29T07:27:13.187Z: File "/app/ltf_e2e.py", line 30, in main
|
| 57 |
+
2025-06-29T07:27:13.187Z: agent.initialize()
|
| 58 |
+
2025-06-29T07:27:13.187Z: File "/app/navsim/agents/transfuser/transfuser_agent.py", line 48, in initialize
|
| 59 |
+
2025-06-29T07:27:13.187Z: state_dict: Dict[str, Any] = torch.load(self._checkpoint_path)["state_dict"]
|
| 60 |
+
2025-06-29T07:27:13.187Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/torch/serialization.py", line 791, in load
|
| 61 |
+
2025-06-29T07:27:13.187Z: with _open_file_like(f, 'rb') as opened_file:
|
| 62 |
+
2025-06-29T07:27:13.187Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/torch/serialization.py", line 271, in _open_file_like
|
| 63 |
+
2025-06-29T07:27:13.187Z: return _open_file(name_or_buffer, mode)
|
| 64 |
+
2025-06-29T07:27:13.187Z: File "/app/.pixi/envs/default/lib/python3.9/site-packages/torch/serialization.py", line 252, in __init__
|
| 65 |
+
2025-06-29T07:27:13.187Z: super().__init__(open(name, mode))
|
| 66 |
+
2025-06-29T07:27:13.187Z: FileNotFoundError: [Errno 2] No such file or directory: './ckpts/ltf_seed_0.ckpt'
|
| 67 |
+
2025-06-29T07:27:13.187Z:
|
| 68 |
+
2025-06-29T07:27:13.187Z: Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
|