Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- checkpoints/000001/pretrained_model/README.md +12 -0
- checkpoints/000001/pretrained_model/config.json +8 -0
- checkpoints/000001/pretrained_model/config.yaml +34 -0
- checkpoints/000001/pretrained_model/model.safetensors +3 -0
- checkpoints/000001/training_state.pth +3 -0
- checkpoints/best/pretrained_model/README.md +12 -0
- checkpoints/best/pretrained_model/config.json +8 -0
- checkpoints/best/pretrained_model/config.yaml +34 -0
- checkpoints/best/pretrained_model/model.safetensors +3 -0
- checkpoints/best/training_state.pth +3 -0
- wandb/debug-internal.log +18 -0
- wandb/debug.log +28 -0
- wandb/run-20241224_162230-v898kruu/files/config.yaml +73 -0
- wandb/run-20241224_162230-v898kruu/files/output.log +0 -0
- wandb/run-20241224_162230-v898kruu/files/wandb-summary.json +1 -0
- wandb/run-20241224_162230-v898kruu/logs/debug-core.log +14 -0
- wandb/run-20241224_162230-v898kruu/logs/debug-internal.log +24 -0
- wandb/run-20241224_162230-v898kruu/logs/debug.log +30 -0
- wandb/run-20241224_162230-v898kruu/run-v898kruu.wandb +0 -0
- wandb/run-20241224_173015-uessfemf/files/config.yaml +73 -0
- wandb/run-20241224_173015-uessfemf/files/output.log +0 -0
- wandb/run-20241224_173015-uessfemf/files/wandb-summary.json +1 -0
- wandb/run-20241224_173015-uessfemf/logs/debug-core.log +14 -0
- wandb/run-20241224_173015-uessfemf/logs/debug-internal.log +24 -0
- wandb/run-20241224_173015-uessfemf/logs/debug.log +30 -0
- wandb/run-20241224_173015-uessfemf/run-uessfemf.wandb +0 -0
- wandb/run-20241224_173934-bz97nspp/files/config.yaml +73 -0
- wandb/run-20241224_173934-bz97nspp/files/output.log +0 -0
- wandb/run-20241224_173934-bz97nspp/files/wandb-summary.json +1 -0
- wandb/run-20241224_173934-bz97nspp/logs/debug-core.log +14 -0
- wandb/run-20241224_173934-bz97nspp/logs/debug-internal.log +24 -0
- wandb/run-20241224_173934-bz97nspp/logs/debug.log +30 -0
- wandb/run-20241224_173934-bz97nspp/run-bz97nspp.wandb +0 -0
- wandb/run-20241225_135926-e753v25m/files/config.yaml +73 -0
- wandb/run-20241225_135926-e753v25m/files/output.log +0 -0
- wandb/run-20241225_135926-e753v25m/files/wandb-summary.json +1 -0
- wandb/run-20241225_135926-e753v25m/logs/debug-core.log +14 -0
- wandb/run-20241225_135926-e753v25m/logs/debug-internal.log +24 -0
- wandb/run-20241225_135926-e753v25m/logs/debug.log +30 -0
- wandb/run-20241225_135926-e753v25m/run-e753v25m.wandb +0 -0
- wandb/run-20241225_142000-h6ghwzrz/files/config.yaml +73 -0
- wandb/run-20241225_142000-h6ghwzrz/files/output.log +0 -0
- wandb/run-20241225_142000-h6ghwzrz/files/wandb-summary.json +1 -0
- wandb/run-20241225_142000-h6ghwzrz/logs/debug-core.log +14 -0
- wandb/run-20241225_142000-h6ghwzrz/logs/debug-internal.log +24 -0
- wandb/run-20241225_142000-h6ghwzrz/logs/debug.log +30 -0
- wandb/run-20241225_142000-h6ghwzrz/run-h6ghwzrz.wandb +0 -0
- wandb/run-20241225_142055-nl4u7gg2/files/config.yaml +73 -0
- wandb/run-20241225_142055-nl4u7gg2/files/output.log +0 -0
- wandb/run-20241225_142055-nl4u7gg2/files/wandb-summary.json +1 -0
checkpoints/000001/pretrained_model/README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: lerobot
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
- robotics
|
7 |
+
- vision-classifier
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Library: https://github.com/huggingface/lerobot
|
12 |
+
- Docs: [More Information Needed]
|
checkpoints/000001/pretrained_model/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"device": "mps",
|
3 |
+
"dropout_rate": 0.1,
|
4 |
+
"hidden_dim": 256,
|
5 |
+
"model_name": "facebook/convnext-base-224",
|
6 |
+
"model_type": "cnn",
|
7 |
+
"num_classes": 2
|
8 |
+
}
|
checkpoints/000001/pretrained_model/config.yaml
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed: 13
|
2 |
+
dataset_repo_id: helper2424/hil-serl-push-circle-classifier
|
3 |
+
train_split_proportion: 0.8
|
4 |
+
env:
|
5 |
+
name: classifier
|
6 |
+
task: binary_classification
|
7 |
+
training:
|
8 |
+
num_epochs: 1
|
9 |
+
batch_size: 16
|
10 |
+
learning_rate: 0.0001
|
11 |
+
num_workers: 4
|
12 |
+
grad_clip_norm: 10
|
13 |
+
use_amp: false
|
14 |
+
log_freq: 1
|
15 |
+
eval_freq: 1
|
16 |
+
save_freq: 1
|
17 |
+
save_checkpoint: true
|
18 |
+
image_key: observation.images.web0
|
19 |
+
label_key: next.reward
|
20 |
+
eval:
|
21 |
+
batch_size: 16
|
22 |
+
num_samples_to_log: 30
|
23 |
+
policy:
|
24 |
+
name: hilserl/classifier
|
25 |
+
model_name: facebook/convnext-base-224
|
26 |
+
model_type: cnn
|
27 |
+
wandb:
|
28 |
+
enable: true
|
29 |
+
project: lerobot-classifier-training
|
30 |
+
job_name: classifier_training_0
|
31 |
+
disable_artifact: false
|
32 |
+
device: mps
|
33 |
+
resume: true
|
34 |
+
output_dir: outputs/hilserl_classifier
|
checkpoints/000001/pretrained_model/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a632230900bfa394a87e985a03c202ba6bd7d8cbc52cf0ccabc300bced4e9e0
|
3 |
+
size 351359764
|
checkpoints/000001/training_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aee8da45bd2cd35719e8ed501d30eb5d0a6be2165fa3db2a20ab744f845bfe0
|
3 |
+
size 2125118
|
checkpoints/best/pretrained_model/README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: lerobot
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
- robotics
|
7 |
+
- vision-classifier
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Library: https://github.com/huggingface/lerobot
|
12 |
+
- Docs: [More Information Needed]
|
checkpoints/best/pretrained_model/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"device": "mps",
|
3 |
+
"dropout_rate": 0.1,
|
4 |
+
"hidden_dim": 256,
|
5 |
+
"model_name": "facebook/convnext-base-224",
|
6 |
+
"model_type": "cnn",
|
7 |
+
"num_classes": 2
|
8 |
+
}
|
checkpoints/best/pretrained_model/config.yaml
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
seed: 13
|
2 |
+
dataset_repo_id: helper2424/hil-serl-push-circle-classifier
|
3 |
+
train_split_proportion: 0.8
|
4 |
+
env:
|
5 |
+
name: classifier
|
6 |
+
task: binary_classification
|
7 |
+
training:
|
8 |
+
num_epochs: 1
|
9 |
+
batch_size: 16
|
10 |
+
learning_rate: 0.0001
|
11 |
+
num_workers: 4
|
12 |
+
grad_clip_norm: 10
|
13 |
+
use_amp: false
|
14 |
+
log_freq: 1
|
15 |
+
eval_freq: 1
|
16 |
+
save_freq: 1
|
17 |
+
save_checkpoint: true
|
18 |
+
image_key: observation.images.web0
|
19 |
+
label_key: next.reward
|
20 |
+
eval:
|
21 |
+
batch_size: 16
|
22 |
+
num_samples_to_log: 30
|
23 |
+
policy:
|
24 |
+
name: hilserl/classifier
|
25 |
+
model_name: facebook/convnext-base-224
|
26 |
+
model_type: cnn
|
27 |
+
wandb:
|
28 |
+
enable: true
|
29 |
+
project: lerobot-classifier-training
|
30 |
+
job_name: classifier_training_0
|
31 |
+
disable_artifact: false
|
32 |
+
device: mps
|
33 |
+
resume: true
|
34 |
+
output_dir: outputs/hilserl_classifier
|
checkpoints/best/pretrained_model/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a632230900bfa394a87e985a03c202ba6bd7d8cbc52cf0ccabc300bced4e9e0
|
3 |
+
size 351359764
|
checkpoints/best/training_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aee8da45bd2cd35719e8ed501d30eb5d0a6be2165fa3db2a20ab744f845bfe0
|
3 |
+
size 2125118
|
wandb/debug-internal.log
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-25T16:15:01.199241+07:00","level":"INFO","msg":"using version","core version":"0.18.3"}
|
2 |
+
{"time":"2024-12-25T16:15:01.199282+07:00","level":"INFO","msg":"created symlink","path":"outputs/hilserl_classifier/wandb/run-20241225_161501-9duh6joa/logs/debug-core.log"}
|
3 |
+
{"time":"2024-12-25T16:15:01.201701+07:00","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
|
4 |
+
{"time":"2024-12-25T16:15:01.21069+07:00","level":"INFO","msg":"created new stream","id":"9duh6joa"}
|
5 |
+
{"time":"2024-12-25T16:15:01.210768+07:00","level":"INFO","msg":"stream: started","id":"9duh6joa"}
|
6 |
+
{"time":"2024-12-25T16:15:01.210796+07:00","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"9duh6joa"}}
|
7 |
+
{"time":"2024-12-25T16:15:01.210828+07:00","level":"INFO","msg":"sender: started","stream_id":{"value":"9duh6joa"}}
|
8 |
+
{"time":"2024-12-25T16:15:01.210926+07:00","level":"INFO","msg":"handler: started","stream_id":{"value":"9duh6joa"}}
|
9 |
+
{"time":"2024-12-25T16:15:02.019232+07:00","level":"INFO","msg":"wandb-core","!BADKEY":null}
|
10 |
+
{"time":"2024-12-25T16:15:02.020354+07:00","level":"INFO","msg":"Starting system monitor"}
|
11 |
+
{"time":"2024-12-25T16:21:05.990482+07:00","level":"INFO","msg":"stream: closing","id":"9duh6joa"}
|
12 |
+
{"time":"2024-12-25T16:21:05.990515+07:00","level":"INFO","msg":"Stopping system monitor"}
|
13 |
+
{"time":"2024-12-25T16:21:05.990633+07:00","level":"INFO","msg":"Stopped system monitor"}
|
14 |
+
{"time":"2024-12-25T16:22:01.951746+07:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
15 |
+
{"time":"2024-12-25T16:22:02.333905+07:00","level":"INFO","msg":"handler: closed","stream_id":{"value":"9duh6joa"}}
|
16 |
+
{"time":"2024-12-25T16:22:02.333932+07:00","level":"INFO","msg":"writer: Close: closed","stream_id":{"value":"9duh6joa"}}
|
17 |
+
{"time":"2024-12-25T16:22:02.333964+07:00","level":"INFO","msg":"sender: closed","stream_id":{"value":"9duh6joa"}}
|
18 |
+
{"time":"2024-12-25T16:22:02.334153+07:00","level":"INFO","msg":"stream: closed","id":"9duh6joa"}
|
wandb/debug.log
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Current SDK version is 0.18.3
|
2 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Configure stats pid to 18314
|
3 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/.config/wandb/settings
|
4 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/Documents/lerobot/wandb/settings
|
5 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Loading settings from environment variables: {'silent': 'true'}
|
6 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Applying setup settings: {'mode': None, '_disable_service': None}
|
7 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Inferring run settings from compute environment: {'program_relpath': 'lerobot/scripts/train_hilserl_classifier.py', 'program_abspath': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py', 'program': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py'}
|
8 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] [34m[1mwandb[0m: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
|
9 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_setup.py:_flush():79] Applying login settings: {}
|
10 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_init.py:_log_setup():532] Logging user logs to outputs/hilserl_classifier/wandb/run-20241225_161501-9duh6joa/logs/debug.log
|
11 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_init.py:_log_setup():533] Logging internal logs to outputs/hilserl_classifier/wandb/run-20241225_161501-9duh6joa/logs/debug-internal.log
|
12 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_init.py:init():617] calling init triggers
|
13 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_init.py:init():624] wandb.init called with sweep_config: {}
|
14 |
+
config: {'seed': 13, 'dataset_repo_id': 'helper2424/hil-serl-push-circle-classifier', 'train_split_proportion': 0.8, 'env': {'name': 'classifier', 'task': 'binary_classification'}, 'training': {'num_epochs': 1, 'batch_size': 16, 'learning_rate': 0.0001, 'num_workers': 4, 'grad_clip_norm': 10, 'use_amp': False, 'log_freq': 1, 'eval_freq': 1, 'save_freq': 1, 'save_checkpoint': True, 'image_key': 'observation.images.web0', 'label_key': 'next.reward'}, 'eval': {'batch_size': 16, 'num_samples_to_log': 30}, 'policy': {'name': 'hilserl/classifier', 'model_name': 'facebook/convnext-base-224', 'model_type': 'cnn'}, 'wandb': {'enable': True, 'project': 'lerobot-classifier-training', 'job_name': 'classifier_training_0', 'disable_artifact': False}, 'device': 'mps', 'resume': True, 'output_dir': 'outputs/hilserl_classifier'}
|
15 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_init.py:init():667] starting backend
|
16 |
+
2024-12-25 16:15:01,196 INFO MainThread:18314 [wandb_init.py:init():671] sending inform_init request
|
17 |
+
2024-12-25 16:15:01,197 INFO MainThread:18314 [backend.py:_multiprocessing_setup():104] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
|
18 |
+
2024-12-25 16:15:01,198 INFO MainThread:18314 [wandb_init.py:init():684] backend started and connected
|
19 |
+
2024-12-25 16:15:01,201 INFO MainThread:18314 [wandb_init.py:init():779] updated telemetry
|
20 |
+
2024-12-25 16:15:01,235 INFO MainThread:18314 [wandb_init.py:init():812] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-12-25 16:15:01,997 INFO MainThread:18314 [wandb_init.py:init():855] run resumed
|
22 |
+
2024-12-25 16:15:02,016 INFO MainThread:18314 [wandb_init.py:init():863] starting run threads in backend
|
23 |
+
2024-12-25 16:15:02,098 INFO MainThread:18314 [wandb_run.py:_console_start():2465] atexit reg
|
24 |
+
2024-12-25 16:15:02,098 INFO MainThread:18314 [wandb_run.py:_redirect():2313] redirect: wrap_raw
|
25 |
+
2024-12-25 16:15:02,098 INFO MainThread:18314 [wandb_run.py:_redirect():2378] Wrapping output streams.
|
26 |
+
2024-12-25 16:15:02,098 INFO MainThread:18314 [wandb_run.py:_redirect():2403] Redirects installed.
|
27 |
+
2024-12-25 16:15:02,100 INFO MainThread:18314 [wandb_init.py:init():907] run started, returning control to user process
|
28 |
+
2024-12-25 16:21:05,990 WARNING MsgRouterThr:18314 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20241224_162230-v898kruu/files/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_wandb:
|
2 |
+
value:
|
3 |
+
cli_version: 0.18.3
|
4 |
+
m: []
|
5 |
+
python_version: 3.12.7
|
6 |
+
t:
|
7 |
+
"1":
|
8 |
+
- 1
|
9 |
+
- 11
|
10 |
+
- 41
|
11 |
+
- 49
|
12 |
+
- 50
|
13 |
+
- 51
|
14 |
+
- 55
|
15 |
+
"3":
|
16 |
+
- 13
|
17 |
+
- 15
|
18 |
+
- 16
|
19 |
+
- 23
|
20 |
+
- 55
|
21 |
+
"4": 3.12.7
|
22 |
+
"5": 0.18.3
|
23 |
+
"6": 4.47.1
|
24 |
+
"8":
|
25 |
+
- 5
|
26 |
+
"12": 0.18.3
|
27 |
+
"13": darwin-arm64
|
28 |
+
dataset_repo_id:
|
29 |
+
value: helper2424/hil-serl-push-circle-classifier
|
30 |
+
device:
|
31 |
+
value: cpu
|
32 |
+
env:
|
33 |
+
value:
|
34 |
+
name: classifier
|
35 |
+
task: binary_classification
|
36 |
+
eval:
|
37 |
+
value:
|
38 |
+
batch_size: 16
|
39 |
+
num_samples_to_log: 30
|
40 |
+
output_dir:
|
41 |
+
value: outputs/hilserl_classifier
|
42 |
+
policy:
|
43 |
+
value:
|
44 |
+
model_name: facebook/convnext-base-224
|
45 |
+
model_type: cnn
|
46 |
+
name: hilserl/classifier
|
47 |
+
resume:
|
48 |
+
value: false
|
49 |
+
seed:
|
50 |
+
value: 13
|
51 |
+
train_split_proportion:
|
52 |
+
value: 0.8
|
53 |
+
training:
|
54 |
+
value:
|
55 |
+
batch_size: 16
|
56 |
+
eval_freq: 1
|
57 |
+
grad_clip_norm: 10
|
58 |
+
image_key: observation.images.web0
|
59 |
+
label_key: next.reward
|
60 |
+
learning_rate: 0.0001
|
61 |
+
log_freq: 1
|
62 |
+
num_epochs: 5
|
63 |
+
num_workers: 4
|
64 |
+
save_checkpoint: true
|
65 |
+
save_freq: 1
|
66 |
+
use_amp: false
|
67 |
+
wandb:
|
68 |
+
value:
|
69 |
+
disable_artifact: false
|
70 |
+
enable: true
|
71 |
+
entity: wandb_entity
|
72 |
+
job_name: classifier_training_0
|
73 |
+
project: classifier-training
|
wandb/run-20241224_162230-v898kruu/files/output.log
ADDED
File without changes
|
wandb/run-20241224_162230-v898kruu/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb":{"runtime":0}}
|
wandb/run-20241224_162230-v898kruu/logs/debug-core.log
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-24T16:22:30.137741+07:00","level":"INFO","msg":"started logging, with flags","port-filename":"/var/folders/kz/zbxdtshn6cjfs6jfy1fkg32r0000gn/T/tmp39059rhi/port-15843.txt","pid":15843,"debug":false,"disable-analytics":false}
|
2 |
+
{"time":"2024-12-24T16:22:30.13782+07:00","level":"INFO","msg":"FeatureState","shutdownOnParentExitEnabled":false}
|
3 |
+
{"time":"2024-12-24T16:22:30.146163+07:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":15843}
|
4 |
+
{"time":"2024-12-24T16:22:30.146186+07:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":61068,"Zone":""}}
|
5 |
+
{"time":"2024-12-24T16:22:30.149398+07:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:61069"}
|
6 |
+
{"time":"2024-12-24T16:22:30.760723+07:00","level":"INFO","msg":"handleInformInit: received","streamId":"v898kruu","id":"127.0.0.1:61069"}
|
7 |
+
{"time":"2024-12-24T16:22:30.790255+07:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"v898kruu","id":"127.0.0.1:61069"}
|
8 |
+
{"time":"2024-12-24T16:22:31.320896+07:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:61069"}
|
9 |
+
{"time":"2024-12-24T16:22:31.32094+07:00","level":"INFO","msg":"server is shutting down"}
|
10 |
+
{"time":"2024-12-24T16:22:31.320935+07:00","level":"INFO","msg":"connection: Close: initiating connection closure","id":"127.0.0.1:61069"}
|
11 |
+
{"time":"2024-12-24T16:22:31.321023+07:00","level":"INFO","msg":"connection: Close: connection successfully closed","id":"127.0.0.1:61069"}
|
12 |
+
{"time":"2024-12-24T16:22:31.952888+07:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:61069"}
|
13 |
+
{"time":"2024-12-24T16:22:31.952916+07:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:61069"}
|
14 |
+
{"time":"2024-12-24T16:22:31.952932+07:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20241224_162230-v898kruu/logs/debug-internal.log
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-24T16:22:30.761111+07:00","level":"INFO","msg":"using version","core version":"0.18.3"}
|
2 |
+
{"time":"2024-12-24T16:22:30.761165+07:00","level":"INFO","msg":"created symlink","path":"outputs/hilserl_classifier/wandb/run-20241224_162230-v898kruu/logs/debug-core.log"}
|
3 |
+
{"time":"2024-12-24T16:22:30.781427+07:00","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
|
4 |
+
{"time":"2024-12-24T16:22:30.790187+07:00","level":"INFO","msg":"created new stream","id":"v898kruu"}
|
5 |
+
{"time":"2024-12-24T16:22:30.790247+07:00","level":"INFO","msg":"stream: started","id":"v898kruu"}
|
6 |
+
{"time":"2024-12-24T16:22:30.790269+07:00","level":"INFO","msg":"sender: started","stream_id":{"value":"v898kruu"}}
|
7 |
+
{"time":"2024-12-24T16:22:30.790252+07:00","level":"INFO","msg":"handler: started","stream_id":{"value":"v898kruu"}}
|
8 |
+
{"time":"2024-12-24T16:22:30.790327+07:00","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"v898kruu"}}
|
9 |
+
{"time":"2024-12-24T16:22:31.133937+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
10 |
+
{"time":"2024-12-24T16:22:31.134025+07:00","level":"ERROR","msg":"sender: upsertRun:","error":"failed to upsert bucket: returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
11 |
+
{"time":"2024-12-24T16:22:31.320976+07:00","level":"INFO","msg":"stream: closing","id":"v898kruu"}
|
12 |
+
{"time":"2024-12-24T16:22:31.639164+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
13 |
+
{"time":"2024-12-24T16:22:31.639299+07:00","level":"ERROR","msg":"sender: sendConfig:","error":"returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
14 |
+
{"time":"2024-12-24T16:22:31.640675+07:00","level":"WARN","msg":"No requirements.txt found, not creating job artifact. See https://docs.wandb.ai/guides/launch/create-job"}
|
15 |
+
{"time":"2024-12-24T16:22:31.640702+07:00","level":"INFO","msg":"sender: sendDefer: no job artifact to save"}
|
16 |
+
{"time":"2024-12-24T16:22:31.644117+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
17 |
+
{"time":"2024-12-24T16:22:31.644535+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
18 |
+
{"time":"2024-12-24T16:22:31.951617+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
19 |
+
{"time":"2024-12-24T16:22:31.952273+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
20 |
+
{"time":"2024-12-24T16:22:31.952491+07:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
21 |
+
{"time":"2024-12-24T16:22:31.952583+07:00","level":"INFO","msg":"handler: closed","stream_id":{"value":"v898kruu"}}
|
22 |
+
{"time":"2024-12-24T16:22:31.952604+07:00","level":"INFO","msg":"writer: Close: closed","stream_id":{"value":"v898kruu"}}
|
23 |
+
{"time":"2024-12-24T16:22:31.952615+07:00","level":"INFO","msg":"sender: closed","stream_id":{"value":"v898kruu"}}
|
24 |
+
{"time":"2024-12-24T16:22:31.952863+07:00","level":"INFO","msg":"stream: closed","id":"v898kruu"}
|
wandb/run-20241224_162230-v898kruu/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-12-24 16:22:30,756 INFO MainThread:15843 [wandb_setup.py:_flush():79] Current SDK version is 0.18.3
|
2 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Configure stats pid to 15843
|
3 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/.config/wandb/settings
|
4 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/Documents/lerobot/wandb/settings
|
5 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Loading settings from environment variables: {'silent': 'true'}
|
6 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Applying setup settings: {'mode': None, '_disable_service': None}
|
7 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Inferring run settings from compute environment: {'program_relpath': 'lerobot/scripts/train_hilserl_classifier.py', 'program_abspath': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py', 'program': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py'}
|
8 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] [34m[1mwandb[0m: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
|
9 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_setup.py:_flush():79] Applying login settings: {}
|
10 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_init.py:_log_setup():532] Logging user logs to outputs/hilserl_classifier/wandb/run-20241224_162230-v898kruu/logs/debug.log
|
11 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_init.py:_log_setup():533] Logging internal logs to outputs/hilserl_classifier/wandb/run-20241224_162230-v898kruu/logs/debug-internal.log
|
12 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_init.py:init():617] calling init triggers
|
13 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_init.py:init():624] wandb.init called with sweep_config: {}
|
14 |
+
config: {'seed': 13, 'dataset_repo_id': 'helper2424/hil-serl-push-circle-classifier', 'train_split_proportion': 0.8, 'env': {'name': 'classifier', 'task': 'binary_classification'}, 'training': {'num_epochs': 5, 'batch_size': 16, 'learning_rate': 0.0001, 'num_workers': 4, 'grad_clip_norm': 10, 'use_amp': False, 'log_freq': 1, 'eval_freq': 1, 'save_freq': 1, 'save_checkpoint': True, 'image_key': 'observation.images.web0', 'label_key': 'next.reward'}, 'eval': {'batch_size': 16, 'num_samples_to_log': 30}, 'policy': {'name': 'hilserl/classifier', 'model_name': 'facebook/convnext-base-224', 'model_type': 'cnn'}, 'wandb': {'enable': True, 'project': 'classifier-training', 'entity': 'wandb_entity', 'job_name': 'classifier_training_0', 'disable_artifact': False}, 'device': 'cpu', 'resume': False, 'output_dir': 'outputs/hilserl_classifier'}
|
15 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_init.py:init():667] starting backend
|
16 |
+
2024-12-24 16:22:30,757 INFO MainThread:15843 [wandb_init.py:init():671] sending inform_init request
|
17 |
+
2024-12-24 16:22:30,759 INFO MainThread:15843 [backend.py:_multiprocessing_setup():104] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
|
18 |
+
2024-12-24 16:22:30,759 INFO MainThread:15843 [wandb_init.py:init():684] backend started and connected
|
19 |
+
2024-12-24 16:22:30,767 INFO MainThread:15843 [wandb_init.py:init():779] updated telemetry
|
20 |
+
2024-12-24 16:22:30,792 INFO MainThread:15843 [wandb_init.py:init():812] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-12-24 16:22:31,134 ERROR MainThread:15843 [wandb_init.py:init():838] encountered error: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
22 |
+
2024-12-24 16:22:31,134 ERROR MainThread:15843 [wandb_init.py:init():1262] error in wandb.init()
|
23 |
+
Traceback (most recent call last):
|
24 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 1252, in init
|
25 |
+
return wi.init()
|
26 |
+
^^^^^^^^^
|
27 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 844, in init
|
28 |
+
raise error
|
29 |
+
wandb.errors.errors.CommError: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
30 |
+
2024-12-24 16:22:31,321 WARNING MsgRouterThr:15843 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20241224_162230-v898kruu/run-v898kruu.wandb
ADDED
Binary file (1.48 kB). View file
|
|
wandb/run-20241224_173015-uessfemf/files/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_wandb:
|
2 |
+
value:
|
3 |
+
cli_version: 0.18.3
|
4 |
+
m: []
|
5 |
+
python_version: 3.12.7
|
6 |
+
t:
|
7 |
+
"1":
|
8 |
+
- 1
|
9 |
+
- 11
|
10 |
+
- 41
|
11 |
+
- 49
|
12 |
+
- 50
|
13 |
+
- 51
|
14 |
+
- 55
|
15 |
+
"3":
|
16 |
+
- 13
|
17 |
+
- 15
|
18 |
+
- 16
|
19 |
+
- 23
|
20 |
+
- 55
|
21 |
+
"4": 3.12.7
|
22 |
+
"5": 0.18.3
|
23 |
+
"6": 4.47.1
|
24 |
+
"8":
|
25 |
+
- 5
|
26 |
+
"12": 0.18.3
|
27 |
+
"13": darwin-arm64
|
28 |
+
dataset_repo_id:
|
29 |
+
value: helper2424/hil-serl-push-circle-classifier
|
30 |
+
device:
|
31 |
+
value: cpu
|
32 |
+
env:
|
33 |
+
value:
|
34 |
+
name: classifier
|
35 |
+
task: binary_classification
|
36 |
+
eval:
|
37 |
+
value:
|
38 |
+
batch_size: 16
|
39 |
+
num_samples_to_log: 30
|
40 |
+
output_dir:
|
41 |
+
value: outputs/hilserl_classifier
|
42 |
+
policy:
|
43 |
+
value:
|
44 |
+
model_name: facebook/convnext-base-224
|
45 |
+
model_type: cnn
|
46 |
+
name: hilserl/classifier
|
47 |
+
resume:
|
48 |
+
value: false
|
49 |
+
seed:
|
50 |
+
value: 13
|
51 |
+
train_split_proportion:
|
52 |
+
value: 0.8
|
53 |
+
training:
|
54 |
+
value:
|
55 |
+
batch_size: 16
|
56 |
+
eval_freq: 1
|
57 |
+
grad_clip_norm: 10
|
58 |
+
image_key: observation.images.web0
|
59 |
+
label_key: next.reward
|
60 |
+
learning_rate: 0.0001
|
61 |
+
log_freq: 1
|
62 |
+
num_epochs: 5
|
63 |
+
num_workers: 4
|
64 |
+
save_checkpoint: true
|
65 |
+
save_freq: 1
|
66 |
+
use_amp: false
|
67 |
+
wandb:
|
68 |
+
value:
|
69 |
+
disable_artifact: false
|
70 |
+
enable: true
|
71 |
+
entity: wandb_entity
|
72 |
+
job_name: classifier_training_0
|
73 |
+
project: classifier-training
|
wandb/run-20241224_173015-uessfemf/files/output.log
ADDED
File without changes
|
wandb/run-20241224_173015-uessfemf/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb":{"runtime":0}}
|
wandb/run-20241224_173015-uessfemf/logs/debug-core.log
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-24T17:30:14.308959+07:00","level":"INFO","msg":"started logging, with flags","port-filename":"/var/folders/kz/zbxdtshn6cjfs6jfy1fkg32r0000gn/T/tmpe3g2tzg9/port-37961.txt","pid":37961,"debug":false,"disable-analytics":false}
|
2 |
+
{"time":"2024-12-24T17:30:14.309021+07:00","level":"INFO","msg":"FeatureState","shutdownOnParentExitEnabled":false}
|
3 |
+
{"time":"2024-12-24T17:30:14.316034+07:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":37961}
|
4 |
+
{"time":"2024-12-24T17:30:14.316209+07:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":52249,"Zone":""}}
|
5 |
+
{"time":"2024-12-24T17:30:14.461125+07:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:52250"}
|
6 |
+
{"time":"2024-12-24T17:30:15.087588+07:00","level":"INFO","msg":"handleInformInit: received","streamId":"uessfemf","id":"127.0.0.1:52250"}
|
7 |
+
{"time":"2024-12-24T17:30:15.109808+07:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"uessfemf","id":"127.0.0.1:52250"}
|
8 |
+
{"time":"2024-12-24T17:30:15.712168+07:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:52250"}
|
9 |
+
{"time":"2024-12-24T17:30:15.712255+07:00","level":"INFO","msg":"connection: Close: initiating connection closure","id":"127.0.0.1:52250"}
|
10 |
+
{"time":"2024-12-24T17:30:15.712264+07:00","level":"INFO","msg":"server is shutting down"}
|
11 |
+
{"time":"2024-12-24T17:30:15.712338+07:00","level":"INFO","msg":"connection: Close: connection successfully closed","id":"127.0.0.1:52250"}
|
12 |
+
{"time":"2024-12-24T17:30:16.281295+07:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:52250"}
|
13 |
+
{"time":"2024-12-24T17:30:16.281316+07:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:52250"}
|
14 |
+
{"time":"2024-12-24T17:30:16.281324+07:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20241224_173015-uessfemf/logs/debug-internal.log
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-24T17:30:15.088098+07:00","level":"INFO","msg":"using version","core version":"0.18.3"}
|
2 |
+
{"time":"2024-12-24T17:30:15.088165+07:00","level":"INFO","msg":"created symlink","path":"outputs/hilserl_classifier/wandb/run-20241224_173015-uessfemf/logs/debug-core.log"}
|
3 |
+
{"time":"2024-12-24T17:30:15.095954+07:00","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
|
4 |
+
{"time":"2024-12-24T17:30:15.109723+07:00","level":"INFO","msg":"created new stream","id":"uessfemf"}
|
5 |
+
{"time":"2024-12-24T17:30:15.109794+07:00","level":"INFO","msg":"stream: started","id":"uessfemf"}
|
6 |
+
{"time":"2024-12-24T17:30:15.109791+07:00","level":"INFO","msg":"handler: started","stream_id":{"value":"uessfemf"}}
|
7 |
+
{"time":"2024-12-24T17:30:15.109909+07:00","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"uessfemf"}}
|
8 |
+
{"time":"2024-12-24T17:30:15.109933+07:00","level":"INFO","msg":"sender: started","stream_id":{"value":"uessfemf"}}
|
9 |
+
{"time":"2024-12-24T17:30:15.504458+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
10 |
+
{"time":"2024-12-24T17:30:15.504768+07:00","level":"ERROR","msg":"sender: upsertRun:","error":"failed to upsert bucket: returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
11 |
+
{"time":"2024-12-24T17:30:15.712564+07:00","level":"INFO","msg":"stream: closing","id":"uessfemf"}
|
12 |
+
{"time":"2024-12-24T17:30:15.976579+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
13 |
+
{"time":"2024-12-24T17:30:15.976639+07:00","level":"ERROR","msg":"sender: sendConfig:","error":"returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
14 |
+
{"time":"2024-12-24T17:30:15.977144+07:00","level":"WARN","msg":"No requirements.txt found, not creating job artifact. See https://docs.wandb.ai/guides/launch/create-job"}
|
15 |
+
{"time":"2024-12-24T17:30:15.977152+07:00","level":"INFO","msg":"sender: sendDefer: no job artifact to save"}
|
16 |
+
{"time":"2024-12-24T17:30:16.016981+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
17 |
+
{"time":"2024-12-24T17:30:16.017048+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
18 |
+
{"time":"2024-12-24T17:30:16.280937+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
19 |
+
{"time":"2024-12-24T17:30:16.281008+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
20 |
+
{"time":"2024-12-24T17:30:16.281037+07:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
21 |
+
{"time":"2024-12-24T17:30:16.281123+07:00","level":"INFO","msg":"handler: closed","stream_id":{"value":"uessfemf"}}
|
22 |
+
{"time":"2024-12-24T17:30:16.281137+07:00","level":"INFO","msg":"sender: closed","stream_id":{"value":"uessfemf"}}
|
23 |
+
{"time":"2024-12-24T17:30:16.281133+07:00","level":"INFO","msg":"writer: Close: closed","stream_id":{"value":"uessfemf"}}
|
24 |
+
{"time":"2024-12-24T17:30:16.281282+07:00","level":"INFO","msg":"stream: closed","id":"uessfemf"}
|
wandb/run-20241224_173015-uessfemf/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Current SDK version is 0.18.3
|
2 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Configure stats pid to 37961
|
3 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/.config/wandb/settings
|
4 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/Documents/lerobot/wandb/settings
|
5 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Loading settings from environment variables: {'silent': 'true'}
|
6 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Applying setup settings: {'mode': None, '_disable_service': None}
|
7 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Inferring run settings from compute environment: {'program_relpath': 'lerobot/scripts/train_hilserl_classifier.py', 'program_abspath': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py', 'program': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py'}
|
8 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] [34m[1mwandb[0m: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
|
9 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_setup.py:_flush():79] Applying login settings: {}
|
10 |
+
2024-12-24 17:30:15,080 INFO MainThread:37961 [wandb_init.py:_log_setup():532] Logging user logs to outputs/hilserl_classifier/wandb/run-20241224_173015-uessfemf/logs/debug.log
|
11 |
+
2024-12-24 17:30:15,081 INFO MainThread:37961 [wandb_init.py:_log_setup():533] Logging internal logs to outputs/hilserl_classifier/wandb/run-20241224_173015-uessfemf/logs/debug-internal.log
|
12 |
+
2024-12-24 17:30:15,081 INFO MainThread:37961 [wandb_init.py:init():617] calling init triggers
|
13 |
+
2024-12-24 17:30:15,081 INFO MainThread:37961 [wandb_init.py:init():624] wandb.init called with sweep_config: {}
|
14 |
+
config: {'seed': 13, 'dataset_repo_id': 'helper2424/hil-serl-push-circle-classifier', 'train_split_proportion': 0.8, 'env': {'name': 'classifier', 'task': 'binary_classification'}, 'training': {'num_epochs': 5, 'batch_size': 16, 'learning_rate': 0.0001, 'num_workers': 4, 'grad_clip_norm': 10, 'use_amp': False, 'log_freq': 1, 'eval_freq': 1, 'save_freq': 1, 'save_checkpoint': True, 'image_key': 'observation.images.web0', 'label_key': 'next.reward'}, 'eval': {'batch_size': 16, 'num_samples_to_log': 30}, 'policy': {'name': 'hilserl/classifier', 'model_name': 'facebook/convnext-base-224', 'model_type': 'cnn'}, 'wandb': {'enable': True, 'project': 'classifier-training', 'entity': 'wandb_entity', 'job_name': 'classifier_training_0', 'disable_artifact': False}, 'device': 'cpu', 'resume': False, 'output_dir': 'outputs/hilserl_classifier'}
|
15 |
+
2024-12-24 17:30:15,081 INFO MainThread:37961 [wandb_init.py:init():667] starting backend
|
16 |
+
2024-12-24 17:30:15,081 INFO MainThread:37961 [wandb_init.py:init():671] sending inform_init request
|
17 |
+
2024-12-24 17:30:15,084 INFO MainThread:37961 [backend.py:_multiprocessing_setup():104] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
|
18 |
+
2024-12-24 17:30:15,084 INFO MainThread:37961 [wandb_init.py:init():684] backend started and connected
|
19 |
+
2024-12-24 17:30:15,093 INFO MainThread:37961 [wandb_init.py:init():779] updated telemetry
|
20 |
+
2024-12-24 17:30:15,133 INFO MainThread:37961 [wandb_init.py:init():812] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-12-24 17:30:15,506 ERROR MainThread:37961 [wandb_init.py:init():838] encountered error: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
22 |
+
2024-12-24 17:30:15,507 ERROR MainThread:37961 [wandb_init.py:init():1262] error in wandb.init()
|
23 |
+
Traceback (most recent call last):
|
24 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 1252, in init
|
25 |
+
return wi.init()
|
26 |
+
^^^^^^^^^
|
27 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 844, in init
|
28 |
+
raise error
|
29 |
+
wandb.errors.errors.CommError: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
30 |
+
2024-12-24 17:30:15,712 WARNING MsgRouterThr:37961 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20241224_173015-uessfemf/run-uessfemf.wandb
ADDED
Binary file (1.48 kB). View file
|
|
wandb/run-20241224_173934-bz97nspp/files/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_wandb:
|
2 |
+
value:
|
3 |
+
cli_version: 0.18.3
|
4 |
+
m: []
|
5 |
+
python_version: 3.12.7
|
6 |
+
t:
|
7 |
+
"1":
|
8 |
+
- 1
|
9 |
+
- 11
|
10 |
+
- 41
|
11 |
+
- 49
|
12 |
+
- 50
|
13 |
+
- 51
|
14 |
+
- 55
|
15 |
+
"3":
|
16 |
+
- 13
|
17 |
+
- 15
|
18 |
+
- 16
|
19 |
+
- 23
|
20 |
+
- 55
|
21 |
+
"4": 3.12.7
|
22 |
+
"5": 0.18.3
|
23 |
+
"6": 4.47.1
|
24 |
+
"8":
|
25 |
+
- 5
|
26 |
+
"12": 0.18.3
|
27 |
+
"13": darwin-arm64
|
28 |
+
dataset_repo_id:
|
29 |
+
value: helper2424/hil-serl-push-circle-classifier
|
30 |
+
device:
|
31 |
+
value: cpu
|
32 |
+
env:
|
33 |
+
value:
|
34 |
+
name: classifier
|
35 |
+
task: binary_classification
|
36 |
+
eval:
|
37 |
+
value:
|
38 |
+
batch_size: 16
|
39 |
+
num_samples_to_log: 30
|
40 |
+
output_dir:
|
41 |
+
value: outputs/hilserl_classifier
|
42 |
+
policy:
|
43 |
+
value:
|
44 |
+
model_name: facebook/convnext-base-224
|
45 |
+
model_type: cnn
|
46 |
+
name: hilserl/classifier
|
47 |
+
resume:
|
48 |
+
value: false
|
49 |
+
seed:
|
50 |
+
value: 13
|
51 |
+
train_split_proportion:
|
52 |
+
value: 0.8
|
53 |
+
training:
|
54 |
+
value:
|
55 |
+
batch_size: 16
|
56 |
+
eval_freq: 1
|
57 |
+
grad_clip_norm: 10
|
58 |
+
image_key: observation.images.web0
|
59 |
+
label_key: next.reward
|
60 |
+
learning_rate: 0.0001
|
61 |
+
log_freq: 1
|
62 |
+
num_epochs: 5
|
63 |
+
num_workers: 4
|
64 |
+
save_checkpoint: true
|
65 |
+
save_freq: 1
|
66 |
+
use_amp: false
|
67 |
+
wandb:
|
68 |
+
value:
|
69 |
+
disable_artifact: false
|
70 |
+
enable: true
|
71 |
+
entity: wandb_entity
|
72 |
+
job_name: classifier_training_0
|
73 |
+
project: classifier-training
|
wandb/run-20241224_173934-bz97nspp/files/output.log
ADDED
File without changes
|
wandb/run-20241224_173934-bz97nspp/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb":{"runtime":0}}
|
wandb/run-20241224_173934-bz97nspp/logs/debug-core.log
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-24T17:39:33.899689+07:00","level":"INFO","msg":"started logging, with flags","port-filename":"/var/folders/kz/zbxdtshn6cjfs6jfy1fkg32r0000gn/T/tmpfo2cnlcy/port-46052.txt","pid":46052,"debug":false,"disable-analytics":false}
|
2 |
+
{"time":"2024-12-24T17:39:33.899753+07:00","level":"INFO","msg":"FeatureState","shutdownOnParentExitEnabled":false}
|
3 |
+
{"time":"2024-12-24T17:39:33.906403+07:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":46052}
|
4 |
+
{"time":"2024-12-24T17:39:33.906391+07:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":53250,"Zone":""}}
|
5 |
+
{"time":"2024-12-24T17:39:34.060931+07:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:53251"}
|
6 |
+
{"time":"2024-12-24T17:39:34.667947+07:00","level":"INFO","msg":"handleInformInit: received","streamId":"bz97nspp","id":"127.0.0.1:53251"}
|
7 |
+
{"time":"2024-12-24T17:39:34.683414+07:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"bz97nspp","id":"127.0.0.1:53251"}
|
8 |
+
{"time":"2024-12-24T17:39:35.271864+07:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:53251"}
|
9 |
+
{"time":"2024-12-24T17:39:35.271915+07:00","level":"INFO","msg":"connection: Close: initiating connection closure","id":"127.0.0.1:53251"}
|
10 |
+
{"time":"2024-12-24T17:39:35.271928+07:00","level":"INFO","msg":"server is shutting down"}
|
11 |
+
{"time":"2024-12-24T17:39:35.271962+07:00","level":"INFO","msg":"connection: Close: connection successfully closed","id":"127.0.0.1:53251"}
|
12 |
+
{"time":"2024-12-24T17:39:35.840177+07:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:53251"}
|
13 |
+
{"time":"2024-12-24T17:39:35.8402+07:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:53251"}
|
14 |
+
{"time":"2024-12-24T17:39:35.840212+07:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20241224_173934-bz97nspp/logs/debug-internal.log
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-24T17:39:34.668198+07:00","level":"INFO","msg":"using version","core version":"0.18.3"}
|
2 |
+
{"time":"2024-12-24T17:39:34.668242+07:00","level":"INFO","msg":"created symlink","path":"outputs/hilserl_classifier/wandb/run-20241224_173934-bz97nspp/logs/debug-core.log"}
|
3 |
+
{"time":"2024-12-24T17:39:34.673642+07:00","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
|
4 |
+
{"time":"2024-12-24T17:39:34.68335+07:00","level":"INFO","msg":"created new stream","id":"bz97nspp"}
|
5 |
+
{"time":"2024-12-24T17:39:34.683407+07:00","level":"INFO","msg":"stream: started","id":"bz97nspp"}
|
6 |
+
{"time":"2024-12-24T17:39:34.683414+07:00","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"bz97nspp"}}
|
7 |
+
{"time":"2024-12-24T17:39:34.683425+07:00","level":"INFO","msg":"handler: started","stream_id":{"value":"bz97nspp"}}
|
8 |
+
{"time":"2024-12-24T17:39:34.68348+07:00","level":"INFO","msg":"sender: started","stream_id":{"value":"bz97nspp"}}
|
9 |
+
{"time":"2024-12-24T17:39:35.071136+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
10 |
+
{"time":"2024-12-24T17:39:35.071279+07:00","level":"ERROR","msg":"sender: upsertRun:","error":"failed to upsert bucket: returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
11 |
+
{"time":"2024-12-24T17:39:35.27218+07:00","level":"INFO","msg":"stream: closing","id":"bz97nspp"}
|
12 |
+
{"time":"2024-12-24T17:39:35.526526+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
13 |
+
{"time":"2024-12-24T17:39:35.526569+07:00","level":"ERROR","msg":"sender: sendConfig:","error":"returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
14 |
+
{"time":"2024-12-24T17:39:35.527052+07:00","level":"WARN","msg":"No requirements.txt found, not creating job artifact. See https://docs.wandb.ai/guides/launch/create-job"}
|
15 |
+
{"time":"2024-12-24T17:39:35.527059+07:00","level":"INFO","msg":"sender: sendDefer: no job artifact to save"}
|
16 |
+
{"time":"2024-12-24T17:39:35.582391+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
17 |
+
{"time":"2024-12-24T17:39:35.58355+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
18 |
+
{"time":"2024-12-24T17:39:35.839723+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
19 |
+
{"time":"2024-12-24T17:39:35.839818+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
20 |
+
{"time":"2024-12-24T17:39:35.839853+07:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
21 |
+
{"time":"2024-12-24T17:39:35.839918+07:00","level":"INFO","msg":"handler: closed","stream_id":{"value":"bz97nspp"}}
|
22 |
+
{"time":"2024-12-24T17:39:35.839934+07:00","level":"INFO","msg":"sender: closed","stream_id":{"value":"bz97nspp"}}
|
23 |
+
{"time":"2024-12-24T17:39:35.839929+07:00","level":"INFO","msg":"writer: Close: closed","stream_id":{"value":"bz97nspp"}}
|
24 |
+
{"time":"2024-12-24T17:39:35.840159+07:00","level":"INFO","msg":"stream: closed","id":"bz97nspp"}
|
wandb/run-20241224_173934-bz97nspp/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Current SDK version is 0.18.3
|
2 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Configure stats pid to 46052
|
3 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/.config/wandb/settings
|
4 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/Documents/lerobot/wandb/settings
|
5 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Loading settings from environment variables: {'silent': 'true'}
|
6 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Applying setup settings: {'mode': None, '_disable_service': None}
|
7 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Inferring run settings from compute environment: {'program_relpath': 'lerobot/scripts/train_hilserl_classifier.py', 'program_abspath': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py', 'program': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py'}
|
8 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] [34m[1mwandb[0m: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
|
9 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_setup.py:_flush():79] Applying login settings: {}
|
10 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_init.py:_log_setup():532] Logging user logs to outputs/hilserl_classifier/wandb/run-20241224_173934-bz97nspp/logs/debug.log
|
11 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_init.py:_log_setup():533] Logging internal logs to outputs/hilserl_classifier/wandb/run-20241224_173934-bz97nspp/logs/debug-internal.log
|
12 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_init.py:init():617] calling init triggers
|
13 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_init.py:init():624] wandb.init called with sweep_config: {}
|
14 |
+
config: {'seed': 13, 'dataset_repo_id': 'helper2424/hil-serl-push-circle-classifier', 'train_split_proportion': 0.8, 'env': {'name': 'classifier', 'task': 'binary_classification'}, 'training': {'num_epochs': 5, 'batch_size': 16, 'learning_rate': 0.0001, 'num_workers': 4, 'grad_clip_norm': 10, 'use_amp': False, 'log_freq': 1, 'eval_freq': 1, 'save_freq': 1, 'save_checkpoint': True, 'image_key': 'observation.images.web0', 'label_key': 'next.reward'}, 'eval': {'batch_size': 16, 'num_samples_to_log': 30}, 'policy': {'name': 'hilserl/classifier', 'model_name': 'facebook/convnext-base-224', 'model_type': 'cnn'}, 'wandb': {'enable': True, 'project': 'classifier-training', 'entity': 'wandb_entity', 'job_name': 'classifier_training_0', 'disable_artifact': False}, 'device': 'cpu', 'resume': False, 'output_dir': 'outputs/hilserl_classifier'}
|
15 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_init.py:init():667] starting backend
|
16 |
+
2024-12-24 17:39:34,662 INFO MainThread:46052 [wandb_init.py:init():671] sending inform_init request
|
17 |
+
2024-12-24 17:39:34,664 INFO MainThread:46052 [backend.py:_multiprocessing_setup():104] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
|
18 |
+
2024-12-24 17:39:34,665 INFO MainThread:46052 [wandb_init.py:init():684] backend started and connected
|
19 |
+
2024-12-24 17:39:34,669 INFO MainThread:46052 [wandb_init.py:init():779] updated telemetry
|
20 |
+
2024-12-24 17:39:34,698 INFO MainThread:46052 [wandb_init.py:init():812] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-12-24 17:39:35,072 ERROR MainThread:46052 [wandb_init.py:init():838] encountered error: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
22 |
+
2024-12-24 17:39:35,073 ERROR MainThread:46052 [wandb_init.py:init():1262] error in wandb.init()
|
23 |
+
Traceback (most recent call last):
|
24 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 1252, in init
|
25 |
+
return wi.init()
|
26 |
+
^^^^^^^^^
|
27 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 844, in init
|
28 |
+
raise error
|
29 |
+
wandb.errors.errors.CommError: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
30 |
+
2024-12-24 17:39:35,272 WARNING MsgRouterThr:46052 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20241224_173934-bz97nspp/run-bz97nspp.wandb
ADDED
Binary file (1.48 kB). View file
|
|
wandb/run-20241225_135926-e753v25m/files/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_wandb:
|
2 |
+
value:
|
3 |
+
cli_version: 0.18.3
|
4 |
+
m: []
|
5 |
+
python_version: 3.12.7
|
6 |
+
t:
|
7 |
+
"1":
|
8 |
+
- 1
|
9 |
+
- 11
|
10 |
+
- 41
|
11 |
+
- 49
|
12 |
+
- 50
|
13 |
+
- 51
|
14 |
+
- 55
|
15 |
+
"3":
|
16 |
+
- 13
|
17 |
+
- 15
|
18 |
+
- 16
|
19 |
+
- 23
|
20 |
+
- 55
|
21 |
+
"4": 3.12.7
|
22 |
+
"5": 0.18.3
|
23 |
+
"6": 4.47.1
|
24 |
+
"8":
|
25 |
+
- 5
|
26 |
+
"12": 0.18.3
|
27 |
+
"13": darwin-arm64
|
28 |
+
dataset_repo_id:
|
29 |
+
value: helper2424/hil-serl-push-circle-classifier
|
30 |
+
device:
|
31 |
+
value: cpu
|
32 |
+
env:
|
33 |
+
value:
|
34 |
+
name: classifier
|
35 |
+
task: binary_classification
|
36 |
+
eval:
|
37 |
+
value:
|
38 |
+
batch_size: 16
|
39 |
+
num_samples_to_log: 30
|
40 |
+
output_dir:
|
41 |
+
value: outputs/hilserl_classifier
|
42 |
+
policy:
|
43 |
+
value:
|
44 |
+
model_name: facebook/convnext-base-224
|
45 |
+
model_type: cnn
|
46 |
+
name: hilserl/classifier
|
47 |
+
resume:
|
48 |
+
value: false
|
49 |
+
seed:
|
50 |
+
value: 13
|
51 |
+
train_split_proportion:
|
52 |
+
value: 0.8
|
53 |
+
training:
|
54 |
+
value:
|
55 |
+
batch_size: 16
|
56 |
+
eval_freq: 1
|
57 |
+
grad_clip_norm: 10
|
58 |
+
image_key: observation.images.web0
|
59 |
+
label_key: next.reward
|
60 |
+
learning_rate: 0.0001
|
61 |
+
log_freq: 1
|
62 |
+
num_epochs: 5
|
63 |
+
num_workers: 4
|
64 |
+
save_checkpoint: true
|
65 |
+
save_freq: 1
|
66 |
+
use_amp: false
|
67 |
+
wandb:
|
68 |
+
value:
|
69 |
+
disable_artifact: false
|
70 |
+
enable: true
|
71 |
+
entity: wandb_entity
|
72 |
+
job_name: classifier_training_0
|
73 |
+
project: classifier-training
|
wandb/run-20241225_135926-e753v25m/files/output.log
ADDED
File without changes
|
wandb/run-20241225_135926-e753v25m/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb":{"runtime":0}}
|
wandb/run-20241225_135926-e753v25m/logs/debug-core.log
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-25T13:59:25.433467+07:00","level":"INFO","msg":"started logging, with flags","port-filename":"/var/folders/kz/zbxdtshn6cjfs6jfy1fkg32r0000gn/T/tmpm5yskedt/port-24086.txt","pid":24086,"debug":false,"disable-analytics":false}
|
2 |
+
{"time":"2024-12-25T13:59:25.433647+07:00","level":"INFO","msg":"FeatureState","shutdownOnParentExitEnabled":false}
|
3 |
+
{"time":"2024-12-25T13:59:25.460896+07:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":24086}
|
4 |
+
{"time":"2024-12-25T13:59:25.460883+07:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":51201,"Zone":""}}
|
5 |
+
{"time":"2024-12-25T13:59:25.581262+07:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:51203"}
|
6 |
+
{"time":"2024-12-25T13:59:26.223665+07:00","level":"INFO","msg":"handleInformInit: received","streamId":"e753v25m","id":"127.0.0.1:51203"}
|
7 |
+
{"time":"2024-12-25T13:59:26.255429+07:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"e753v25m","id":"127.0.0.1:51203"}
|
8 |
+
{"time":"2024-12-25T13:59:26.798382+07:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:51203"}
|
9 |
+
{"time":"2024-12-25T13:59:26.798442+07:00","level":"INFO","msg":"connection: Close: initiating connection closure","id":"127.0.0.1:51203"}
|
10 |
+
{"time":"2024-12-25T13:59:26.798452+07:00","level":"INFO","msg":"server is shutting down"}
|
11 |
+
{"time":"2024-12-25T13:59:26.798538+07:00","level":"INFO","msg":"connection: Close: connection successfully closed","id":"127.0.0.1:51203"}
|
12 |
+
{"time":"2024-12-25T13:59:27.361614+07:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:51203"}
|
13 |
+
{"time":"2024-12-25T13:59:27.361643+07:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:51203"}
|
14 |
+
{"time":"2024-12-25T13:59:27.361662+07:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20241225_135926-e753v25m/logs/debug-internal.log
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-25T13:59:26.22387+07:00","level":"INFO","msg":"using version","core version":"0.18.3"}
|
2 |
+
{"time":"2024-12-25T13:59:26.223898+07:00","level":"INFO","msg":"created symlink","path":"outputs/hilserl_classifier/wandb/run-20241225_135926-e753v25m/logs/debug-core.log"}
|
3 |
+
{"time":"2024-12-25T13:59:26.245199+07:00","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
|
4 |
+
{"time":"2024-12-25T13:59:26.255364+07:00","level":"INFO","msg":"created new stream","id":"e753v25m"}
|
5 |
+
{"time":"2024-12-25T13:59:26.25542+07:00","level":"INFO","msg":"stream: started","id":"e753v25m"}
|
6 |
+
{"time":"2024-12-25T13:59:26.255444+07:00","level":"INFO","msg":"handler: started","stream_id":{"value":"e753v25m"}}
|
7 |
+
{"time":"2024-12-25T13:59:26.255468+07:00","level":"INFO","msg":"sender: started","stream_id":{"value":"e753v25m"}}
|
8 |
+
{"time":"2024-12-25T13:59:26.255433+07:00","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"e753v25m"}}
|
9 |
+
{"time":"2024-12-25T13:59:26.591379+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
10 |
+
{"time":"2024-12-25T13:59:26.591467+07:00","level":"ERROR","msg":"sender: upsertRun:","error":"failed to upsert bucket: returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
11 |
+
{"time":"2024-12-25T13:59:26.798731+07:00","level":"INFO","msg":"stream: closing","id":"e753v25m"}
|
12 |
+
{"time":"2024-12-25T13:59:27.051778+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
13 |
+
{"time":"2024-12-25T13:59:27.051869+07:00","level":"ERROR","msg":"sender: sendConfig:","error":"returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
14 |
+
{"time":"2024-12-25T13:59:27.052617+07:00","level":"WARN","msg":"No requirements.txt found, not creating job artifact. See https://docs.wandb.ai/guides/launch/create-job"}
|
15 |
+
{"time":"2024-12-25T13:59:27.052639+07:00","level":"INFO","msg":"sender: sendDefer: no job artifact to save"}
|
16 |
+
{"time":"2024-12-25T13:59:27.104642+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
17 |
+
{"time":"2024-12-25T13:59:27.104927+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
18 |
+
{"time":"2024-12-25T13:59:27.360884+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
19 |
+
{"time":"2024-12-25T13:59:27.361034+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
20 |
+
{"time":"2024-12-25T13:59:27.361082+07:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
21 |
+
{"time":"2024-12-25T13:59:27.361169+07:00","level":"INFO","msg":"handler: closed","stream_id":{"value":"e753v25m"}}
|
22 |
+
{"time":"2024-12-25T13:59:27.361279+07:00","level":"INFO","msg":"writer: Close: closed","stream_id":{"value":"e753v25m"}}
|
23 |
+
{"time":"2024-12-25T13:59:27.361572+07:00","level":"INFO","msg":"sender: closed","stream_id":{"value":"e753v25m"}}
|
24 |
+
{"time":"2024-12-25T13:59:27.361593+07:00","level":"INFO","msg":"stream: closed","id":"e753v25m"}
|
wandb/run-20241225_135926-e753v25m/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Current SDK version is 0.18.3
|
2 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Configure stats pid to 24086
|
3 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/.config/wandb/settings
|
4 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/Documents/lerobot/wandb/settings
|
5 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Loading settings from environment variables: {'silent': 'true'}
|
6 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Applying setup settings: {'mode': None, '_disable_service': None}
|
7 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Inferring run settings from compute environment: {'program_relpath': 'lerobot/scripts/train_hilserl_classifier.py', 'program_abspath': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py', 'program': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py'}
|
8 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] [34m[1mwandb[0m: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
|
9 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_setup.py:_flush():79] Applying login settings: {}
|
10 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_init.py:_log_setup():532] Logging user logs to outputs/hilserl_classifier/wandb/run-20241225_135926-e753v25m/logs/debug.log
|
11 |
+
2024-12-25 13:59:26,219 INFO MainThread:24086 [wandb_init.py:_log_setup():533] Logging internal logs to outputs/hilserl_classifier/wandb/run-20241225_135926-e753v25m/logs/debug-internal.log
|
12 |
+
2024-12-25 13:59:26,220 INFO MainThread:24086 [wandb_init.py:init():617] calling init triggers
|
13 |
+
2024-12-25 13:59:26,220 INFO MainThread:24086 [wandb_init.py:init():624] wandb.init called with sweep_config: {}
|
14 |
+
config: {'seed': 13, 'dataset_repo_id': 'helper2424/hil-serl-push-circle-classifier', 'train_split_proportion': 0.8, 'env': {'name': 'classifier', 'task': 'binary_classification'}, 'training': {'num_epochs': 5, 'batch_size': 16, 'learning_rate': 0.0001, 'num_workers': 4, 'grad_clip_norm': 10, 'use_amp': False, 'log_freq': 1, 'eval_freq': 1, 'save_freq': 1, 'save_checkpoint': True, 'image_key': 'observation.images.web0', 'label_key': 'next.reward'}, 'eval': {'batch_size': 16, 'num_samples_to_log': 30}, 'policy': {'name': 'hilserl/classifier', 'model_name': 'facebook/convnext-base-224', 'model_type': 'cnn'}, 'wandb': {'enable': True, 'project': 'classifier-training', 'entity': 'wandb_entity', 'job_name': 'classifier_training_0', 'disable_artifact': False}, 'device': 'cpu', 'resume': False, 'output_dir': 'outputs/hilserl_classifier'}
|
15 |
+
2024-12-25 13:59:26,220 INFO MainThread:24086 [wandb_init.py:init():667] starting backend
|
16 |
+
2024-12-25 13:59:26,220 INFO MainThread:24086 [wandb_init.py:init():671] sending inform_init request
|
17 |
+
2024-12-25 13:59:26,221 INFO MainThread:24086 [backend.py:_multiprocessing_setup():104] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
|
18 |
+
2024-12-25 13:59:26,221 INFO MainThread:24086 [wandb_init.py:init():684] backend started and connected
|
19 |
+
2024-12-25 13:59:26,226 INFO MainThread:24086 [wandb_init.py:init():779] updated telemetry
|
20 |
+
2024-12-25 13:59:26,255 INFO MainThread:24086 [wandb_init.py:init():812] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-12-25 13:59:26,592 ERROR MainThread:24086 [wandb_init.py:init():838] encountered error: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
22 |
+
2024-12-25 13:59:26,592 ERROR MainThread:24086 [wandb_init.py:init():1262] error in wandb.init()
|
23 |
+
Traceback (most recent call last):
|
24 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 1252, in init
|
25 |
+
return wi.init()
|
26 |
+
^^^^^^^^^
|
27 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 844, in init
|
28 |
+
raise error
|
29 |
+
wandb.errors.errors.CommError: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
30 |
+
2024-12-25 13:59:26,798 WARNING MsgRouterThr:24086 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20241225_135926-e753v25m/run-e753v25m.wandb
ADDED
Binary file (1.48 kB). View file
|
|
wandb/run-20241225_142000-h6ghwzrz/files/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_wandb:
|
2 |
+
value:
|
3 |
+
cli_version: 0.18.3
|
4 |
+
m: []
|
5 |
+
python_version: 3.12.7
|
6 |
+
t:
|
7 |
+
"1":
|
8 |
+
- 1
|
9 |
+
- 11
|
10 |
+
- 41
|
11 |
+
- 49
|
12 |
+
- 50
|
13 |
+
- 51
|
14 |
+
- 55
|
15 |
+
"3":
|
16 |
+
- 13
|
17 |
+
- 15
|
18 |
+
- 16
|
19 |
+
- 23
|
20 |
+
- 55
|
21 |
+
"4": 3.12.7
|
22 |
+
"5": 0.18.3
|
23 |
+
"6": 4.47.1
|
24 |
+
"8":
|
25 |
+
- 5
|
26 |
+
"12": 0.18.3
|
27 |
+
"13": darwin-arm64
|
28 |
+
dataset_repo_id:
|
29 |
+
value: helper2424/hil-serl-push-circle-classifier
|
30 |
+
device:
|
31 |
+
value: mps
|
32 |
+
env:
|
33 |
+
value:
|
34 |
+
name: classifier
|
35 |
+
task: binary_classification
|
36 |
+
eval:
|
37 |
+
value:
|
38 |
+
batch_size: 16
|
39 |
+
num_samples_to_log: 30
|
40 |
+
output_dir:
|
41 |
+
value: outputs/hilserl_classifier
|
42 |
+
policy:
|
43 |
+
value:
|
44 |
+
model_name: facebook/convnext-base-224
|
45 |
+
model_type: cnn
|
46 |
+
name: hilserl/classifier
|
47 |
+
resume:
|
48 |
+
value: false
|
49 |
+
seed:
|
50 |
+
value: 13
|
51 |
+
train_split_proportion:
|
52 |
+
value: 0.8
|
53 |
+
training:
|
54 |
+
value:
|
55 |
+
batch_size: 16
|
56 |
+
eval_freq: 1
|
57 |
+
grad_clip_norm: 10
|
58 |
+
image_key: observation.images.web0
|
59 |
+
label_key: next.reward
|
60 |
+
learning_rate: 0.0001
|
61 |
+
log_freq: 1
|
62 |
+
num_epochs: 1
|
63 |
+
num_workers: 4
|
64 |
+
save_checkpoint: true
|
65 |
+
save_freq: 1
|
66 |
+
use_amp: false
|
67 |
+
wandb:
|
68 |
+
value:
|
69 |
+
disable_artifact: false
|
70 |
+
enable: true
|
71 |
+
entity: wandb_entity
|
72 |
+
job_name: classifier_training_0
|
73 |
+
project: hilserl-classifier-training
|
wandb/run-20241225_142000-h6ghwzrz/files/output.log
ADDED
File without changes
|
wandb/run-20241225_142000-h6ghwzrz/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb":{"runtime":0}}
|
wandb/run-20241225_142000-h6ghwzrz/logs/debug-core.log
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-25T14:19:59.224241+07:00","level":"INFO","msg":"started logging, with flags","port-filename":"/var/folders/kz/zbxdtshn6cjfs6jfy1fkg32r0000gn/T/tmp0egwx5hk/port-52543.txt","pid":52543,"debug":false,"disable-analytics":false}
|
2 |
+
{"time":"2024-12-25T14:19:59.2243+07:00","level":"INFO","msg":"FeatureState","shutdownOnParentExitEnabled":false}
|
3 |
+
{"time":"2024-12-25T14:19:59.234652+07:00","level":"INFO","msg":"Will exit if parent process dies.","ppid":52543}
|
4 |
+
{"time":"2024-12-25T14:19:59.234867+07:00","level":"INFO","msg":"server is running","addr":{"IP":"127.0.0.1","Port":52872,"Zone":""}}
|
5 |
+
{"time":"2024-12-25T14:19:59.386298+07:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"127.0.0.1:52873"}
|
6 |
+
{"time":"2024-12-25T14:20:00.034482+07:00","level":"INFO","msg":"handleInformInit: received","streamId":"h6ghwzrz","id":"127.0.0.1:52873"}
|
7 |
+
{"time":"2024-12-25T14:20:00.049813+07:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"h6ghwzrz","id":"127.0.0.1:52873"}
|
8 |
+
{"time":"2024-12-25T14:20:00.618333+07:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"127.0.0.1:52873"}
|
9 |
+
{"time":"2024-12-25T14:20:00.618374+07:00","level":"INFO","msg":"connection: Close: initiating connection closure","id":"127.0.0.1:52873"}
|
10 |
+
{"time":"2024-12-25T14:20:00.618389+07:00","level":"INFO","msg":"server is shutting down"}
|
11 |
+
{"time":"2024-12-25T14:20:00.618418+07:00","level":"INFO","msg":"connection: Close: connection successfully closed","id":"127.0.0.1:52873"}
|
12 |
+
{"time":"2024-12-25T14:20:01.194902+07:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"127.0.0.1:52873"}
|
13 |
+
{"time":"2024-12-25T14:20:01.195135+07:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"127.0.0.1:52873"}
|
14 |
+
{"time":"2024-12-25T14:20:01.195207+07:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20241225_142000-h6ghwzrz/logs/debug-internal.log
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"time":"2024-12-25T14:20:00.034755+07:00","level":"INFO","msg":"using version","core version":"0.18.3"}
|
2 |
+
{"time":"2024-12-25T14:20:00.034796+07:00","level":"INFO","msg":"created symlink","path":"outputs/hilserl_classifier/wandb/run-20241225_142000-h6ghwzrz/logs/debug-core.log"}
|
3 |
+
{"time":"2024-12-25T14:20:00.041+07:00","level":"ERROR","msg":"dialing: google: could not find default credentials. See https://cloud.google.com/docs/authentication/external/set-up-adc for more information"}
|
4 |
+
{"time":"2024-12-25T14:20:00.049749+07:00","level":"INFO","msg":"created new stream","id":"h6ghwzrz"}
|
5 |
+
{"time":"2024-12-25T14:20:00.049805+07:00","level":"INFO","msg":"stream: started","id":"h6ghwzrz"}
|
6 |
+
{"time":"2024-12-25T14:20:00.049816+07:00","level":"INFO","msg":"writer: Do: started","stream_id":{"value":"h6ghwzrz"}}
|
7 |
+
{"time":"2024-12-25T14:20:00.049845+07:00","level":"INFO","msg":"sender: started","stream_id":{"value":"h6ghwzrz"}}
|
8 |
+
{"time":"2024-12-25T14:20:00.049894+07:00","level":"INFO","msg":"handler: started","stream_id":{"value":"h6ghwzrz"}}
|
9 |
+
{"time":"2024-12-25T14:20:00.408788+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
10 |
+
{"time":"2024-12-25T14:20:00.408941+07:00","level":"ERROR","msg":"sender: upsertRun:","error":"failed to upsert bucket: returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
11 |
+
{"time":"2024-12-25T14:20:00.6189+07:00","level":"INFO","msg":"stream: closing","id":"h6ghwzrz"}
|
12 |
+
{"time":"2024-12-25T14:20:00.877303+07:00","level":"ERROR","msg":"HTTP error","status":403,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
13 |
+
{"time":"2024-12-25T14:20:00.877456+07:00","level":"ERROR","msg":"sender: sendConfig:","error":"returned error 403 Forbidden: {\"errors\":[{\"message\":\"permission denied\",\"path\":[\"upsertBucket\"],\"extensions\":{\"code\":\"PERMISSION_ERROR\"}}],\"data\":{\"upsertBucket\":null}}"}
|
14 |
+
{"time":"2024-12-25T14:20:00.878699+07:00","level":"WARN","msg":"No requirements.txt found, not creating job artifact. See https://docs.wandb.ai/guides/launch/create-job"}
|
15 |
+
{"time":"2024-12-25T14:20:00.878717+07:00","level":"INFO","msg":"sender: sendDefer: no job artifact to save"}
|
16 |
+
{"time":"2024-12-25T14:20:00.933751+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
17 |
+
{"time":"2024-12-25T14:20:00.933969+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/hilserl-classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
18 |
+
{"time":"2024-12-25T14:20:01.193335+07:00","level":"ERROR","msg":"HTTP error","status":404,"method":"POST","url":"https://api.wandb.ai/graphql"}
|
19 |
+
{"time":"2024-12-25T14:20:01.193644+07:00","level":"ERROR","msg":"runfiles: CreateRunFiles returned error: returned error 404 Not Found: {\"errors\":[{\"message\":\"project wandb_entity/hilserl-classifier-training not found during createRunFiles\",\"path\":[\"createRunFiles\"]}],\"data\":{\"createRunFiles\":null}}"}
|
20 |
+
{"time":"2024-12-25T14:20:01.193731+07:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
21 |
+
{"time":"2024-12-25T14:20:01.193954+07:00","level":"INFO","msg":"handler: closed","stream_id":{"value":"h6ghwzrz"}}
|
22 |
+
{"time":"2024-12-25T14:20:01.19398+07:00","level":"INFO","msg":"writer: Close: closed","stream_id":{"value":"h6ghwzrz"}}
|
23 |
+
{"time":"2024-12-25T14:20:01.194032+07:00","level":"INFO","msg":"sender: closed","stream_id":{"value":"h6ghwzrz"}}
|
24 |
+
{"time":"2024-12-25T14:20:01.194851+07:00","level":"INFO","msg":"stream: closed","id":"h6ghwzrz"}
|
wandb/run-20241225_142000-h6ghwzrz/logs/debug.log
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2024-12-25 14:20:00,028 INFO MainThread:52543 [wandb_setup.py:_flush():79] Current SDK version is 0.18.3
|
2 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Configure stats pid to 52543
|
3 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/.config/wandb/settings
|
4 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Loading settings from /Users/helper2424/Documents/lerobot/wandb/settings
|
5 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Loading settings from environment variables: {'silent': 'true'}
|
6 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Applying setup settings: {'mode': None, '_disable_service': None}
|
7 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Inferring run settings from compute environment: {'program_relpath': 'lerobot/scripts/train_hilserl_classifier.py', 'program_abspath': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py', 'program': '/Users/helper2424/Documents/lerobot/lerobot/scripts/train_hilserl_classifier.py'}
|
8 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] [34m[1mwandb[0m: Using wandb-core as the SDK backend. Please refer to https://wandb.me/wandb-core for more information.
|
9 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_setup.py:_flush():79] Applying login settings: {}
|
10 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_init.py:_log_setup():532] Logging user logs to outputs/hilserl_classifier/wandb/run-20241225_142000-h6ghwzrz/logs/debug.log
|
11 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_init.py:_log_setup():533] Logging internal logs to outputs/hilserl_classifier/wandb/run-20241225_142000-h6ghwzrz/logs/debug-internal.log
|
12 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_init.py:init():617] calling init triggers
|
13 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_init.py:init():624] wandb.init called with sweep_config: {}
|
14 |
+
config: {'seed': 13, 'dataset_repo_id': 'helper2424/hil-serl-push-circle-classifier', 'train_split_proportion': 0.8, 'env': {'name': 'classifier', 'task': 'binary_classification'}, 'training': {'num_epochs': 1, 'batch_size': 16, 'learning_rate': 0.0001, 'num_workers': 4, 'grad_clip_norm': 10, 'use_amp': False, 'log_freq': 1, 'eval_freq': 1, 'save_freq': 1, 'save_checkpoint': True, 'image_key': 'observation.images.web0', 'label_key': 'next.reward'}, 'eval': {'batch_size': 16, 'num_samples_to_log': 30}, 'policy': {'name': 'hilserl/classifier', 'model_name': 'facebook/convnext-base-224', 'model_type': 'cnn'}, 'wandb': {'enable': True, 'project': 'hilserl-classifier-training', 'entity': 'wandb_entity', 'job_name': 'classifier_training_0', 'disable_artifact': False}, 'device': 'mps', 'resume': False, 'output_dir': 'outputs/hilserl_classifier'}
|
15 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_init.py:init():667] starting backend
|
16 |
+
2024-12-25 14:20:00,029 INFO MainThread:52543 [wandb_init.py:init():671] sending inform_init request
|
17 |
+
2024-12-25 14:20:00,031 INFO MainThread:52543 [backend.py:_multiprocessing_setup():104] multiprocessing start_methods=spawn,fork,forkserver, using: spawn
|
18 |
+
2024-12-25 14:20:00,031 INFO MainThread:52543 [wandb_init.py:init():684] backend started and connected
|
19 |
+
2024-12-25 14:20:00,037 INFO MainThread:52543 [wandb_init.py:init():779] updated telemetry
|
20 |
+
2024-12-25 14:20:00,060 INFO MainThread:52543 [wandb_init.py:init():812] communicating run to backend with 90.0 second timeout
|
21 |
+
2024-12-25 14:20:00,409 ERROR MainThread:52543 [wandb_init.py:init():838] encountered error: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
22 |
+
2024-12-25 14:20:00,410 ERROR MainThread:52543 [wandb_init.py:init():1262] error in wandb.init()
|
23 |
+
Traceback (most recent call last):
|
24 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 1252, in init
|
25 |
+
return wi.init()
|
26 |
+
^^^^^^^^^
|
27 |
+
File "/Users/helper2424/Library/Caches/pypoetry/virtualenvs/lerobot-_GqtL9sV-py3.12/lib/python3.12/site-packages/wandb/sdk/wandb_init.py", line 844, in init
|
28 |
+
raise error
|
29 |
+
wandb.errors.errors.CommError: failed to upsert bucket: returned error 403 Forbidden: {"errors":[{"message":"permission denied","path":["upsertBucket"],"extensions":{"code":"PERMISSION_ERROR"}}],"data":{"upsertBucket":null}}
|
30 |
+
2024-12-25 14:20:00,618 WARNING MsgRouterThr:52543 [router.py:message_loop():77] message_loop has been closed
|
wandb/run-20241225_142000-h6ghwzrz/run-h6ghwzrz.wandb
ADDED
Binary file (1.5 kB). View file
|
|
wandb/run-20241225_142055-nl4u7gg2/files/config.yaml
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_wandb:
|
2 |
+
value:
|
3 |
+
cli_version: 0.18.3
|
4 |
+
m: []
|
5 |
+
python_version: 3.12.7
|
6 |
+
t:
|
7 |
+
"1":
|
8 |
+
- 1
|
9 |
+
- 11
|
10 |
+
- 41
|
11 |
+
- 49
|
12 |
+
- 50
|
13 |
+
- 51
|
14 |
+
- 55
|
15 |
+
"3":
|
16 |
+
- 13
|
17 |
+
- 15
|
18 |
+
- 16
|
19 |
+
- 23
|
20 |
+
- 55
|
21 |
+
"4": 3.12.7
|
22 |
+
"5": 0.18.3
|
23 |
+
"6": 4.47.1
|
24 |
+
"8":
|
25 |
+
- 5
|
26 |
+
"12": 0.18.3
|
27 |
+
"13": darwin-arm64
|
28 |
+
dataset_repo_id:
|
29 |
+
value: helper2424/hil-serl-push-circle-classifier
|
30 |
+
device:
|
31 |
+
value: mps
|
32 |
+
env:
|
33 |
+
value:
|
34 |
+
name: classifier
|
35 |
+
task: binary_classification
|
36 |
+
eval:
|
37 |
+
value:
|
38 |
+
batch_size: 16
|
39 |
+
num_samples_to_log: 30
|
40 |
+
output_dir:
|
41 |
+
value: outputs/hilserl_classifier
|
42 |
+
policy:
|
43 |
+
value:
|
44 |
+
model_name: facebook/convnext-base-224
|
45 |
+
model_type: cnn
|
46 |
+
name: hilserl/classifier
|
47 |
+
resume:
|
48 |
+
value: false
|
49 |
+
seed:
|
50 |
+
value: 13
|
51 |
+
train_split_proportion:
|
52 |
+
value: 0.8
|
53 |
+
training:
|
54 |
+
value:
|
55 |
+
batch_size: 16
|
56 |
+
eval_freq: 1
|
57 |
+
grad_clip_norm: 10
|
58 |
+
image_key: observation.images.web0
|
59 |
+
label_key: next.reward
|
60 |
+
learning_rate: 0.0001
|
61 |
+
log_freq: 1
|
62 |
+
num_epochs: 1
|
63 |
+
num_workers: 4
|
64 |
+
save_checkpoint: true
|
65 |
+
save_freq: 1
|
66 |
+
use_amp: false
|
67 |
+
wandb:
|
68 |
+
value:
|
69 |
+
disable_artifact: false
|
70 |
+
enable: true
|
71 |
+
entity: wandb_entity
|
72 |
+
job_name: classifier_training_0
|
73 |
+
project: lerobot
|
wandb/run-20241225_142055-nl4u7gg2/files/output.log
ADDED
File without changes
|
wandb/run-20241225_142055-nl4u7gg2/files/wandb-summary.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"_wandb":{"runtime":0}}
|