diff --git a/.gitattributes b/.gitattributes index 96de69b7cb1827b81279ad6539c7ffebafb4c115..d59351ec11925a04870d15ee8a4332da9882ce35 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,3 +42,4 @@ checkpoints/diffusion_580_new_dataset_dino/wandb/run-20260518_160350-26q4u034/ru checkpoints/diffusion_780_new_dataset_dino_v2_checkpoint_100000/wandb/run-20260519_041222-1tlldy3e/run-1tlldy3e.wandb filter=lfs diff=lfs merge=lfs -text checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_data_augmentation/wandb/run-20260519_234949-nw9a71x7/run-nw9a71x7.wandb filter=lfs diff=lfs merge=lfs -text checkpots/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb filter=lfs diff=lfs merge=lfs -text +checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb filter=lfs diff=lfs merge=lfs -text diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/config.json new file mode 100644 index 0000000000000000000000000000000000000000..eec202843c7ed2b1acc0205964ac32d17755a20c --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/config.json @@ -0,0 +1,92 @@ +{ + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/model.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..346951662e47ee4a26dbc34fdfeebd3a532b1377 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d69f9a1fbd48eab0fe43984af8227ba8a1ac5df786d99110b4569a97aebd18 +size 1095367712 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_postprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_postprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c5e6cea7850bb999ab193f96021fa0129ce4db --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_postprocessor.json @@ -0,0 +1,32 @@ +{ + "name": "policy_postprocessor", + "steps": [ + { + "registry_name": "unnormalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors" + }, + { + "registry_name": "device_processor", + "config": { + "device": "cpu", + "float_dtype": null + } + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_preprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_preprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f57e6242af17f882bc107c602ca76393c57d55 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_preprocessor.json @@ -0,0 +1,56 @@ +{ + "name": "policy_preprocessor", + "steps": [ + { + "registry_name": "rename_observations_processor", + "config": { + "rename_map": {} + } + }, + { + "registry_name": "to_batch_processor", + "config": {} + }, + { + "registry_name": "device_processor", + "config": { + "device": "cuda", + "float_dtype": null + } + }, + { + "registry_name": "normalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + }, + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors" + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/train_config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/train_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6418f8ccc03771e76d4868b0b03d2b74bef0e2b2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/pretrained_model/train_config.json @@ -0,0 +1,302 @@ +{ + "dataset": { + "repo_id": "local/act_collected_episodes", + "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_302", + "episodes": null, + "image_transforms": { + "enable": false, + "max_num_transforms": 3, + "random_order": false, + "same_cloth_color": false, + "tfs": { + "color_jitter": { + "weight": 1.5, + "type": "ColorJitter", + "kwargs": { + "brightness": [ + 0.7, + 1.3 + ], + "contrast": [ + 0.7, + 1.3 + ], + "saturation": [ + 0.4, + 1.6 + ], + "hue": [ + -0.5, + 0.5 + ] + } + }, + "grayscale": { + "weight": 0.5, + "type": "RandomGrayscale", + "kwargs": { + "p": 1.0 + } + }, + "shadow": { + "weight": 0.8, + "type": "RandomShadow", + "kwargs": { + "num_shadows": [ + 1, + 2 + ], + "intensity": [ + 0.4, + 0.7 + ], + "blur_sigma": [ + 4.0, + 20.0 + ] + } + }, + "highlight": { + "weight": 0.5, + "type": "RandomHighlight", + "kwargs": { + "num_highlights": [ + 0, + 1 + ], + "intensity": [ + 0.2, + 0.5 + ], + "sigma": [ + 20.0, + 60.0 + ] + } + }, + "gamma": { + "weight": 0.7, + "type": "RandomGamma", + "kwargs": { + "gamma": [ + 0.6, + 1.4 + ] + } + }, + "blur": { + "weight": 0.0, + "type": "GaussianBlur", + "kwargs": { + "kernel_size": [ + 3, + 3 + ], + "sigma": [ + 0.1, + 1.5 + ] + } + }, + "jpeg": { + "weight": 0.0, + "type": "RandomJPEG", + "kwargs": { + "quality": [ + 60, + 95 + ] + } + }, + "crop": { + "weight": 0.5, + "type": "RandomCropPreserveSize", + "kwargs": { + "scale": [ + 0.97, + 1.0 + ], + "ratio": [ + 0.99, + 1.01 + ] + } + }, + "affine": { + "weight": 0.0, + "type": "RandomAffine", + "kwargs": { + "degrees": [ + -5.0, + 5.0 + ], + "translate": [ + 0.05, + 0.05 + ] + } + }, + "sharpness": { + "weight": 1.0, + "type": "SharpnessJitter", + "kwargs": { + "sharpness": [ + 0.5, + 1.5 + ] + } + } + } + }, + "revision": null, + "use_imagenet_stats": true, + "video_backend": "pyav", + "return_uint8": false, + "streaming": false + }, + "env": null, + "policy": { + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 + }, + "reward_model": null, + "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "job_name": "diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "resume": false, + "seed": 1000, + "cudnn_deterministic": false, + "num_workers": 8, + "batch_size": 128, + "prefetch_factor": 4, + "persistent_workers": true, + "steps": 25000, + "eval_freq": 0, + "log_freq": 20, + "tolerance_s": 0.0001, + "save_checkpoint": true, + "save_freq": 2000, + "use_policy_training_preset": true, + "optimizer": { + "type": "adam", + "lr": 5e-06, + "weight_decay": 1e-06, + "grad_clip_norm": 10.0, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08 + }, + "scheduler": { + "type": "diffuser", + "num_warmup_steps": 100, + "name": "cosine" + }, + "eval": { + "n_episodes": 50, + "batch_size": 19, + "use_async_envs": true + }, + "wandb": { + "enable": true, + "disable_artifact": false, + "project": "lerobot", + "entity": null, + "notes": null, + "run_id": "rnm5uhtp", + "mode": null, + "add_tags": true + }, + "peft": null, + "sample_weighting": null, + "rename_map": {}, + "checkpoint_path": null +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/optimizer_param_groups.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/optimizer_param_groups.json new file mode 100644 index 0000000000000000000000000000000000000000..a89851183ecfab502171acc0386de6c3afae1a63 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/optimizer_param_groups.json @@ -0,0 +1,396 @@ +[ + { + "lr": 4.928511280455169e-06, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08, + "weight_decay": 1e-06, + "amsgrad": false, + "maximize": false, + "foreach": null, + "capturable": false, + "differentiable": false, + "fused": null, + "decoupled_weight_decay": false, + "initial_lr": 5e-06, + "params": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374 + ] + } +] \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/optimizer_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/optimizer_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b3a47bccbfd9d55f9b7afa95b054537ab25e96f7 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/optimizer_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49eda90933691332c06cef8491856aa352c05fd0289d6e02e173dd95c4f4e525 +size 2014217744 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/rng_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/rng_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1e53ffc15a2ce5185dc9c03626bad938e56559bd --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/rng_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f70d4dff4a047565484e7ff664a1fc4d86607afb75591a65e2b735fc549a6df +size 15708 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/scheduler_state.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/scheduler_state.json new file mode 100644 index 0000000000000000000000000000000000000000..76d399d261a3d151f9839fcbaba5ebbbc70018ba --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/scheduler_state.json @@ -0,0 +1,15 @@ +{ + "base_lrs": [ + 5e-06 + ], + "last_epoch": 2000, + "_step_count": 2001, + "_is_initial": false, + "_get_lr_called_within_step": false, + "_last_lr": [ + 4.928511280455169e-06 + ], + "lr_lambdas": [ + null + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/training_step.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/training_step.json new file mode 100644 index 0000000000000000000000000000000000000000..39090bbb986edb821e1602990d19357dcdb5d2ae --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/002000/training_state/training_step.json @@ -0,0 +1,3 @@ +{ + "step": 2000 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/config.json new file mode 100644 index 0000000000000000000000000000000000000000..eec202843c7ed2b1acc0205964ac32d17755a20c --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/config.json @@ -0,0 +1,92 @@ +{ + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/model.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d0dec1deae4b5a6a53a8843b874d88a9e630d7f2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6bde3d3d6ddc2fd8c3bf2829753837649ee63412c1e35e7ba396981b4dbdabb +size 1095367712 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_postprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_postprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c5e6cea7850bb999ab193f96021fa0129ce4db --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_postprocessor.json @@ -0,0 +1,32 @@ +{ + "name": "policy_postprocessor", + "steps": [ + { + "registry_name": "unnormalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors" + }, + { + "registry_name": "device_processor", + "config": { + "device": "cpu", + "float_dtype": null + } + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_preprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_preprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f57e6242af17f882bc107c602ca76393c57d55 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_preprocessor.json @@ -0,0 +1,56 @@ +{ + "name": "policy_preprocessor", + "steps": [ + { + "registry_name": "rename_observations_processor", + "config": { + "rename_map": {} + } + }, + { + "registry_name": "to_batch_processor", + "config": {} + }, + { + "registry_name": "device_processor", + "config": { + "device": "cuda", + "float_dtype": null + } + }, + { + "registry_name": "normalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + }, + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors" + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/train_config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/train_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6418f8ccc03771e76d4868b0b03d2b74bef0e2b2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/pretrained_model/train_config.json @@ -0,0 +1,302 @@ +{ + "dataset": { + "repo_id": "local/act_collected_episodes", + "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_302", + "episodes": null, + "image_transforms": { + "enable": false, + "max_num_transforms": 3, + "random_order": false, + "same_cloth_color": false, + "tfs": { + "color_jitter": { + "weight": 1.5, + "type": "ColorJitter", + "kwargs": { + "brightness": [ + 0.7, + 1.3 + ], + "contrast": [ + 0.7, + 1.3 + ], + "saturation": [ + 0.4, + 1.6 + ], + "hue": [ + -0.5, + 0.5 + ] + } + }, + "grayscale": { + "weight": 0.5, + "type": "RandomGrayscale", + "kwargs": { + "p": 1.0 + } + }, + "shadow": { + "weight": 0.8, + "type": "RandomShadow", + "kwargs": { + "num_shadows": [ + 1, + 2 + ], + "intensity": [ + 0.4, + 0.7 + ], + "blur_sigma": [ + 4.0, + 20.0 + ] + } + }, + "highlight": { + "weight": 0.5, + "type": "RandomHighlight", + "kwargs": { + "num_highlights": [ + 0, + 1 + ], + "intensity": [ + 0.2, + 0.5 + ], + "sigma": [ + 20.0, + 60.0 + ] + } + }, + "gamma": { + "weight": 0.7, + "type": "RandomGamma", + "kwargs": { + "gamma": [ + 0.6, + 1.4 + ] + } + }, + "blur": { + "weight": 0.0, + "type": "GaussianBlur", + "kwargs": { + "kernel_size": [ + 3, + 3 + ], + "sigma": [ + 0.1, + 1.5 + ] + } + }, + "jpeg": { + "weight": 0.0, + "type": "RandomJPEG", + "kwargs": { + "quality": [ + 60, + 95 + ] + } + }, + "crop": { + "weight": 0.5, + "type": "RandomCropPreserveSize", + "kwargs": { + "scale": [ + 0.97, + 1.0 + ], + "ratio": [ + 0.99, + 1.01 + ] + } + }, + "affine": { + "weight": 0.0, + "type": "RandomAffine", + "kwargs": { + "degrees": [ + -5.0, + 5.0 + ], + "translate": [ + 0.05, + 0.05 + ] + } + }, + "sharpness": { + "weight": 1.0, + "type": "SharpnessJitter", + "kwargs": { + "sharpness": [ + 0.5, + 1.5 + ] + } + } + } + }, + "revision": null, + "use_imagenet_stats": true, + "video_backend": "pyav", + "return_uint8": false, + "streaming": false + }, + "env": null, + "policy": { + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 + }, + "reward_model": null, + "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "job_name": "diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "resume": false, + "seed": 1000, + "cudnn_deterministic": false, + "num_workers": 8, + "batch_size": 128, + "prefetch_factor": 4, + "persistent_workers": true, + "steps": 25000, + "eval_freq": 0, + "log_freq": 20, + "tolerance_s": 0.0001, + "save_checkpoint": true, + "save_freq": 2000, + "use_policy_training_preset": true, + "optimizer": { + "type": "adam", + "lr": 5e-06, + "weight_decay": 1e-06, + "grad_clip_norm": 10.0, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08 + }, + "scheduler": { + "type": "diffuser", + "num_warmup_steps": 100, + "name": "cosine" + }, + "eval": { + "n_episodes": 50, + "batch_size": 19, + "use_async_envs": true + }, + "wandb": { + "enable": true, + "disable_artifact": false, + "project": "lerobot", + "entity": null, + "notes": null, + "run_id": "rnm5uhtp", + "mode": null, + "add_tags": true + }, + "peft": null, + "sample_weighting": null, + "rename_map": {}, + "checkpoint_path": null +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/optimizer_param_groups.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/optimizer_param_groups.json new file mode 100644 index 0000000000000000000000000000000000000000..e73304ae6612575db7bf7af0e6053cd77da73743 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/optimizer_param_groups.json @@ -0,0 +1,396 @@ +[ + { + "lr": 4.703407665036622e-06, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08, + "weight_decay": 1e-06, + "amsgrad": false, + "maximize": false, + "foreach": null, + "capturable": false, + "differentiable": false, + "fused": null, + "decoupled_weight_decay": false, + "initial_lr": 5e-06, + "params": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374 + ] + } +] \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/optimizer_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/optimizer_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b05de246087cbce598a8475be86ddecaf92b61aa --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/optimizer_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebac41f50ba4798f781a39528c021916ef5be992b4a5074c845f9f01b12176c +size 2014217744 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/rng_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/rng_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0d33e84ae5e9d56017ae74cedd6e2a61d6fbc9cc --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/rng_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6387fae8e03c804a9d1d03d89b596685b5d3ce3c485f8f9c1ef945ca0c1b60b +size 15708 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/scheduler_state.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/scheduler_state.json new file mode 100644 index 0000000000000000000000000000000000000000..7ffe2115e34161c8e298e8d4ca0fd7971ce5c420 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/scheduler_state.json @@ -0,0 +1,15 @@ +{ + "base_lrs": [ + 5e-06 + ], + "last_epoch": 4000, + "_step_count": 4001, + "_is_initial": false, + "_get_lr_called_within_step": false, + "_last_lr": [ + 4.703407665036622e-06 + ], + "lr_lambdas": [ + null + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/training_step.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/training_step.json new file mode 100644 index 0000000000000000000000000000000000000000..75d870521c191f77dd9eaa4d83486eab6e768f69 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/004000/training_state/training_step.json @@ -0,0 +1,3 @@ +{ + "step": 4000 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/config.json new file mode 100644 index 0000000000000000000000000000000000000000..eec202843c7ed2b1acc0205964ac32d17755a20c --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/config.json @@ -0,0 +1,92 @@ +{ + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/model.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ba68c578d71f9c3d64198866c6176a9e243d8927 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e896c6e0672bc8036e0f1fbed4bfa3dcb54ab41777c9f3a7a87eb02b3f989d +size 1095367712 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_postprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_postprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c5e6cea7850bb999ab193f96021fa0129ce4db --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_postprocessor.json @@ -0,0 +1,32 @@ +{ + "name": "policy_postprocessor", + "steps": [ + { + "registry_name": "unnormalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors" + }, + { + "registry_name": "device_processor", + "config": { + "device": "cpu", + "float_dtype": null + } + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_preprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_preprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f57e6242af17f882bc107c602ca76393c57d55 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_preprocessor.json @@ -0,0 +1,56 @@ +{ + "name": "policy_preprocessor", + "steps": [ + { + "registry_name": "rename_observations_processor", + "config": { + "rename_map": {} + } + }, + { + "registry_name": "to_batch_processor", + "config": {} + }, + { + "registry_name": "device_processor", + "config": { + "device": "cuda", + "float_dtype": null + } + }, + { + "registry_name": "normalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + }, + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors" + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/train_config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/train_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6418f8ccc03771e76d4868b0b03d2b74bef0e2b2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/pretrained_model/train_config.json @@ -0,0 +1,302 @@ +{ + "dataset": { + "repo_id": "local/act_collected_episodes", + "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_302", + "episodes": null, + "image_transforms": { + "enable": false, + "max_num_transforms": 3, + "random_order": false, + "same_cloth_color": false, + "tfs": { + "color_jitter": { + "weight": 1.5, + "type": "ColorJitter", + "kwargs": { + "brightness": [ + 0.7, + 1.3 + ], + "contrast": [ + 0.7, + 1.3 + ], + "saturation": [ + 0.4, + 1.6 + ], + "hue": [ + -0.5, + 0.5 + ] + } + }, + "grayscale": { + "weight": 0.5, + "type": "RandomGrayscale", + "kwargs": { + "p": 1.0 + } + }, + "shadow": { + "weight": 0.8, + "type": "RandomShadow", + "kwargs": { + "num_shadows": [ + 1, + 2 + ], + "intensity": [ + 0.4, + 0.7 + ], + "blur_sigma": [ + 4.0, + 20.0 + ] + } + }, + "highlight": { + "weight": 0.5, + "type": "RandomHighlight", + "kwargs": { + "num_highlights": [ + 0, + 1 + ], + "intensity": [ + 0.2, + 0.5 + ], + "sigma": [ + 20.0, + 60.0 + ] + } + }, + "gamma": { + "weight": 0.7, + "type": "RandomGamma", + "kwargs": { + "gamma": [ + 0.6, + 1.4 + ] + } + }, + "blur": { + "weight": 0.0, + "type": "GaussianBlur", + "kwargs": { + "kernel_size": [ + 3, + 3 + ], + "sigma": [ + 0.1, + 1.5 + ] + } + }, + "jpeg": { + "weight": 0.0, + "type": "RandomJPEG", + "kwargs": { + "quality": [ + 60, + 95 + ] + } + }, + "crop": { + "weight": 0.5, + "type": "RandomCropPreserveSize", + "kwargs": { + "scale": [ + 0.97, + 1.0 + ], + "ratio": [ + 0.99, + 1.01 + ] + } + }, + "affine": { + "weight": 0.0, + "type": "RandomAffine", + "kwargs": { + "degrees": [ + -5.0, + 5.0 + ], + "translate": [ + 0.05, + 0.05 + ] + } + }, + "sharpness": { + "weight": 1.0, + "type": "SharpnessJitter", + "kwargs": { + "sharpness": [ + 0.5, + 1.5 + ] + } + } + } + }, + "revision": null, + "use_imagenet_stats": true, + "video_backend": "pyav", + "return_uint8": false, + "streaming": false + }, + "env": null, + "policy": { + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 + }, + "reward_model": null, + "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "job_name": "diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "resume": false, + "seed": 1000, + "cudnn_deterministic": false, + "num_workers": 8, + "batch_size": 128, + "prefetch_factor": 4, + "persistent_workers": true, + "steps": 25000, + "eval_freq": 0, + "log_freq": 20, + "tolerance_s": 0.0001, + "save_checkpoint": true, + "save_freq": 2000, + "use_policy_training_preset": true, + "optimizer": { + "type": "adam", + "lr": 5e-06, + "weight_decay": 1e-06, + "grad_clip_norm": 10.0, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08 + }, + "scheduler": { + "type": "diffuser", + "num_warmup_steps": 100, + "name": "cosine" + }, + "eval": { + "n_episodes": 50, + "batch_size": 19, + "use_async_envs": true + }, + "wandb": { + "enable": true, + "disable_artifact": false, + "project": "lerobot", + "entity": null, + "notes": null, + "run_id": "rnm5uhtp", + "mode": null, + "add_tags": true + }, + "peft": null, + "sample_weighting": null, + "rename_map": {}, + "checkpoint_path": null +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/optimizer_param_groups.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/optimizer_param_groups.json new file mode 100644 index 0000000000000000000000000000000000000000..92fe3ddef17e52fdddea637e7371837338d2de03 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/optimizer_param_groups.json @@ -0,0 +1,396 @@ +[ + { + "lr": 4.338747494269105e-06, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08, + "weight_decay": 1e-06, + "amsgrad": false, + "maximize": false, + "foreach": null, + "capturable": false, + "differentiable": false, + "fused": null, + "decoupled_weight_decay": false, + "initial_lr": 5e-06, + "params": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374 + ] + } +] \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/optimizer_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/optimizer_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..002986ab15bffba59c5f79e4d5ed8430a42ef36a --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/optimizer_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b22665d0f0b52221c9bb861a116d98cf970f87c2f59d417a8837bb3f81acf66 +size 2014217744 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/rng_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/rng_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ebf45530789ad33a048cea9f9719911dbfe1d136 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/rng_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a817571b35857b0932170ef2d2b4494aca0d148d12f67b2f005e6c4aae9a8e5 +size 15708 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/scheduler_state.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/scheduler_state.json new file mode 100644 index 0000000000000000000000000000000000000000..2663b297f83ca505789ad37ae39644552c9dc85e --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/scheduler_state.json @@ -0,0 +1,15 @@ +{ + "base_lrs": [ + 5e-06 + ], + "last_epoch": 6000, + "_step_count": 6001, + "_is_initial": false, + "_get_lr_called_within_step": false, + "_last_lr": [ + 4.338747494269105e-06 + ], + "lr_lambdas": [ + null + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/training_step.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/training_step.json new file mode 100644 index 0000000000000000000000000000000000000000..e267ac589be64705f8674638b9f5099c886778da --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/006000/training_state/training_step.json @@ -0,0 +1,3 @@ +{ + "step": 6000 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/config.json new file mode 100644 index 0000000000000000000000000000000000000000..eec202843c7ed2b1acc0205964ac32d17755a20c --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/config.json @@ -0,0 +1,92 @@ +{ + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/model.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7fa06791d7064253bf3ebb85fff6085138e5b680 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00574ed60866b151b55bf36962b96f9d7777d285e1ed59f590c9993d41e4d0aa +size 1095367712 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_postprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_postprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c5e6cea7850bb999ab193f96021fa0129ce4db --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_postprocessor.json @@ -0,0 +1,32 @@ +{ + "name": "policy_postprocessor", + "steps": [ + { + "registry_name": "unnormalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors" + }, + { + "registry_name": "device_processor", + "config": { + "device": "cpu", + "float_dtype": null + } + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_preprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_preprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f57e6242af17f882bc107c602ca76393c57d55 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_preprocessor.json @@ -0,0 +1,56 @@ +{ + "name": "policy_preprocessor", + "steps": [ + { + "registry_name": "rename_observations_processor", + "config": { + "rename_map": {} + } + }, + { + "registry_name": "to_batch_processor", + "config": {} + }, + { + "registry_name": "device_processor", + "config": { + "device": "cuda", + "float_dtype": null + } + }, + { + "registry_name": "normalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + }, + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors" + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/train_config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/train_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6418f8ccc03771e76d4868b0b03d2b74bef0e2b2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/pretrained_model/train_config.json @@ -0,0 +1,302 @@ +{ + "dataset": { + "repo_id": "local/act_collected_episodes", + "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_302", + "episodes": null, + "image_transforms": { + "enable": false, + "max_num_transforms": 3, + "random_order": false, + "same_cloth_color": false, + "tfs": { + "color_jitter": { + "weight": 1.5, + "type": "ColorJitter", + "kwargs": { + "brightness": [ + 0.7, + 1.3 + ], + "contrast": [ + 0.7, + 1.3 + ], + "saturation": [ + 0.4, + 1.6 + ], + "hue": [ + -0.5, + 0.5 + ] + } + }, + "grayscale": { + "weight": 0.5, + "type": "RandomGrayscale", + "kwargs": { + "p": 1.0 + } + }, + "shadow": { + "weight": 0.8, + "type": "RandomShadow", + "kwargs": { + "num_shadows": [ + 1, + 2 + ], + "intensity": [ + 0.4, + 0.7 + ], + "blur_sigma": [ + 4.0, + 20.0 + ] + } + }, + "highlight": { + "weight": 0.5, + "type": "RandomHighlight", + "kwargs": { + "num_highlights": [ + 0, + 1 + ], + "intensity": [ + 0.2, + 0.5 + ], + "sigma": [ + 20.0, + 60.0 + ] + } + }, + "gamma": { + "weight": 0.7, + "type": "RandomGamma", + "kwargs": { + "gamma": [ + 0.6, + 1.4 + ] + } + }, + "blur": { + "weight": 0.0, + "type": "GaussianBlur", + "kwargs": { + "kernel_size": [ + 3, + 3 + ], + "sigma": [ + 0.1, + 1.5 + ] + } + }, + "jpeg": { + "weight": 0.0, + "type": "RandomJPEG", + "kwargs": { + "quality": [ + 60, + 95 + ] + } + }, + "crop": { + "weight": 0.5, + "type": "RandomCropPreserveSize", + "kwargs": { + "scale": [ + 0.97, + 1.0 + ], + "ratio": [ + 0.99, + 1.01 + ] + } + }, + "affine": { + "weight": 0.0, + "type": "RandomAffine", + "kwargs": { + "degrees": [ + -5.0, + 5.0 + ], + "translate": [ + 0.05, + 0.05 + ] + } + }, + "sharpness": { + "weight": 1.0, + "type": "SharpnessJitter", + "kwargs": { + "sharpness": [ + 0.5, + 1.5 + ] + } + } + } + }, + "revision": null, + "use_imagenet_stats": true, + "video_backend": "pyav", + "return_uint8": false, + "streaming": false + }, + "env": null, + "policy": { + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 + }, + "reward_model": null, + "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "job_name": "diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "resume": false, + "seed": 1000, + "cudnn_deterministic": false, + "num_workers": 8, + "batch_size": 128, + "prefetch_factor": 4, + "persistent_workers": true, + "steps": 25000, + "eval_freq": 0, + "log_freq": 20, + "tolerance_s": 0.0001, + "save_checkpoint": true, + "save_freq": 2000, + "use_policy_training_preset": true, + "optimizer": { + "type": "adam", + "lr": 5e-06, + "weight_decay": 1e-06, + "grad_clip_norm": 10.0, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08 + }, + "scheduler": { + "type": "diffuser", + "num_warmup_steps": 100, + "name": "cosine" + }, + "eval": { + "n_episodes": 50, + "batch_size": 19, + "use_async_envs": true + }, + "wandb": { + "enable": true, + "disable_artifact": false, + "project": "lerobot", + "entity": null, + "notes": null, + "run_id": "rnm5uhtp", + "mode": null, + "add_tags": true + }, + "peft": null, + "sample_weighting": null, + "rename_map": {}, + "checkpoint_path": null +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/optimizer_param_groups.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/optimizer_param_groups.json new file mode 100644 index 0000000000000000000000000000000000000000..8d3cd84bde1b68ded34eff53948dacc057fead4e --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/optimizer_param_groups.json @@ -0,0 +1,396 @@ +[ + { + "lr": 3.857627137523031e-06, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08, + "weight_decay": 1e-06, + "amsgrad": false, + "maximize": false, + "foreach": null, + "capturable": false, + "differentiable": false, + "fused": null, + "decoupled_weight_decay": false, + "initial_lr": 5e-06, + "params": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374 + ] + } +] \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/optimizer_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/optimizer_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a24837f08d731ff53d324a76a006806734ad8e48 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/optimizer_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5d8ccfe9a986a0e3ed8d5f7c40a427b31674ddf48fb2cb3366f67d3fc78061 +size 2014217744 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/rng_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/rng_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..51fbbd212a162779ee9dac0c71085f36480d6811 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/rng_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875706366bf80417921f78fb432b38722ec0af457e1ae891be4dca07c91a049a +size 15708 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/scheduler_state.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/scheduler_state.json new file mode 100644 index 0000000000000000000000000000000000000000..1e5681d41c7e9b7ca54927de89d51594a46e576b --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/scheduler_state.json @@ -0,0 +1,15 @@ +{ + "base_lrs": [ + 5e-06 + ], + "last_epoch": 8000, + "_step_count": 8001, + "_is_initial": false, + "_get_lr_called_within_step": false, + "_last_lr": [ + 3.857627137523031e-06 + ], + "lr_lambdas": [ + null + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/training_step.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/training_step.json new file mode 100644 index 0000000000000000000000000000000000000000..74d8cba01cab8506617b2cbae6f268fe80fbfa79 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/008000/training_state/training_step.json @@ -0,0 +1,3 @@ +{ + "step": 8000 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/config.json new file mode 100644 index 0000000000000000000000000000000000000000..eec202843c7ed2b1acc0205964ac32d17755a20c --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/config.json @@ -0,0 +1,92 @@ +{ + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/model.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..04f2b2eaa365c9769dd168e204c6546e5a41b150 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792ea8155a743883d5c885ff613505b9b475f769e14db71d15dad7cd280559cd +size 1095367712 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..f2c5e6cea7850bb999ab193f96021fa0129ce4db --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor.json @@ -0,0 +1,32 @@ +{ + "name": "policy_postprocessor", + "steps": [ + { + "registry_name": "unnormalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors" + }, + { + "registry_name": "device_processor", + "config": { + "device": "cpu", + "float_dtype": null + } + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor.json new file mode 100644 index 0000000000000000000000000000000000000000..a6f57e6242af17f882bc107c602ca76393c57d55 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor.json @@ -0,0 +1,56 @@ +{ + "name": "policy_preprocessor", + "steps": [ + { + "registry_name": "rename_observations_processor", + "config": { + "rename_map": {} + } + }, + { + "registry_name": "to_batch_processor", + "config": {} + }, + { + "registry_name": "device_processor", + "config": { + "device": "cuda", + "float_dtype": null + } + }, + { + "registry_name": "normalizer_processor", + "config": { + "eps": 1e-08, + "features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + }, + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "norm_map": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + } + }, + "state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors" + } + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4235e688ff2255d5012ce210658ac7889246c0a2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7c038c0023c958fd3b39d6e2bc3ac3056490758f11fae13cc9d0a607912de1 +size 6560 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/train_config.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/train_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6418f8ccc03771e76d4868b0b03d2b74bef0e2b2 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/pretrained_model/train_config.json @@ -0,0 +1,302 @@ +{ + "dataset": { + "repo_id": "local/act_collected_episodes", + "root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_302", + "episodes": null, + "image_transforms": { + "enable": false, + "max_num_transforms": 3, + "random_order": false, + "same_cloth_color": false, + "tfs": { + "color_jitter": { + "weight": 1.5, + "type": "ColorJitter", + "kwargs": { + "brightness": [ + 0.7, + 1.3 + ], + "contrast": [ + 0.7, + 1.3 + ], + "saturation": [ + 0.4, + 1.6 + ], + "hue": [ + -0.5, + 0.5 + ] + } + }, + "grayscale": { + "weight": 0.5, + "type": "RandomGrayscale", + "kwargs": { + "p": 1.0 + } + }, + "shadow": { + "weight": 0.8, + "type": "RandomShadow", + "kwargs": { + "num_shadows": [ + 1, + 2 + ], + "intensity": [ + 0.4, + 0.7 + ], + "blur_sigma": [ + 4.0, + 20.0 + ] + } + }, + "highlight": { + "weight": 0.5, + "type": "RandomHighlight", + "kwargs": { + "num_highlights": [ + 0, + 1 + ], + "intensity": [ + 0.2, + 0.5 + ], + "sigma": [ + 20.0, + 60.0 + ] + } + }, + "gamma": { + "weight": 0.7, + "type": "RandomGamma", + "kwargs": { + "gamma": [ + 0.6, + 1.4 + ] + } + }, + "blur": { + "weight": 0.0, + "type": "GaussianBlur", + "kwargs": { + "kernel_size": [ + 3, + 3 + ], + "sigma": [ + 0.1, + 1.5 + ] + } + }, + "jpeg": { + "weight": 0.0, + "type": "RandomJPEG", + "kwargs": { + "quality": [ + 60, + 95 + ] + } + }, + "crop": { + "weight": 0.5, + "type": "RandomCropPreserveSize", + "kwargs": { + "scale": [ + 0.97, + 1.0 + ], + "ratio": [ + 0.99, + 1.01 + ] + } + }, + "affine": { + "weight": 0.0, + "type": "RandomAffine", + "kwargs": { + "degrees": [ + -5.0, + 5.0 + ], + "translate": [ + 0.05, + 0.05 + ] + } + }, + "sharpness": { + "weight": 1.0, + "type": "SharpnessJitter", + "kwargs": { + "sharpness": [ + 0.5, + 1.5 + ] + } + } + } + }, + "revision": null, + "use_imagenet_stats": true, + "video_backend": "pyav", + "return_uint8": false, + "streaming": false + }, + "env": null, + "policy": { + "type": "diffusion", + "n_obs_steps": 2, + "input_features": { + "observation.state": { + "type": "STATE", + "shape": [ + 6 + ] + }, + "observation.images.front": { + "type": "VISUAL", + "shape": [ + 3, + 480, + 640 + ] + } + }, + "output_features": { + "action": { + "type": "ACTION", + "shape": [ + 6 + ] + } + }, + "device": "cuda", + "use_amp": false, + "use_peft": false, + "push_to_hub": false, + "repo_id": null, + "private": null, + "tags": null, + "license": null, + "pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model", + "horizon": 16, + "n_action_steps": 8, + "normalization_mapping": { + "VISUAL": "MEAN_STD", + "STATE": "MIN_MAX", + "ACTION": "MIN_MAX" + }, + "drop_n_last_frames": 7, + "vision_backbone_type": "dinov2", + "vision_encoder_name": "facebook/dinov2-small", + "freeze_vision_encoder": true, + "vision_backbone": "resnet18", + "resize_shape": [ + 224, + 224 + ], + "crop_ratio": 1.0, + "crop_shape": null, + "crop_is_random": true, + "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1", + "use_group_norm": false, + "spatial_softmax_num_keypoints": 32, + "vit_pool_type": "spatial_softmax", + "vit_feature_dim": 512, + "use_separate_rgb_encoder_per_camera": true, + "down_dims": [ + 512, + 1024, + 2048 + ], + "kernel_size": 5, + "n_groups": 8, + "diffusion_step_embed_dim": 128, + "use_film_scale_modulation": true, + "noise_scheduler_type": "DDPM", + "num_train_timesteps": 100, + "beta_schedule": "squaredcos_cap_v2", + "beta_start": 0.0001, + "beta_end": 0.02, + "prediction_type": "epsilon", + "clip_sample": true, + "clip_sample_range": 1.0, + "num_inference_steps": 100, + "compile_model": false, + "compile_mode": "reduce-overhead", + "do_mask_loss_for_padding": false, + "optimizer_lr": 5e-06, + "optimizer_betas": [ + 0.95, + 0.999 + ], + "optimizer_eps": 1e-08, + "optimizer_weight_decay": 1e-06, + "scheduler_name": "cosine", + "scheduler_warmup_steps": 100 + }, + "reward_model": null, + "output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "job_name": "diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47", + "resume": false, + "seed": 1000, + "cudnn_deterministic": false, + "num_workers": 8, + "batch_size": 128, + "prefetch_factor": 4, + "persistent_workers": true, + "steps": 25000, + "eval_freq": 0, + "log_freq": 20, + "tolerance_s": 0.0001, + "save_checkpoint": true, + "save_freq": 2000, + "use_policy_training_preset": true, + "optimizer": { + "type": "adam", + "lr": 5e-06, + "weight_decay": 1e-06, + "grad_clip_norm": 10.0, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08 + }, + "scheduler": { + "type": "diffuser", + "num_warmup_steps": 100, + "name": "cosine" + }, + "eval": { + "n_episodes": 50, + "batch_size": 19, + "use_async_envs": true + }, + "wandb": { + "enable": true, + "disable_artifact": false, + "project": "lerobot", + "entity": null, + "notes": null, + "run_id": "rnm5uhtp", + "mode": null, + "add_tags": true + }, + "peft": null, + "sample_weighting": null, + "rename_map": {}, + "checkpoint_path": null +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/optimizer_param_groups.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/optimizer_param_groups.json new file mode 100644 index 0000000000000000000000000000000000000000..70e2129db62b04ece06ee68c7b6a7fc080a9d19a --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/optimizer_param_groups.json @@ -0,0 +1,396 @@ +[ + { + "lr": 3.29051916724206e-06, + "betas": [ + 0.95, + 0.999 + ], + "eps": 1e-08, + "weight_decay": 1e-06, + "amsgrad": false, + "maximize": false, + "foreach": null, + "capturable": false, + "differentiable": false, + "fused": null, + "decoupled_weight_decay": false, + "initial_lr": 5e-06, + "params": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121, + 122, + 123, + 124, + 125, + 126, + 127, + 128, + 129, + 130, + 131, + 132, + 133, + 134, + 135, + 136, + 137, + 138, + 139, + 140, + 141, + 142, + 143, + 144, + 145, + 146, + 147, + 148, + 149, + 150, + 151, + 152, + 153, + 154, + 155, + 156, + 157, + 158, + 159, + 160, + 161, + 162, + 163, + 164, + 165, + 166, + 167, + 168, + 169, + 170, + 171, + 172, + 173, + 174, + 175, + 176, + 177, + 178, + 179, + 180, + 181, + 182, + 183, + 184, + 185, + 186, + 187, + 188, + 189, + 190, + 191, + 192, + 193, + 194, + 195, + 196, + 197, + 198, + 199, + 200, + 201, + 202, + 203, + 204, + 205, + 206, + 207, + 208, + 209, + 210, + 211, + 212, + 213, + 214, + 215, + 216, + 217, + 218, + 219, + 220, + 221, + 222, + 223, + 224, + 225, + 226, + 227, + 228, + 229, + 230, + 231, + 232, + 233, + 234, + 235, + 236, + 237, + 238, + 239, + 240, + 241, + 242, + 243, + 244, + 245, + 246, + 247, + 248, + 249, + 250, + 251, + 252, + 253, + 254, + 255, + 256, + 257, + 258, + 259, + 260, + 261, + 262, + 263, + 264, + 265, + 266, + 267, + 268, + 269, + 270, + 271, + 272, + 273, + 274, + 275, + 276, + 277, + 278, + 279, + 280, + 281, + 282, + 283, + 284, + 285, + 286, + 287, + 288, + 289, + 290, + 291, + 292, + 293, + 294, + 295, + 296, + 297, + 298, + 299, + 300, + 301, + 302, + 303, + 304, + 305, + 306, + 307, + 308, + 309, + 310, + 311, + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321, + 322, + 323, + 324, + 325, + 326, + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336, + 337, + 338, + 339, + 340, + 341, + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351, + 352, + 353, + 354, + 355, + 356, + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366, + 367, + 368, + 369, + 370, + 371, + 372, + 373, + 374 + ] + } +] \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/optimizer_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/optimizer_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..695b2b6c7e287a2bff70e9bba1f0f82e29475f78 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/optimizer_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d06f75fb58d20ab11600391dc3d8c92fb056d86f75a1cd0351a8a81ea24f306 +size 2014217744 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/rng_state.safetensors b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/rng_state.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3d0ee299e360783a053de8baf183ca5e480e9979 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/rng_state.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed33b1b7e982dab70b304071a6f9a65f03c2dbf871c860a7ef820902ca513f2a +size 15708 diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/scheduler_state.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/scheduler_state.json new file mode 100644 index 0000000000000000000000000000000000000000..2287cbdcb57661a8ad7a88f178e1467208f51def --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/scheduler_state.json @@ -0,0 +1,15 @@ +{ + "base_lrs": [ + 5e-06 + ], + "last_epoch": 10000, + "_step_count": 10001, + "_is_initial": false, + "_get_lr_called_within_step": false, + "_last_lr": [ + 3.29051916724206e-06 + ], + "lr_lambdas": [ + null + ] +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/training_step.json b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/training_step.json new file mode 100644 index 0000000000000000000000000000000000000000..7cb7c0986e9e7461ca851ce71e95d235ae3d2732 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/checkpoints/010000/training_state/training_step.json @@ -0,0 +1,3 @@ +{ + "step": 10000 +} \ No newline at end of file diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/debug-internal.log b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/debug-internal.log new file mode 100644 index 0000000000000000000000000000000000000000..46eb3d5b1def14ae2838099859f8abf4859dcad0 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/debug-internal.log @@ -0,0 +1,427 @@ +{"time":"2026-05-20T10:01:13.571270181Z","level":"INFO","msg":"wandb-core"} +{"time":"2026-05-20T10:01:13.571471643Z","level":"INFO","msg":"stream: starting","core version":"0.27.0"} +{"time":"2026-05-20T10:01:13.767162385Z","level":"INFO","msg":"stream: created new stream","id":"rnm5uhtp"} +{"time":"2026-05-20T10:01:13.767226252Z","level":"INFO","msg":"handler: started"} +{"time":"2026-05-20T10:01:13.76736489Z","level":"INFO","msg":"stream: started"} +{"time":"2026-05-20T10:01:13.767447544Z","level":"INFO","msg":"sender: started"} +{"time":"2026-05-20T10:01:13.767452692Z","level":"INFO","msg":"writer: started","stream_id":"rnm5uhtp"} +{"time":"2026-05-20T10:01:15.30477528Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":1} +{"time":"2026-05-20T10:01:27.955312911Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:01:30.304899485Z","level":"INFO","msg":"filestream: sending request","total_files":2,"events_offset":0,"events_lines":1,"console_offset":1,"console_lines":16,"uploaded_len":2} +{"time":"2026-05-20T10:01:36.464747393Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:01:45.305070969Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":0,"history_lines":3,"events_offset":1,"events_lines":2,"console_offset":16,"console_lines":5} +{"time":"2026-05-20T10:01:51.728044514Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:02:00.305703485Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":3,"history_lines":2,"events_offset":3,"events_lines":2,"console_offset":20,"console_lines":3} +{"time":"2026-05-20T10:02:06.259172591Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:02:15.304936925Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":5,"history_lines":3,"events_offset":5,"events_lines":2,"console_offset":22,"console_lines":4} +{"time":"2026-05-20T10:02:15.958724897Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:02:30.305523186Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":8,"history_lines":2,"events_offset":7,"events_lines":2,"console_offset":25,"console_lines":3} +{"time":"2026-05-20T10:02:31.221857457Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:02:45.305995882Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":10,"history_lines":3,"events_offset":9,"events_lines":2,"console_offset":27,"console_lines":4} +{"time":"2026-05-20T10:02:45.713860318Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:03:00.305402202Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":13,"history_lines":2,"events_offset":11,"events_lines":2,"console_offset":30,"console_lines":3} +{"time":"2026-05-20T10:03:00.660329013Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:03:15.305605355Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":15,"history_lines":3,"events_offset":13,"events_lines":2,"console_offset":32,"console_lines":4} +{"time":"2026-05-20T10:03:15.575570952Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:03:30.305648242Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":18,"history_lines":3,"events_offset":15,"events_lines":2,"console_offset":35,"console_lines":4} +{"time":"2026-05-20T10:03:30.892795355Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:03:45.305394507Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":21,"history_lines":2,"events_offset":17,"events_lines":2,"console_offset":38,"console_lines":3} +{"time":"2026-05-20T10:03:45.711445025Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:04:00.305969413Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":23,"history_lines":3,"events_offset":19,"events_lines":2,"console_offset":40,"console_lines":4} +{"time":"2026-05-20T10:04:00.517415632Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:04:15.30582447Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":26,"history_lines":3,"events_offset":21,"events_lines":2,"console_offset":43,"console_lines":4} +{"time":"2026-05-20T10:04:15.720668434Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:04:30.305694844Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":29,"history_lines":2,"events_offset":23,"events_lines":2,"console_offset":46,"console_lines":3} +{"time":"2026-05-20T10:04:30.61685185Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:04:45.305517027Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":31,"history_lines":3,"events_offset":25,"events_lines":2,"console_offset":48,"console_lines":4} +{"time":"2026-05-20T10:04:45.660965065Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:05:00.305793627Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":34,"history_lines":2,"events_offset":27,"events_lines":2,"console_offset":51,"console_lines":3} +{"time":"2026-05-20T10:05:01.00471228Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:05:15.305875027Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":36,"history_lines":3,"events_offset":29,"events_lines":2,"console_offset":53,"console_lines":4} +{"time":"2026-05-20T10:05:15.550260484Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:05:30.305104255Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":39,"history_lines":3,"events_offset":31,"events_lines":2,"console_offset":56,"console_lines":4} +{"time":"2026-05-20T10:05:30.778047549Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:05:45.305554833Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":42,"history_lines":2,"events_offset":33,"events_lines":2,"console_offset":59,"console_lines":3} +{"time":"2026-05-20T10:05:46.158946523Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:06:00.305675005Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":44,"history_lines":3,"events_offset":35,"events_lines":2,"console_offset":61,"console_lines":4} +{"time":"2026-05-20T10:06:01.861360007Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:06:15.3049529Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":47,"history_lines":3,"events_offset":37,"events_lines":2,"console_offset":64,"console_lines":4} +{"time":"2026-05-20T10:06:17.057354472Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:06:30.305441508Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":50,"history_lines":2,"events_offset":39,"events_lines":2,"console_offset":67,"console_lines":3} +{"time":"2026-05-20T10:06:33.921908809Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:06:45.305159836Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":52,"history_lines":3,"events_offset":41,"events_lines":2,"console_offset":69,"console_lines":4} +{"time":"2026-05-20T10:06:45.922815919Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:07:00.304959467Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":55,"history_lines":3,"events_offset":43,"events_lines":2,"console_offset":72,"console_lines":4} +{"time":"2026-05-20T10:07:01.042914462Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:07:15.305601596Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":58,"history_lines":2,"events_offset":45,"events_lines":2,"console_offset":75,"console_lines":3} +{"time":"2026-05-20T10:07:16.371158994Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:07:30.305777163Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":60,"history_lines":3,"events_offset":47,"events_lines":2,"console_offset":77,"console_lines":4} +{"time":"2026-05-20T10:07:31.267004094Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:07:45.305461249Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":63,"history_lines":3,"events_offset":49,"events_lines":2,"console_offset":80,"console_lines":4} +{"time":"2026-05-20T10:07:46.09433983Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:08:00.305192515Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":66,"history_lines":3,"events_offset":51,"events_lines":2,"console_offset":83,"console_lines":3} +{"time":"2026-05-20T10:08:01.121897596Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:08:15.305606215Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":69,"history_lines":2,"events_offset":53,"events_lines":2,"console_offset":86,"console_lines":3} +{"time":"2026-05-20T10:08:16.891607881Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:08:30.304929725Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":71,"history_lines":2,"events_offset":55,"events_lines":2,"console_offset":88,"console_lines":3} +{"time":"2026-05-20T10:08:31.113860346Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:08:45.305647749Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":73,"history_lines":3,"events_offset":57,"events_lines":2,"console_offset":90,"console_lines":4} +{"time":"2026-05-20T10:08:45.926008163Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:09:00.30524015Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":76,"history_lines":3,"events_offset":59,"events_lines":2,"console_offset":93,"console_lines":4} +{"time":"2026-05-20T10:09:01.061872939Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:09:15.305759081Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":79,"history_lines":2,"events_offset":61,"events_lines":2,"console_offset":96,"console_lines":3} +{"time":"2026-05-20T10:09:15.931915983Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:09:30.305235482Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":81,"history_lines":3,"events_offset":63,"events_lines":2,"console_offset":98,"console_lines":4} +{"time":"2026-05-20T10:09:31.451908849Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:09:45.305386374Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":84,"history_lines":3,"events_offset":65,"events_lines":2,"console_offset":101,"console_lines":4} +{"time":"2026-05-20T10:09:46.010842308Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:10:00.305182871Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":87,"history_lines":2,"events_offset":67,"events_lines":2,"console_offset":104,"console_lines":3} +{"time":"2026-05-20T10:10:01.399611236Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:10:15.305396542Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":89,"history_lines":3,"events_offset":69,"events_lines":2,"console_offset":106,"console_lines":4} +{"time":"2026-05-20T10:10:16.462494117Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:10:30.305092481Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":92,"history_lines":3,"events_offset":71,"events_lines":2,"console_offset":109,"console_lines":4} +{"time":"2026-05-20T10:10:30.829855673Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:10:45.305880738Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":95,"history_lines":2,"events_offset":73,"events_lines":2,"console_offset":112,"console_lines":3} +{"time":"2026-05-20T10:10:46.155774819Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:11:00.305222848Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":97,"history_lines":2,"events_offset":75,"events_lines":2,"console_offset":114,"console_lines":3} +{"time":"2026-05-20T10:11:02.237685147Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:11:15.305886941Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":99,"history_lines":3,"events_offset":77,"events_lines":2,"console_offset":117,"console_lines":4} +{"time":"2026-05-20T10:11:15.944486909Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:11:30.305206639Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":102,"history_lines":3,"events_offset":79,"events_lines":2,"console_offset":120,"console_lines":4} +{"time":"2026-05-20T10:11:30.779610985Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:11:45.305594848Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":105,"history_lines":2,"events_offset":81,"events_lines":2,"console_offset":123,"console_lines":3} +{"time":"2026-05-20T10:11:46.664079832Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:12:00.304883672Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":107,"history_lines":3,"events_offset":83,"events_lines":2,"console_offset":125,"console_lines":4} +{"time":"2026-05-20T10:12:01.009810501Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:12:15.305353355Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":110,"history_lines":3,"events_offset":85,"events_lines":2,"console_offset":128,"console_lines":4} +{"time":"2026-05-20T10:12:17.020196081Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:12:30.305558106Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":113,"history_lines":2,"events_offset":87,"events_lines":2,"console_offset":131,"console_lines":3} +{"time":"2026-05-20T10:12:31.434763316Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:12:45.305232583Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":115,"history_lines":3,"events_offset":89,"events_lines":2,"console_offset":133,"console_lines":4} +{"time":"2026-05-20T10:12:46.289857644Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:13:00.30599325Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":118,"history_lines":3,"events_offset":91,"events_lines":2,"console_offset":136,"console_lines":4} +{"time":"2026-05-20T10:13:00.852670983Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:13:15.305500777Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":121,"history_lines":2,"events_offset":93,"events_lines":2,"console_offset":139,"console_lines":3} +{"time":"2026-05-20T10:13:15.636147492Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:13:30.305074819Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":123,"history_lines":3,"events_offset":95,"events_lines":2,"console_offset":141,"console_lines":4} +{"time":"2026-05-20T10:13:30.552452261Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:13:45.304988495Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":126,"history_lines":3,"events_offset":97,"events_lines":2,"console_offset":144,"console_lines":4} +{"time":"2026-05-20T10:13:45.508399474Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:14:00.304908366Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":129,"history_lines":2,"events_offset":99,"events_lines":2,"console_offset":147,"console_lines":3} +{"time":"2026-05-20T10:14:00.898473245Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:14:15.305500472Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":131,"history_lines":3,"events_offset":101,"events_lines":2,"console_offset":149,"console_lines":4} +{"time":"2026-05-20T10:14:15.630985453Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:14:30.305618228Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":134,"history_lines":2,"events_offset":103,"events_lines":2,"console_offset":152,"console_lines":3} +{"time":"2026-05-20T10:14:30.611283352Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:14:45.305616219Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":136,"history_lines":3,"events_offset":105,"events_lines":2,"console_offset":154,"console_lines":4} +{"time":"2026-05-20T10:14:46.070046691Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:15:00.305016684Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":139,"history_lines":3,"events_offset":107,"events_lines":2,"console_offset":157,"console_lines":4} +{"time":"2026-05-20T10:15:01.109826815Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:15:15.307318337Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":142,"history_lines":2,"events_offset":109,"events_lines":2,"console_offset":160,"console_lines":3} +{"time":"2026-05-20T10:15:15.871642731Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:15:30.305618535Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":144,"history_lines":3,"events_offset":111,"events_lines":2,"console_offset":162,"console_lines":4} +{"time":"2026-05-20T10:15:30.759326629Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:15:45.305379715Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":147,"history_lines":3,"events_offset":113,"events_lines":2,"console_offset":165,"console_lines":4} +{"time":"2026-05-20T10:15:45.992271593Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:16:00.305188239Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":150,"history_lines":2,"events_offset":115,"events_lines":2,"console_offset":168,"console_lines":3} +{"time":"2026-05-20T10:16:02.811850958Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:16:15.305442647Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":152,"history_lines":3,"events_offset":117,"events_lines":2,"console_offset":170,"console_lines":4} +{"time":"2026-05-20T10:16:16.001645559Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:16:30.305226841Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":155,"history_lines":3,"events_offset":119,"events_lines":2,"console_offset":173,"console_lines":4} +{"time":"2026-05-20T10:16:30.778595683Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:16:45.305326773Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":158,"history_lines":2,"events_offset":121,"events_lines":2,"console_offset":176,"console_lines":3} +{"time":"2026-05-20T10:16:46.056685267Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:17:00.305497234Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":160,"history_lines":3,"events_offset":123,"events_lines":2,"console_offset":178,"console_lines":4} +{"time":"2026-05-20T10:17:00.715565085Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:17:15.305589901Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":163,"history_lines":3,"events_offset":125,"events_lines":2,"console_offset":181,"console_lines":4} +{"time":"2026-05-20T10:17:16.345709598Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:17:30.306181312Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":166,"history_lines":2,"events_offset":127,"events_lines":2,"console_offset":184,"console_lines":3} +{"time":"2026-05-20T10:17:30.683417124Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:17:45.305350605Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":168,"history_lines":3,"events_offset":129,"events_lines":2,"console_offset":186,"console_lines":4} +{"time":"2026-05-20T10:17:46.424897477Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:18:00.305155188Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":171,"history_lines":3,"events_offset":131,"events_lines":2,"console_offset":189,"console_lines":3} +{"time":"2026-05-20T10:18:00.885945027Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:18:15.305541208Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":174,"history_lines":2,"events_offset":133,"events_lines":2,"console_offset":192,"console_lines":3} +{"time":"2026-05-20T10:18:16.420339438Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:18:30.304907577Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":176,"history_lines":3,"events_offset":135,"events_lines":2,"console_offset":194,"console_lines":4} +{"time":"2026-05-20T10:18:32.575260753Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:18:45.305853775Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":179,"history_lines":2,"events_offset":137,"events_lines":2,"console_offset":197,"console_lines":3} +{"time":"2026-05-20T10:18:46.727012286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:19:00.305007429Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":181,"history_lines":3,"events_offset":139,"events_lines":2,"console_offset":199,"console_lines":4} +{"time":"2026-05-20T10:19:00.854232465Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:19:15.305077933Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":184,"history_lines":3,"events_offset":141,"events_lines":2,"console_offset":202,"console_lines":4} +{"time":"2026-05-20T10:19:16.26971596Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:19:30.305405877Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":187,"history_lines":2,"events_offset":143,"events_lines":2,"console_offset":205,"console_lines":3} +{"time":"2026-05-20T10:19:31.860301272Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:19:45.305716308Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":189,"history_lines":3,"events_offset":145,"events_lines":2,"console_offset":207,"console_lines":4} +{"time":"2026-05-20T10:19:49.337767333Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:20:00.305186376Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":192,"history_lines":3,"events_offset":147,"events_lines":2,"console_offset":210,"console_lines":4} +{"time":"2026-05-20T10:20:01.660311116Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:20:15.305811665Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":195,"history_lines":3,"events_offset":149,"events_lines":2,"console_offset":213,"console_lines":4} +{"time":"2026-05-20T10:20:17.122564761Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:20:30.305042708Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":198,"history_lines":1,"events_offset":151,"events_lines":2,"console_offset":216,"console_lines":3} +{"time":"2026-05-20T10:20:32.798827798Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:20:45.30536826Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":199,"history_lines":4,"events_offset":153,"events_lines":2,"console_offset":218,"console_lines":5} +{"time":"2026-05-20T10:20:52.509582745Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:21:00.305422695Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":203,"history_lines":2,"events_offset":155,"events_lines":2,"console_offset":222,"console_lines":3} +{"time":"2026-05-20T10:21:12.710192181Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:21:15.305099014Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":205,"history_lines":3,"events_offset":157,"events_lines":2,"console_offset":224,"console_lines":4} +{"time":"2026-05-20T10:21:28.245265843Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:21:30.305216989Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":208,"history_lines":3,"events_offset":159,"events_lines":2,"console_offset":227,"console_lines":4} +{"time":"2026-05-20T10:21:39.183567756Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:21:45.305881547Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":211,"history_lines":2,"events_offset":161,"events_lines":2,"console_offset":230,"console_lines":3} +{"time":"2026-05-20T10:21:53.656278358Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:22:00.305156037Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":213,"history_lines":3,"events_offset":163,"events_lines":2,"console_offset":232,"console_lines":4} +{"time":"2026-05-20T10:22:11.514675581Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:22:15.305659016Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":216,"history_lines":3,"events_offset":165,"events_lines":2,"console_offset":235,"console_lines":4} +{"time":"2026-05-20T10:22:41.195989021Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:22:41.196535422Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":219,"history_lines":5,"events_offset":167,"events_lines":3,"console_offset":238,"console_lines":6} +{"time":"2026-05-20T10:23:05.278083561Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:23:05.278459356Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":224,"history_lines":4,"events_offset":170,"events_lines":4,"console_offset":243,"console_lines":5} +{"time":"2026-05-20T10:23:29.654186281Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:23:29.654517739Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":228,"history_lines":4,"events_offset":174,"events_lines":2,"console_offset":247,"console_lines":5} +{"time":"2026-05-20T10:23:43.141460506Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:23:43.141714307Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":232,"history_lines":3,"events_offset":176,"events_lines":2,"console_offset":251,"console_lines":4} +{"time":"2026-05-20T10:23:53.004162647Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:23:53.004385673Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":235,"history_lines":2,"events_offset":178,"events_lines":2,"console_offset":254,"console_lines":2} +{"time":"2026-05-20T10:24:11.181015877Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:24:11.181357461Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":237,"history_lines":3,"events_offset":180,"events_lines":2,"console_offset":256,"console_lines":4} +{"time":"2026-05-20T10:24:25.286613584Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:24:25.286870651Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":240,"history_lines":2,"events_offset":182,"events_lines":2,"console_offset":259,"console_lines":3} +{"time":"2026-05-20T10:24:37.744745632Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:24:37.744975317Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":242,"history_lines":3,"events_offset":184,"events_lines":2,"console_offset":261,"console_lines":4} +{"time":"2026-05-20T10:24:49.203561797Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:24:49.203851943Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":245,"history_lines":2,"events_offset":186,"events_lines":2,"console_offset":264,"console_lines":3} +{"time":"2026-05-20T10:25:04.042660999Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:25:04.04292814Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":247,"history_lines":3,"events_offset":188,"events_lines":2,"console_offset":266,"console_lines":4} +{"time":"2026-05-20T10:25:12.387688515Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:25:15.253382933Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":250,"history_lines":2,"events_offset":190,"events_lines":1,"console_offset":269,"console_lines":3} +{"time":"2026-05-20T10:25:30.415840062Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:25:30.416240654Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":252,"history_lines":2,"events_offset":191,"events_lines":2,"console_offset":271,"console_lines":3} +{"time":"2026-05-20T10:25:38.34176698Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:25:45.252554049Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":254,"history_lines":3,"events_offset":193,"events_lines":1,"console_offset":273,"console_lines":4} +{"time":"2026-05-20T10:25:53.717413908Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:26:00.253366513Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":257,"history_lines":3,"events_offset":194,"events_lines":3,"console_offset":276,"console_lines":4} +{"time":"2026-05-20T10:26:12.869310509Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:26:15.252730781Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":260,"history_lines":3,"events_offset":197,"events_lines":2,"console_offset":279,"console_lines":4} +{"time":"2026-05-20T10:26:29.828227161Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:26:30.252744306Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":263,"history_lines":2,"events_offset":199,"events_lines":2,"console_offset":282,"console_lines":3} +{"time":"2026-05-20T10:26:36.23823365Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:26:45.252766414Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":265,"history_lines":3,"events_offset":201,"events_lines":1,"console_offset":284,"console_lines":4} +{"time":"2026-05-20T10:26:53.833247405Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:27:00.252910468Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":268,"history_lines":3,"events_offset":202,"events_lines":2,"console_offset":287,"console_lines":4} +{"time":"2026-05-20T10:27:05.206891373Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:27:15.252711907Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":271,"history_lines":3,"events_offset":204,"events_lines":2,"console_offset":290,"console_lines":4} +{"time":"2026-05-20T10:27:31.887110714Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:27:31.887498808Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":274,"history_lines":3,"events_offset":206,"events_lines":4,"console_offset":293,"console_lines":4} +{"time":"2026-05-20T10:27:32.644690448Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:27:45.252680468Z","level":"INFO","msg":"filestream: sending request","total_files":3,"history_offset":277,"history_lines":2,"console_offset":296,"console_lines":3} +{"time":"2026-05-20T10:27:45.761633929Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:28:00.252746527Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":279,"history_lines":3,"events_offset":210,"events_lines":2,"console_offset":298,"console_lines":4} +{"time":"2026-05-20T10:28:00.573704342Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:28:15.253641604Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":282,"history_lines":2,"events_offset":212,"events_lines":3,"console_offset":301,"console_lines":3} +{"time":"2026-05-20T10:28:15.578825095Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:28:30.252626239Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":284,"history_lines":3,"events_offset":215,"events_lines":1,"console_offset":303,"console_lines":4} +{"time":"2026-05-20T10:28:30.592021103Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:28:45.252909066Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":287,"history_lines":3,"events_offset":216,"events_lines":2,"console_offset":306,"console_lines":4} +{"time":"2026-05-20T10:28:45.573314942Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:29:00.253647732Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":290,"history_lines":2,"events_offset":218,"events_lines":3,"console_offset":309,"console_lines":3} +{"time":"2026-05-20T10:29:00.814409533Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:29:15.253627792Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":292,"history_lines":3,"events_offset":221,"events_lines":2,"console_offset":311,"console_lines":4} +{"time":"2026-05-20T10:29:15.746075813Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:29:30.253447604Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":295,"history_lines":3,"events_offset":223,"events_lines":2,"console_offset":314,"console_lines":4} +{"time":"2026-05-20T10:29:30.757036477Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:29:45.253139595Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":298,"history_lines":1,"events_offset":225,"events_lines":1,"console_offset":317,"console_lines":3} +{"time":"2026-05-20T10:29:45.613175451Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:30:00.253469871Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":299,"history_lines":4,"events_offset":226,"events_lines":3,"console_offset":319,"console_lines":5} +{"time":"2026-05-20T10:30:00.951860168Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:30:15.253645582Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":303,"history_lines":2,"events_offset":229,"events_lines":2,"console_offset":323,"console_lines":3} +{"time":"2026-05-20T10:30:15.799395435Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:30:30.253080149Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":305,"history_lines":3,"events_offset":231,"events_lines":1,"console_offset":325,"console_lines":4} +{"time":"2026-05-20T10:30:30.862931058Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:30:45.252810366Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":308,"history_lines":3,"events_offset":232,"events_lines":2,"console_offset":328,"console_lines":4} +{"time":"2026-05-20T10:30:46.138064737Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:31:00.2528456Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":311,"history_lines":2,"events_offset":234,"events_lines":2,"console_offset":331,"console_lines":3} +{"time":"2026-05-20T10:31:00.621369585Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:31:15.253000153Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":313,"history_lines":3,"events_offset":236,"events_lines":2,"console_offset":333,"console_lines":4} +{"time":"2026-05-20T10:31:16.670168808Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:31:30.254779151Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":316,"history_lines":3,"events_offset":238,"events_lines":2,"console_offset":336,"console_lines":4} +{"time":"2026-05-20T10:31:31.381489099Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:31:45.252649763Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":319,"history_lines":2,"events_offset":240,"events_lines":2,"console_offset":339,"console_lines":3} +{"time":"2026-05-20T10:31:46.208010839Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:32:00.252698003Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":321,"history_lines":3,"events_offset":242,"events_lines":2,"console_offset":341,"console_lines":4} +{"time":"2026-05-20T10:32:00.673848429Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:32:15.252635825Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":324,"history_lines":3,"events_offset":244,"events_lines":2,"console_offset":344,"console_lines":4} +{"time":"2026-05-20T10:32:16.245446074Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:32:30.253722755Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":327,"history_lines":2,"events_offset":246,"events_lines":3,"console_offset":347,"console_lines":3} +{"time":"2026-05-20T10:32:30.581805765Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:32:45.253513449Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":329,"history_lines":3,"events_offset":249,"events_lines":2,"console_offset":349,"console_lines":4} +{"time":"2026-05-20T10:32:45.714681712Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:33:00.25275643Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":332,"history_lines":3,"events_offset":251,"events_lines":2,"console_offset":352,"console_lines":4} +{"time":"2026-05-20T10:33:00.599154666Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:33:15.253448401Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":335,"history_lines":2,"events_offset":253,"events_lines":2,"console_offset":355,"console_lines":3} +{"time":"2026-05-20T10:33:17.510623081Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:33:30.252617446Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":337,"history_lines":3,"events_offset":255,"events_lines":1,"console_offset":357,"console_lines":4} +{"time":"2026-05-20T10:33:31.331393689Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:33:45.253582786Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":340,"history_lines":3,"events_offset":256,"events_lines":3,"console_offset":360,"console_lines":4} +{"time":"2026-05-20T10:33:45.859908343Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:34:00.252805221Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":343,"history_lines":3,"events_offset":259,"events_lines":1,"console_offset":363,"console_lines":4} +{"time":"2026-05-20T10:34:01.133542678Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:34:15.252727521Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":346,"history_lines":3,"events_offset":260,"events_lines":3,"console_offset":366,"console_lines":3} +{"time":"2026-05-20T10:34:16.535956073Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:34:30.254219041Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":349,"history_lines":2,"events_offset":263,"events_lines":2,"console_offset":369,"console_lines":3} +{"time":"2026-05-20T10:34:30.872108935Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:34:45.252953072Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":351,"history_lines":3,"events_offset":265,"events_lines":1,"console_offset":371,"console_lines":4} +{"time":"2026-05-20T10:34:46.327619019Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:35:00.253367668Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":354,"history_lines":2,"events_offset":266,"events_lines":3,"console_offset":374,"console_lines":3} +{"time":"2026-05-20T10:35:01.118824541Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:35:15.253273517Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":356,"history_lines":3,"events_offset":269,"events_lines":2,"console_offset":376,"console_lines":4} +{"time":"2026-05-20T10:35:16.606893223Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:35:30.25308107Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":359,"history_lines":3,"events_offset":271,"events_lines":1,"console_offset":379,"console_lines":4} +{"time":"2026-05-20T10:35:30.853333801Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:35:45.252596867Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":362,"history_lines":3,"events_offset":272,"events_lines":2,"console_offset":382,"console_lines":4} +{"time":"2026-05-20T10:35:47.042400672Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:36:00.253568532Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":365,"history_lines":2,"events_offset":274,"events_lines":3,"console_offset":385,"console_lines":3} +{"time":"2026-05-20T10:36:01.895369656Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:36:15.252703671Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":367,"history_lines":3,"events_offset":277,"events_lines":1,"console_offset":387,"console_lines":4} +{"time":"2026-05-20T10:36:19.400642436Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:36:30.25268233Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":370,"history_lines":3,"events_offset":278,"events_lines":2,"console_offset":390,"console_lines":4} +{"time":"2026-05-20T10:36:32.224412276Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:36:45.252655604Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":373,"history_lines":3,"events_offset":280,"events_lines":2,"console_offset":393,"console_lines":4} +{"time":"2026-05-20T10:36:47.562428823Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:37:00.252692886Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":376,"history_lines":2,"events_offset":282,"events_lines":2,"console_offset":396,"console_lines":3} +{"time":"2026-05-20T10:37:02.110137643Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:37:15.252819466Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":378,"history_lines":3,"events_offset":284,"events_lines":3,"console_offset":398,"console_lines":4} +{"time":"2026-05-20T10:37:16.312295042Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:37:30.252956264Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":381,"history_lines":3,"events_offset":287,"events_lines":2,"console_offset":401,"console_lines":4} +{"time":"2026-05-20T10:37:31.19790121Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:37:45.252674887Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":384,"history_lines":3,"events_offset":289,"events_lines":1,"console_offset":404,"console_lines":4} +{"time":"2026-05-20T10:37:46.120513771Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:38:00.252768107Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":387,"history_lines":3,"events_offset":290,"events_lines":2,"console_offset":407,"console_lines":3} +{"time":"2026-05-20T10:38:01.864339343Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:38:15.25322771Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":390,"history_lines":2,"events_offset":292,"events_lines":3,"console_offset":410,"console_lines":3} +{"time":"2026-05-20T10:38:17.172343191Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:38:30.253426753Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":392,"history_lines":3,"events_offset":295,"events_lines":2,"console_offset":412,"console_lines":4} +{"time":"2026-05-20T10:38:37.161322727Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:38:45.252813754Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":395,"history_lines":3,"events_offset":297,"events_lines":1,"console_offset":415,"console_lines":4} +{"time":"2026-05-20T10:38:50.37350539Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:39:00.252807669Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":398,"history_lines":1,"events_offset":298,"events_lines":3,"console_offset":418,"console_lines":2} +{"time":"2026-05-20T10:39:02.035640081Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:39:15.253045629Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":399,"history_lines":4,"events_offset":301,"events_lines":2,"console_offset":420,"console_lines":4} +{"time":"2026-05-20T10:39:18.83289753Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:39:30.252591924Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":403,"history_lines":2,"events_offset":303,"events_lines":2,"console_offset":424,"console_lines":3} +{"time":"2026-05-20T10:39:31.248983897Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:39:45.252575781Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":405,"history_lines":3,"events_offset":305,"events_lines":2,"console_offset":426,"console_lines":4} +{"time":"2026-05-20T10:39:45.924348358Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:40:00.25355079Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":408,"history_lines":3,"events_offset":307,"events_lines":2,"console_offset":429,"console_lines":4} +{"time":"2026-05-20T10:40:00.972768781Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:40:15.252761363Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":411,"history_lines":2,"events_offset":309,"events_lines":1,"console_offset":432,"console_lines":3} +{"time":"2026-05-20T10:40:16.554135505Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:40:30.253336976Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":413,"history_lines":3,"events_offset":310,"events_lines":3,"console_offset":434,"console_lines":4} +{"time":"2026-05-20T10:40:32.411805483Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:40:45.253591431Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":416,"history_lines":3,"events_offset":313,"events_lines":1,"console_offset":437,"console_lines":3} +{"time":"2026-05-20T10:40:48.189849814Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:41:00.252671277Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":419,"history_lines":2,"events_offset":314,"events_lines":2,"console_offset":440,"console_lines":3} +{"time":"2026-05-20T10:41:01.985336282Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:41:15.253174572Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":421,"history_lines":3,"events_offset":316,"events_lines":3,"console_offset":442,"console_lines":4} +{"time":"2026-05-20T10:41:15.720114802Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:41:30.252610675Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":424,"history_lines":3,"events_offset":319,"events_lines":1,"console_offset":445,"console_lines":4} +{"time":"2026-05-20T10:41:32.148265939Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:41:45.253209346Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":427,"history_lines":2,"events_offset":320,"events_lines":2,"console_offset":448,"console_lines":3} +{"time":"2026-05-20T10:41:50.216894098Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:42:00.25276272Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":429,"history_lines":3,"events_offset":322,"events_lines":3,"console_offset":450,"console_lines":4} +{"time":"2026-05-20T10:42:06.910355369Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:42:15.252630007Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":432,"history_lines":3,"events_offset":325,"events_lines":1,"console_offset":453,"console_lines":3} +{"time":"2026-05-20T10:42:25.712166022Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:42:30.253456156Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":435,"history_lines":2,"events_offset":326,"events_lines":2,"console_offset":456,"console_lines":3} +{"time":"2026-05-20T10:42:39.685457954Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:42:45.252707316Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":3,"events_offset":328,"events_lines":2,"console_offset":458,"console_lines":4} +{"time":"2026-05-20T10:43:12.995160286Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:43:12.995422931Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":440,"history_lines":4,"events_offset":330,"events_lines":4,"console_offset":461,"console_lines":5} +{"time":"2026-05-20T10:43:27.159080795Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:43:27.159393665Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":444,"history_lines":3,"events_offset":334,"events_lines":2,"console_offset":465,"console_lines":4} +{"time":"2026-05-20T10:43:49.967214374Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:43:49.967516378Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":447,"history_lines":4,"events_offset":336,"events_lines":4,"console_offset":468,"console_lines":5} +{"time":"2026-05-20T10:44:37.695388708Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:44:37.695561589Z","level":"INFO","msg":"filestream: sending request","total_files":0} +{"time":"2026-05-20T10:44:53.739945396Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:44:53.740507952Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":451,"history_lines":9,"events_offset":340,"events_lines":6,"console_offset":472,"console_lines":10} +{"time":"2026-05-20T10:45:05.793162356Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:45:05.793380495Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":460,"history_lines":2,"events_offset":346,"events_lines":2,"console_offset":481,"console_lines":3} +{"time":"2026-05-20T10:45:34.27659521Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:45:34.27692754Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":462,"history_lines":3,"events_offset":348,"events_lines":2,"console_offset":483,"console_lines":4} +{"time":"2026-05-20T10:45:49.651501546Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:45:49.651693284Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":465,"history_lines":5,"events_offset":350,"events_lines":4,"console_offset":486,"console_lines":6} +{"time":"2026-05-20T10:45:56.714701813Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:45:56.714871238Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":470,"history_lines":2,"events_offset":354,"events_lines":2,"console_offset":491,"console_lines":3} +{"time":"2026-05-20T10:46:03.865757241Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:46:03.866013176Z","level":"INFO","msg":"filestream: sending request","total_files":3,"history_offset":472,"history_lines":2,"console_offset":493,"console_lines":3} +{"time":"2026-05-20T10:46:09.626189044Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:46:09.626398409Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":474,"history_lines":1,"events_offset":356,"events_lines":2,"console_offset":495,"console_lines":2} +{"time":"2026-05-20T10:46:20.69123859Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:46:20.691486022Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":475,"history_lines":3,"events_offset":358,"events_lines":2,"console_offset":496,"console_lines":4} +{"time":"2026-05-20T10:46:33.237556754Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:46:34.728272951Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":478,"history_lines":3,"events_offset":360,"events_lines":2,"console_offset":499,"console_lines":3} +{"time":"2026-05-20T10:46:39.463591548Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:46:49.728604597Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":481,"history_lines":2,"events_offset":362,"events_lines":2,"console_offset":502,"console_lines":3} +{"time":"2026-05-20T10:46:50.476837124Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:47:04.72795247Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":483,"history_lines":3,"events_offset":364,"events_lines":2,"console_offset":504,"console_lines":4} +{"time":"2026-05-20T10:47:05.047683836Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:47:19.728437254Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":486,"history_lines":3,"events_offset":366,"events_lines":2,"console_offset":507,"console_lines":3} +{"time":"2026-05-20T10:47:20.040011566Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:47:34.727707936Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":489,"history_lines":2,"events_offset":368,"events_lines":2,"console_offset":510,"console_lines":3} +{"time":"2026-05-20T10:47:35.017859666Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:47:49.728168164Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":491,"history_lines":3,"events_offset":370,"events_lines":2,"console_offset":512,"console_lines":4} +{"time":"2026-05-20T10:47:50.456439538Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:48:04.728431746Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":494,"history_lines":3,"events_offset":372,"events_lines":2,"console_offset":515,"console_lines":4} +{"time":"2026-05-20T10:48:05.30060098Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:48:19.728020284Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":497,"history_lines":2,"events_offset":374,"events_lines":2,"console_offset":518,"console_lines":3} +{"time":"2026-05-20T10:48:20.241556445Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:48:34.729919626Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":499,"history_lines":3,"events_offset":376,"events_lines":2,"console_offset":521,"console_lines":4} +{"time":"2026-05-20T10:48:35.252581061Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:48:49.728656996Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":502,"history_lines":2,"events_offset":378,"events_lines":2,"console_offset":524,"console_lines":3} +{"time":"2026-05-20T10:48:50.313529682Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:49:04.728736799Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":504,"history_lines":3,"events_offset":380,"events_lines":2,"console_offset":526,"console_lines":4} +{"time":"2026-05-20T10:49:05.242778692Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:49:19.728069922Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":507,"history_lines":3,"events_offset":382,"events_lines":2,"console_offset":529,"console_lines":4} +{"time":"2026-05-20T10:49:20.317081777Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:49:34.728591867Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":510,"history_lines":2,"events_offset":384,"events_lines":2,"console_offset":532,"console_lines":3} +{"time":"2026-05-20T10:49:36.359474092Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:49:49.728366587Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":512,"history_lines":3,"events_offset":386,"events_lines":2,"console_offset":534,"console_lines":4} +{"time":"2026-05-20T10:49:52.968690164Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:50:04.727787217Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":515,"history_lines":3,"events_offset":388,"events_lines":2,"console_offset":537,"console_lines":4} +{"time":"2026-05-20T10:50:08.880532065Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:50:19.730204486Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":518,"history_lines":2,"events_offset":390,"events_lines":2,"console_offset":540,"console_lines":3} +{"time":"2026-05-20T10:50:28.607700265Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:50:34.728234291Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":520,"history_lines":3,"events_offset":392,"events_lines":2,"console_offset":542,"console_lines":4} +{"time":"2026-05-20T10:50:46.114801263Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:50:49.728227096Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":523,"history_lines":2,"events_offset":394,"events_lines":2,"console_offset":545,"console_lines":3} +{"time":"2026-05-20T10:50:58.489163881Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:51:04.728426873Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":525,"history_lines":3,"events_offset":396,"events_lines":2,"console_offset":547,"console_lines":4} +{"time":"2026-05-20T10:51:10.890170694Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:51:19.728631657Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":528,"history_lines":3,"events_offset":398,"events_lines":2,"console_offset":550,"console_lines":4} +{"time":"2026-05-20T10:51:31.099133616Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:51:34.728528834Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":531,"history_lines":2,"events_offset":400,"events_lines":2,"console_offset":553,"console_lines":3} +{"time":"2026-05-20T10:51:41.480297614Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:51:49.728292725Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":533,"history_lines":3,"events_offset":402,"events_lines":2,"console_offset":555,"console_lines":4} +{"time":"2026-05-20T10:51:58.299415748Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:52:04.728073468Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":536,"history_lines":3,"events_offset":404,"events_lines":2,"console_offset":558,"console_lines":4} +{"time":"2026-05-20T10:52:09.814308898Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:52:19.728077127Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":539,"history_lines":3,"events_offset":406,"events_lines":2,"console_offset":561,"console_lines":4} +{"time":"2026-05-20T10:52:30.74385704Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:52:34.728688379Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":542,"history_lines":2,"events_offset":408,"events_lines":2,"console_offset":564,"console_lines":3} +{"time":"2026-05-20T10:52:47.176466713Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:52:49.728110276Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":544,"history_lines":3,"events_offset":410,"events_lines":2,"console_offset":566,"console_lines":4} +{"time":"2026-05-20T10:52:58.330544978Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:53:04.727739147Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":547,"history_lines":3,"events_offset":412,"events_lines":2,"console_offset":569,"console_lines":4} +{"time":"2026-05-20T10:53:08.785107494Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:53:19.728149612Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":550,"history_lines":2,"events_offset":414,"events_lines":2,"console_offset":572,"console_lines":3} +{"time":"2026-05-20T10:53:24.989626428Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:53:34.728073371Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":552,"history_lines":3,"events_offset":416,"events_lines":2,"console_offset":574,"console_lines":4} +{"time":"2026-05-20T10:53:39.741885268Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:53:49.727856246Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":555,"history_lines":3,"events_offset":418,"events_lines":2,"console_offset":577,"console_lines":4} +{"time":"2026-05-20T10:53:58.786887881Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:54:04.728189791Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":558,"history_lines":2,"events_offset":420,"events_lines":2,"console_offset":580,"console_lines":3} +{"time":"2026-05-20T10:54:09.527102597Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} +{"time":"2026-05-20T10:54:19.727875423Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":560,"history_lines":3,"events_offset":422,"events_lines":2,"console_offset":582,"console_lines":4} +{"time":"2026-05-20T10:54:24.48474026Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"} diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/debug.log b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/debug.log new file mode 100644 index 0000000000000000000000000000000000000000..5dadba91b40ac8b6d5a1e635e31b4b99c2a08b47 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/debug.log @@ -0,0 +1,19 @@ +2026-05-20 10:01:13,348 INFO MainThread:1047423 [wandb_setup.py:_flush():81] Current SDK version is 0.27.0 +2026-05-20 10:01:13,348 INFO MainThread:1047423 [wandb_setup.py:_flush():81] Configure stats pid to 1047423 +2026-05-20 10:01:13,348 INFO MainThread:1047423 [wandb_setup.py:_flush():81] Loading settings from environment variables +2026-05-20 10:01:13,348 INFO MainThread:1047423 [wandb_init.py:setup_run_log_directory():723] Logging user logs to /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_100113-rnm5uhtp/logs/debug.log +2026-05-20 10:01:13,349 INFO MainThread:1047423 [wandb_init.py:setup_run_log_directory():724] Logging internal logs to /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_100113-rnm5uhtp/logs/debug-internal.log +2026-05-20 10:01:13,349 INFO MainThread:1047423 [wandb_init.py:init():851] calling init triggers +2026-05-20 10:01:13,349 INFO MainThread:1047423 [wandb_init.py:init():856] wandb.init called with sweep_config: {} +config: {'dataset': {'repo_id': 'local/act_collected_episodes', 'root': '/home/shadeform/Desktop/robot_learning/base_new_dataset_302', 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'same_cloth_color': False, 'tfs': {'color_jitter': {'weight': 1.5, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.7, 1.3], 'contrast': [0.7, 1.3], 'saturation': [0.4, 1.6], 'hue': [-0.5, 0.5]}}, 'grayscale': {'weight': 0.5, 'type': 'RandomGrayscale', 'kwargs': {'p': 1.0}}, 'shadow': {'weight': 0.8, 'type': 'RandomShadow', 'kwargs': {'num_shadows': [1, 2], 'intensity': [0.4, 0.7], 'blur_sigma': [4.0, 20.0]}}, 'highlight': {'weight': 0.5, 'type': 'RandomHighlight', 'kwargs': {'num_highlights': [0, 1], 'intensity': [0.2, 0.5], 'sigma': [20.0, 60.0]}}, 'gamma': {'weight': 0.7, 'type': 'RandomGamma', 'kwargs': {'gamma': [0.6, 1.4]}}, 'blur': {'weight': 0.0, 'type': 'GaussianBlur', 'kwargs': {'kernel_size': [3, 3], 'sigma': [0.1, 1.5]}}, 'jpeg': {'weight': 0.0, 'type': 'RandomJPEG', 'kwargs': {'quality': [60, 95]}}, 'crop': {'weight': 0.5, 'type': 'RandomCropPreserveSize', 'kwargs': {'scale': [0.97, 1.0], 'ratio': [0.99, 1.01]}}, 'affine': {'weight': 0.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'return_uint8': False, 'streaming': False}, 'env': None, 'policy': {'type': 'diffusion', 'n_obs_steps': 2, 'input_features': {'observation.state': {'type': , 'shape': [6]}, 'observation.images.front': {'type': , 'shape': [3, 480, 640]}}, 'output_features': {'action': {'type': , 'shape': [6]}}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': False, 'repo_id': None, 'private': None, 'tags': None, 'license': None, 'pretrained_path': '/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model', 'horizon': 16, 'n_action_steps': 8, 'normalization_mapping': {'VISUAL': , 'STATE': , 'ACTION': }, 'drop_n_last_frames': 7, 'vision_backbone_type': 'dinov2', 'vision_encoder_name': 'facebook/dinov2-small', 'freeze_vision_encoder': True, 'vision_backbone': 'resnet18', 'resize_shape': [224, 224], 'crop_ratio': 1.0, 'crop_shape': None, 'crop_is_random': True, 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'use_group_norm': False, 'spatial_softmax_num_keypoints': 32, 'vit_pool_type': 'spatial_softmax', 'vit_feature_dim': 512, 'use_separate_rgb_encoder_per_camera': True, 'down_dims': [512, 1024, 2048], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDPM', 'num_train_timesteps': 100, 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_inference_steps': 100, 'compile_model': False, 'compile_mode': 'reduce-overhead', 'do_mask_loss_for_padding': False, 'optimizer_lr': 5e-06, 'optimizer_betas': [0.95, 0.999], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 1e-06, 'scheduler_name': 'cosine', 'scheduler_warmup_steps': 100}, 'reward_model': None, 'output_dir': '/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47', 'job_name': 'diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47', 'resume': False, 'seed': 1000, 'cudnn_deterministic': False, 'num_workers': 8, 'batch_size': 128, 'prefetch_factor': 4, 'persistent_workers': True, 'steps': 25000, 'eval_freq': 0, 'log_freq': 20, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 2000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adam', 'lr': 5e-06, 'weight_decay': 1e-06, 'grad_clip_norm': 10.0, 'betas': [0.95, 0.999], 'eps': 1e-08}, 'scheduler': {'type': 'diffuser', 'num_warmup_steps': 100, 'name': 'cosine'}, 'eval': {'n_episodes': 50, 'batch_size': 19, 'use_async_envs': True}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None, 'add_tags': True}, 'peft': None, 'sample_weighting': None, 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}} +2026-05-20 10:01:13,349 INFO MainThread:1047423 [wandb_init.py:init():899] starting backend +2026-05-20 10:01:13,566 INFO MainThread:1047423 [wandb_init.py:init():914] sending inform_init request +2026-05-20 10:01:13,768 INFO MainThread:1047423 [wandb_init.py:init():919] backend started and connected +2026-05-20 10:01:13,770 INFO MainThread:1047423 [wandb_init.py:init():989] updated telemetry +2026-05-20 10:01:13,773 INFO MainThread:1047423 [wandb_init.py:init():1012] communicating run to backend with 90.0 second timeout +2026-05-20 10:01:15,249 INFO MainThread:1047423 [wandb_init.py:init():1057] starting run threads in backend +2026-05-20 10:01:15,301 INFO MainThread:1047423 [wandb_run.py:_console_start():2509] atexit reg +2026-05-20 10:01:15,302 INFO MainThread:1047423 [wandb_run.py:_redirect():2359] redirect: wrap_raw +2026-05-20 10:01:15,302 INFO MainThread:1047423 [wandb_run.py:_redirect():2428] Wrapping output streams. +2026-05-20 10:01:15,302 INFO MainThread:1047423 [wandb_run.py:_redirect():2451] Redirects installed. +2026-05-20 10:01:15,303 INFO MainThread:1047423 [wandb_init.py:init():1095] run started, returning control to user process diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/files/output.log b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/files/output.log new file mode 100644 index 0000000000000000000000000000000000000000..3df87d20a9e4e015dc1367d9c64d1a8d0de4e610 --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/files/output.log @@ -0,0 +1,588 @@ +INFO 2026-05-20 10:01:15 db_utils.py:121 Logs will be synced with wandb. +INFO 2026-05-20 10:01:15 db_utils.py:122 Track this run --> https://wandb.ai/romainguntz-eth-z-rich/lerobot/runs/rnm5uhtp +INFO 2026-05-20 10:01:15 ot_train.py:236 Creating dataset +INFO 2026-05-20 10:01:15 eo_utils.py:110 Using video codec: libsvtav1 +INFO 2026-05-20 10:01:15 ot_train.py:270 Creating policy +Loading weights: 100%|███████████████████████████████████| 223/223 [00:00<00:00, 7132.52it/s] +Loading weights from local directory +INFO 2026-05-20 10:01:17 ot_train.py:347 Creating optimizer and scheduler +INFO 2026-05-20 10:01:17 ot_train.py:374 Output dir: /home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47 +INFO 2026-05-20 10:01:17 ot_train.py:381 cfg.steps=25000 (25K) +INFO 2026-05-20 10:01:17 ot_train.py:382 dataset.num_frames=181304 (181K) +INFO 2026-05-20 10:01:17 ot_train.py:383 dataset.num_episodes=302 +INFO 2026-05-20 10:01:17 ot_train.py:386 Effective batch size: 128 x 1 = 128 +INFO 2026-05-20 10:01:17 ot_train.py:387 num_learnable_params=251772134 (252M) +INFO 2026-05-20 10:01:17 ot_train.py:388 num_total_params=273828710 (274M) +Training: 0%| | 0/25000 [00:00, 'shape': [6]}, 'observation.images.front': {'type': , 'shape': [3, 480, 640]}}, 'output_features': {'action': {'type': , 'shape': [6]}}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': False, 'repo_id': None, 'private': None, 'tags': None, 'license': None, 'pretrained_path': '/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model', 'horizon': 16, 'n_action_steps': 8, 'normalization_mapping': {'VISUAL': , 'STATE': , 'ACTION': }, 'drop_n_last_frames': 7, 'vision_backbone_type': 'dinov2', 'vision_encoder_name': 'facebook/dinov2-small', 'freeze_vision_encoder': True, 'vision_backbone': 'resnet18', 'resize_shape': [224, 224], 'crop_ratio': 1.0, 'crop_shape': None, 'crop_is_random': True, 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'use_group_norm': False, 'spatial_softmax_num_keypoints': 32, 'vit_pool_type': 'spatial_softmax', 'vit_feature_dim': 512, 'use_separate_rgb_encoder_per_camera': True, 'down_dims': [512, 1024, 2048], 'kernel_size': 5, 'n_groups': 8, 'diffusion_step_embed_dim': 128, 'use_film_scale_modulation': True, 'noise_scheduler_type': 'DDPM', 'num_train_timesteps': 100, 'beta_schedule': 'squaredcos_cap_v2', 'beta_start': 0.0001, 'beta_end': 0.02, 'prediction_type': 'epsilon', 'clip_sample': True, 'clip_sample_range': 1.0, 'num_inference_steps': 100, 'compile_model': False, 'compile_mode': 'reduce-overhead', 'do_mask_loss_for_padding': False, 'optimizer_lr': 5e-06, 'optimizer_betas': [0.95, 0.999], 'optimizer_eps': 1e-08, 'optimizer_weight_decay': 1e-06, 'scheduler_name': 'cosine', 'scheduler_warmup_steps': 100}, 'reward_model': None, 'output_dir': '/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47', 'job_name': 'diffusion_specialized_302_dataset_base_from_dino_780_new_config_11H47', 'resume': False, 'seed': 1000, 'cudnn_deterministic': False, 'num_workers': 8, 'batch_size': 128, 'prefetch_factor': 4, 'persistent_workers': True, 'steps': 25000, 'eval_freq': 0, 'log_freq': 20, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 2000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adam', 'lr': 5e-06, 'weight_decay': 1e-06, 'grad_clip_norm': 10.0, 'betas': [0.95, 0.999], 'eps': 1e-08}, 'scheduler': {'type': 'diffuser', 'num_warmup_steps': 100, 'name': 'cosine'}, 'eval': {'n_episodes': 50, 'batch_size': 19, 'use_async_envs': True}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None, 'add_tags': True}, 'peft': None, 'sample_weighting': None, 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}} +2026-05-20 10:01:13,349 INFO MainThread:1047423 [wandb_init.py:init():899] starting backend +2026-05-20 10:01:13,566 INFO MainThread:1047423 [wandb_init.py:init():914] sending inform_init request +2026-05-20 10:01:13,768 INFO MainThread:1047423 [wandb_init.py:init():919] backend started and connected +2026-05-20 10:01:13,770 INFO MainThread:1047423 [wandb_init.py:init():989] updated telemetry +2026-05-20 10:01:13,773 INFO MainThread:1047423 [wandb_init.py:init():1012] communicating run to backend with 90.0 second timeout +2026-05-20 10:01:15,249 INFO MainThread:1047423 [wandb_init.py:init():1057] starting run threads in backend +2026-05-20 10:01:15,301 INFO MainThread:1047423 [wandb_run.py:_console_start():2509] atexit reg +2026-05-20 10:01:15,302 INFO MainThread:1047423 [wandb_run.py:_redirect():2359] redirect: wrap_raw +2026-05-20 10:01:15,302 INFO MainThread:1047423 [wandb_run.py:_redirect():2428] Wrapping output streams. +2026-05-20 10:01:15,302 INFO MainThread:1047423 [wandb_run.py:_redirect():2451] Redirects installed. +2026-05-20 10:01:15,303 INFO MainThread:1047423 [wandb_init.py:init():1095] run started, returning control to user process diff --git a/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb new file mode 100644 index 0000000000000000000000000000000000000000..bbb3725d5a2c771659f1ab8129db031a5654a26b --- /dev/null +++ b/checkpoints/diffusion_specialized_302_dataset_base_from_dino_780_new_dataset_config_11H47/wandb/run-20260520_100113-rnm5uhtp/run-rnm5uhtp.wandb @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38695018e7f4c0867232be65eddad451ff9b174abb1eb9d10d04919bfd066017 +size 2588672