Upload folder using huggingface_hub
Browse files- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/config.json +92 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/model.safetensors +3 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor.json +32 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor.json +56 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/train_config.json +302 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/optimizer_param_groups.json +396 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/optimizer_state.safetensors +3 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/rng_state.safetensors +3 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/scheduler_state.json +15 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/training_step.json +3 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/debug-internal.log +90 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_133928-4006sb34/files/output.log +125 -1
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_133928-4006sb34/logs/debug-internal.log +90 -0
- checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_133928-4006sb34/run-4006sb34.wandb +2 -2
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/config.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "diffusion",
|
| 3 |
+
"n_obs_steps": 2,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.front": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"output_features": {
|
| 21 |
+
"action": {
|
| 22 |
+
"type": "ACTION",
|
| 23 |
+
"shape": [
|
| 24 |
+
6
|
| 25 |
+
]
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"device": "cuda",
|
| 29 |
+
"use_amp": false,
|
| 30 |
+
"use_peft": false,
|
| 31 |
+
"push_to_hub": false,
|
| 32 |
+
"repo_id": null,
|
| 33 |
+
"private": null,
|
| 34 |
+
"tags": null,
|
| 35 |
+
"license": null,
|
| 36 |
+
"pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model",
|
| 37 |
+
"horizon": 16,
|
| 38 |
+
"n_action_steps": 8,
|
| 39 |
+
"normalization_mapping": {
|
| 40 |
+
"VISUAL": "MEAN_STD",
|
| 41 |
+
"STATE": "MIN_MAX",
|
| 42 |
+
"ACTION": "MIN_MAX"
|
| 43 |
+
},
|
| 44 |
+
"drop_n_last_frames": 7,
|
| 45 |
+
"vision_backbone_type": "dinov2",
|
| 46 |
+
"vision_encoder_name": "facebook/dinov2-small",
|
| 47 |
+
"freeze_vision_encoder": true,
|
| 48 |
+
"vision_backbone": "resnet18",
|
| 49 |
+
"resize_shape": [
|
| 50 |
+
224,
|
| 51 |
+
224
|
| 52 |
+
],
|
| 53 |
+
"crop_ratio": 1.0,
|
| 54 |
+
"crop_shape": null,
|
| 55 |
+
"crop_is_random": true,
|
| 56 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 57 |
+
"use_group_norm": false,
|
| 58 |
+
"spatial_softmax_num_keypoints": 32,
|
| 59 |
+
"vit_pool_type": "spatial_softmax",
|
| 60 |
+
"vit_feature_dim": 512,
|
| 61 |
+
"use_separate_rgb_encoder_per_camera": true,
|
| 62 |
+
"down_dims": [
|
| 63 |
+
512,
|
| 64 |
+
1024,
|
| 65 |
+
2048
|
| 66 |
+
],
|
| 67 |
+
"kernel_size": 5,
|
| 68 |
+
"n_groups": 8,
|
| 69 |
+
"diffusion_step_embed_dim": 128,
|
| 70 |
+
"use_film_scale_modulation": true,
|
| 71 |
+
"noise_scheduler_type": "DDPM",
|
| 72 |
+
"num_train_timesteps": 100,
|
| 73 |
+
"beta_schedule": "squaredcos_cap_v2",
|
| 74 |
+
"beta_start": 0.0001,
|
| 75 |
+
"beta_end": 0.02,
|
| 76 |
+
"prediction_type": "epsilon",
|
| 77 |
+
"clip_sample": true,
|
| 78 |
+
"clip_sample_range": 1.0,
|
| 79 |
+
"num_inference_steps": 100,
|
| 80 |
+
"compile_model": false,
|
| 81 |
+
"compile_mode": "reduce-overhead",
|
| 82 |
+
"do_mask_loss_for_padding": false,
|
| 83 |
+
"optimizer_lr": 5e-06,
|
| 84 |
+
"optimizer_betas": [
|
| 85 |
+
0.95,
|
| 86 |
+
0.999
|
| 87 |
+
],
|
| 88 |
+
"optimizer_eps": 1e-08,
|
| 89 |
+
"optimizer_weight_decay": 1e-06,
|
| 90 |
+
"scheduler_name": "cosine",
|
| 91 |
+
"scheduler_warmup_steps": 100
|
| 92 |
+
}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8a94c6539d979618ad877d7437df6da1d753866d9832798763a46d8a267b393
|
| 3 |
+
size 1095367712
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "policy_postprocessor",
|
| 3 |
+
"steps": [
|
| 4 |
+
{
|
| 5 |
+
"registry_name": "unnormalizer_processor",
|
| 6 |
+
"config": {
|
| 7 |
+
"eps": 1e-08,
|
| 8 |
+
"features": {
|
| 9 |
+
"action": {
|
| 10 |
+
"type": "ACTION",
|
| 11 |
+
"shape": [
|
| 12 |
+
6
|
| 13 |
+
]
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"norm_map": {
|
| 17 |
+
"VISUAL": "MEAN_STD",
|
| 18 |
+
"STATE": "MIN_MAX",
|
| 19 |
+
"ACTION": "MIN_MAX"
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"registry_name": "device_processor",
|
| 26 |
+
"config": {
|
| 27 |
+
"device": "cpu",
|
| 28 |
+
"float_dtype": null
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
]
|
| 32 |
+
}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa722e1a3a004a2005520e5e3b83f3f10af24d688b9aed6b674a778f7fa7bdfc
|
| 3 |
+
size 6560
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "policy_preprocessor",
|
| 3 |
+
"steps": [
|
| 4 |
+
{
|
| 5 |
+
"registry_name": "rename_observations_processor",
|
| 6 |
+
"config": {
|
| 7 |
+
"rename_map": {}
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"registry_name": "to_batch_processor",
|
| 12 |
+
"config": {}
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"registry_name": "device_processor",
|
| 16 |
+
"config": {
|
| 17 |
+
"device": "cuda",
|
| 18 |
+
"float_dtype": null
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"registry_name": "normalizer_processor",
|
| 23 |
+
"config": {
|
| 24 |
+
"eps": 1e-08,
|
| 25 |
+
"features": {
|
| 26 |
+
"observation.state": {
|
| 27 |
+
"type": "STATE",
|
| 28 |
+
"shape": [
|
| 29 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.front": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"action": {
|
| 41 |
+
"type": "ACTION",
|
| 42 |
+
"shape": [
|
| 43 |
+
6
|
| 44 |
+
]
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"norm_map": {
|
| 48 |
+
"VISUAL": "MEAN_STD",
|
| 49 |
+
"STATE": "MIN_MAX",
|
| 50 |
+
"ACTION": "MIN_MAX"
|
| 51 |
+
}
|
| 52 |
+
},
|
| 53 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 54 |
+
}
|
| 55 |
+
]
|
| 56 |
+
}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa722e1a3a004a2005520e5e3b83f3f10af24d688b9aed6b674a778f7fa7bdfc
|
| 3 |
+
size 6560
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/pretrained_model/train_config.json
ADDED
|
@@ -0,0 +1,302 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": {
|
| 3 |
+
"repo_id": "local/act_collected_episodes",
|
| 4 |
+
"root": "/home/shadeform/Desktop/robot_learning/base_new_dataset_pick_523",
|
| 5 |
+
"episodes": null,
|
| 6 |
+
"image_transforms": {
|
| 7 |
+
"enable": false,
|
| 8 |
+
"max_num_transforms": 3,
|
| 9 |
+
"random_order": false,
|
| 10 |
+
"same_cloth_color": false,
|
| 11 |
+
"tfs": {
|
| 12 |
+
"color_jitter": {
|
| 13 |
+
"weight": 1.5,
|
| 14 |
+
"type": "ColorJitter",
|
| 15 |
+
"kwargs": {
|
| 16 |
+
"brightness": [
|
| 17 |
+
0.7,
|
| 18 |
+
1.3
|
| 19 |
+
],
|
| 20 |
+
"contrast": [
|
| 21 |
+
0.7,
|
| 22 |
+
1.3
|
| 23 |
+
],
|
| 24 |
+
"saturation": [
|
| 25 |
+
0.4,
|
| 26 |
+
1.6
|
| 27 |
+
],
|
| 28 |
+
"hue": [
|
| 29 |
+
-0.5,
|
| 30 |
+
0.5
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"grayscale": {
|
| 35 |
+
"weight": 0.5,
|
| 36 |
+
"type": "RandomGrayscale",
|
| 37 |
+
"kwargs": {
|
| 38 |
+
"p": 1.0
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"shadow": {
|
| 42 |
+
"weight": 0.8,
|
| 43 |
+
"type": "RandomShadow",
|
| 44 |
+
"kwargs": {
|
| 45 |
+
"num_shadows": [
|
| 46 |
+
1,
|
| 47 |
+
2
|
| 48 |
+
],
|
| 49 |
+
"intensity": [
|
| 50 |
+
0.4,
|
| 51 |
+
0.7
|
| 52 |
+
],
|
| 53 |
+
"blur_sigma": [
|
| 54 |
+
4.0,
|
| 55 |
+
20.0
|
| 56 |
+
]
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
"highlight": {
|
| 60 |
+
"weight": 0.5,
|
| 61 |
+
"type": "RandomHighlight",
|
| 62 |
+
"kwargs": {
|
| 63 |
+
"num_highlights": [
|
| 64 |
+
0,
|
| 65 |
+
1
|
| 66 |
+
],
|
| 67 |
+
"intensity": [
|
| 68 |
+
0.2,
|
| 69 |
+
0.5
|
| 70 |
+
],
|
| 71 |
+
"sigma": [
|
| 72 |
+
20.0,
|
| 73 |
+
60.0
|
| 74 |
+
]
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
"gamma": {
|
| 78 |
+
"weight": 0.7,
|
| 79 |
+
"type": "RandomGamma",
|
| 80 |
+
"kwargs": {
|
| 81 |
+
"gamma": [
|
| 82 |
+
0.6,
|
| 83 |
+
1.4
|
| 84 |
+
]
|
| 85 |
+
}
|
| 86 |
+
},
|
| 87 |
+
"blur": {
|
| 88 |
+
"weight": 0.0,
|
| 89 |
+
"type": "GaussianBlur",
|
| 90 |
+
"kwargs": {
|
| 91 |
+
"kernel_size": [
|
| 92 |
+
3,
|
| 93 |
+
3
|
| 94 |
+
],
|
| 95 |
+
"sigma": [
|
| 96 |
+
0.1,
|
| 97 |
+
1.5
|
| 98 |
+
]
|
| 99 |
+
}
|
| 100 |
+
},
|
| 101 |
+
"jpeg": {
|
| 102 |
+
"weight": 0.0,
|
| 103 |
+
"type": "RandomJPEG",
|
| 104 |
+
"kwargs": {
|
| 105 |
+
"quality": [
|
| 106 |
+
60,
|
| 107 |
+
95
|
| 108 |
+
]
|
| 109 |
+
}
|
| 110 |
+
},
|
| 111 |
+
"crop": {
|
| 112 |
+
"weight": 0.5,
|
| 113 |
+
"type": "RandomCropPreserveSize",
|
| 114 |
+
"kwargs": {
|
| 115 |
+
"scale": [
|
| 116 |
+
0.97,
|
| 117 |
+
1.0
|
| 118 |
+
],
|
| 119 |
+
"ratio": [
|
| 120 |
+
0.99,
|
| 121 |
+
1.01
|
| 122 |
+
]
|
| 123 |
+
}
|
| 124 |
+
},
|
| 125 |
+
"affine": {
|
| 126 |
+
"weight": 0.0,
|
| 127 |
+
"type": "RandomAffine",
|
| 128 |
+
"kwargs": {
|
| 129 |
+
"degrees": [
|
| 130 |
+
-5.0,
|
| 131 |
+
5.0
|
| 132 |
+
],
|
| 133 |
+
"translate": [
|
| 134 |
+
0.05,
|
| 135 |
+
0.05
|
| 136 |
+
]
|
| 137 |
+
}
|
| 138 |
+
},
|
| 139 |
+
"sharpness": {
|
| 140 |
+
"weight": 1.0,
|
| 141 |
+
"type": "SharpnessJitter",
|
| 142 |
+
"kwargs": {
|
| 143 |
+
"sharpness": [
|
| 144 |
+
0.5,
|
| 145 |
+
1.5
|
| 146 |
+
]
|
| 147 |
+
}
|
| 148 |
+
}
|
| 149 |
+
}
|
| 150 |
+
},
|
| 151 |
+
"revision": null,
|
| 152 |
+
"use_imagenet_stats": true,
|
| 153 |
+
"video_backend": "pyav",
|
| 154 |
+
"return_uint8": false,
|
| 155 |
+
"streaming": false
|
| 156 |
+
},
|
| 157 |
+
"env": null,
|
| 158 |
+
"policy": {
|
| 159 |
+
"type": "diffusion",
|
| 160 |
+
"n_obs_steps": 2,
|
| 161 |
+
"input_features": {
|
| 162 |
+
"observation.state": {
|
| 163 |
+
"type": "STATE",
|
| 164 |
+
"shape": [
|
| 165 |
+
6
|
| 166 |
+
]
|
| 167 |
+
},
|
| 168 |
+
"observation.images.front": {
|
| 169 |
+
"type": "VISUAL",
|
| 170 |
+
"shape": [
|
| 171 |
+
3,
|
| 172 |
+
480,
|
| 173 |
+
640
|
| 174 |
+
]
|
| 175 |
+
}
|
| 176 |
+
},
|
| 177 |
+
"output_features": {
|
| 178 |
+
"action": {
|
| 179 |
+
"type": "ACTION",
|
| 180 |
+
"shape": [
|
| 181 |
+
6
|
| 182 |
+
]
|
| 183 |
+
}
|
| 184 |
+
},
|
| 185 |
+
"device": "cuda",
|
| 186 |
+
"use_amp": false,
|
| 187 |
+
"use_peft": false,
|
| 188 |
+
"push_to_hub": false,
|
| 189 |
+
"repo_id": null,
|
| 190 |
+
"private": null,
|
| 191 |
+
"tags": null,
|
| 192 |
+
"license": null,
|
| 193 |
+
"pretrained_path": "/home/shadeform/Desktop/robot_learning/checkpoints/diffusion_780_new_dataset_dino/checkpoints/400000/pretrained_model",
|
| 194 |
+
"horizon": 16,
|
| 195 |
+
"n_action_steps": 8,
|
| 196 |
+
"normalization_mapping": {
|
| 197 |
+
"VISUAL": "MEAN_STD",
|
| 198 |
+
"STATE": "MIN_MAX",
|
| 199 |
+
"ACTION": "MIN_MAX"
|
| 200 |
+
},
|
| 201 |
+
"drop_n_last_frames": 7,
|
| 202 |
+
"vision_backbone_type": "dinov2",
|
| 203 |
+
"vision_encoder_name": "facebook/dinov2-small",
|
| 204 |
+
"freeze_vision_encoder": true,
|
| 205 |
+
"vision_backbone": "resnet18",
|
| 206 |
+
"resize_shape": [
|
| 207 |
+
224,
|
| 208 |
+
224
|
| 209 |
+
],
|
| 210 |
+
"crop_ratio": 1.0,
|
| 211 |
+
"crop_shape": null,
|
| 212 |
+
"crop_is_random": true,
|
| 213 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 214 |
+
"use_group_norm": false,
|
| 215 |
+
"spatial_softmax_num_keypoints": 32,
|
| 216 |
+
"vit_pool_type": "spatial_softmax",
|
| 217 |
+
"vit_feature_dim": 512,
|
| 218 |
+
"use_separate_rgb_encoder_per_camera": true,
|
| 219 |
+
"down_dims": [
|
| 220 |
+
512,
|
| 221 |
+
1024,
|
| 222 |
+
2048
|
| 223 |
+
],
|
| 224 |
+
"kernel_size": 5,
|
| 225 |
+
"n_groups": 8,
|
| 226 |
+
"diffusion_step_embed_dim": 128,
|
| 227 |
+
"use_film_scale_modulation": true,
|
| 228 |
+
"noise_scheduler_type": "DDPM",
|
| 229 |
+
"num_train_timesteps": 100,
|
| 230 |
+
"beta_schedule": "squaredcos_cap_v2",
|
| 231 |
+
"beta_start": 0.0001,
|
| 232 |
+
"beta_end": 0.02,
|
| 233 |
+
"prediction_type": "epsilon",
|
| 234 |
+
"clip_sample": true,
|
| 235 |
+
"clip_sample_range": 1.0,
|
| 236 |
+
"num_inference_steps": 100,
|
| 237 |
+
"compile_model": false,
|
| 238 |
+
"compile_mode": "reduce-overhead",
|
| 239 |
+
"do_mask_loss_for_padding": false,
|
| 240 |
+
"optimizer_lr": 5e-06,
|
| 241 |
+
"optimizer_betas": [
|
| 242 |
+
0.95,
|
| 243 |
+
0.999
|
| 244 |
+
],
|
| 245 |
+
"optimizer_eps": 1e-08,
|
| 246 |
+
"optimizer_weight_decay": 1e-06,
|
| 247 |
+
"scheduler_name": "cosine",
|
| 248 |
+
"scheduler_warmup_steps": 100
|
| 249 |
+
},
|
| 250 |
+
"reward_model": null,
|
| 251 |
+
"output_dir": "/home/shadeform/Desktop/robot_learning/outputs/train/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47",
|
| 252 |
+
"job_name": "diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47",
|
| 253 |
+
"resume": false,
|
| 254 |
+
"seed": 1000,
|
| 255 |
+
"cudnn_deterministic": false,
|
| 256 |
+
"num_workers": 8,
|
| 257 |
+
"batch_size": 128,
|
| 258 |
+
"prefetch_factor": 4,
|
| 259 |
+
"persistent_workers": true,
|
| 260 |
+
"steps": 25000,
|
| 261 |
+
"eval_freq": 0,
|
| 262 |
+
"log_freq": 20,
|
| 263 |
+
"tolerance_s": 0.0001,
|
| 264 |
+
"save_checkpoint": true,
|
| 265 |
+
"save_freq": 2000,
|
| 266 |
+
"use_policy_training_preset": true,
|
| 267 |
+
"optimizer": {
|
| 268 |
+
"type": "adam",
|
| 269 |
+
"lr": 5e-06,
|
| 270 |
+
"weight_decay": 1e-06,
|
| 271 |
+
"grad_clip_norm": 10.0,
|
| 272 |
+
"betas": [
|
| 273 |
+
0.95,
|
| 274 |
+
0.999
|
| 275 |
+
],
|
| 276 |
+
"eps": 1e-08
|
| 277 |
+
},
|
| 278 |
+
"scheduler": {
|
| 279 |
+
"type": "diffuser",
|
| 280 |
+
"num_warmup_steps": 100,
|
| 281 |
+
"name": "cosine"
|
| 282 |
+
},
|
| 283 |
+
"eval": {
|
| 284 |
+
"n_episodes": 50,
|
| 285 |
+
"batch_size": 19,
|
| 286 |
+
"use_async_envs": true
|
| 287 |
+
},
|
| 288 |
+
"wandb": {
|
| 289 |
+
"enable": true,
|
| 290 |
+
"disable_artifact": false,
|
| 291 |
+
"project": "lerobot",
|
| 292 |
+
"entity": null,
|
| 293 |
+
"notes": null,
|
| 294 |
+
"run_id": "4006sb34",
|
| 295 |
+
"mode": null,
|
| 296 |
+
"add_tags": true
|
| 297 |
+
},
|
| 298 |
+
"peft": null,
|
| 299 |
+
"sample_weighting": null,
|
| 300 |
+
"rename_map": {},
|
| 301 |
+
"checkpoint_path": null
|
| 302 |
+
}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/optimizer_param_groups.json
ADDED
|
@@ -0,0 +1,396 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"lr": 3.29051916724206e-06,
|
| 4 |
+
"betas": [
|
| 5 |
+
0.95,
|
| 6 |
+
0.999
|
| 7 |
+
],
|
| 8 |
+
"eps": 1e-08,
|
| 9 |
+
"weight_decay": 1e-06,
|
| 10 |
+
"amsgrad": false,
|
| 11 |
+
"maximize": false,
|
| 12 |
+
"foreach": null,
|
| 13 |
+
"capturable": false,
|
| 14 |
+
"differentiable": false,
|
| 15 |
+
"fused": null,
|
| 16 |
+
"decoupled_weight_decay": false,
|
| 17 |
+
"initial_lr": 5e-06,
|
| 18 |
+
"params": [
|
| 19 |
+
0,
|
| 20 |
+
1,
|
| 21 |
+
2,
|
| 22 |
+
3,
|
| 23 |
+
4,
|
| 24 |
+
5,
|
| 25 |
+
6,
|
| 26 |
+
7,
|
| 27 |
+
8,
|
| 28 |
+
9,
|
| 29 |
+
10,
|
| 30 |
+
11,
|
| 31 |
+
12,
|
| 32 |
+
13,
|
| 33 |
+
14,
|
| 34 |
+
15,
|
| 35 |
+
16,
|
| 36 |
+
17,
|
| 37 |
+
18,
|
| 38 |
+
19,
|
| 39 |
+
20,
|
| 40 |
+
21,
|
| 41 |
+
22,
|
| 42 |
+
23,
|
| 43 |
+
24,
|
| 44 |
+
25,
|
| 45 |
+
26,
|
| 46 |
+
27,
|
| 47 |
+
28,
|
| 48 |
+
29,
|
| 49 |
+
30,
|
| 50 |
+
31,
|
| 51 |
+
32,
|
| 52 |
+
33,
|
| 53 |
+
34,
|
| 54 |
+
35,
|
| 55 |
+
36,
|
| 56 |
+
37,
|
| 57 |
+
38,
|
| 58 |
+
39,
|
| 59 |
+
40,
|
| 60 |
+
41,
|
| 61 |
+
42,
|
| 62 |
+
43,
|
| 63 |
+
44,
|
| 64 |
+
45,
|
| 65 |
+
46,
|
| 66 |
+
47,
|
| 67 |
+
48,
|
| 68 |
+
49,
|
| 69 |
+
50,
|
| 70 |
+
51,
|
| 71 |
+
52,
|
| 72 |
+
53,
|
| 73 |
+
54,
|
| 74 |
+
55,
|
| 75 |
+
56,
|
| 76 |
+
57,
|
| 77 |
+
58,
|
| 78 |
+
59,
|
| 79 |
+
60,
|
| 80 |
+
61,
|
| 81 |
+
62,
|
| 82 |
+
63,
|
| 83 |
+
64,
|
| 84 |
+
65,
|
| 85 |
+
66,
|
| 86 |
+
67,
|
| 87 |
+
68,
|
| 88 |
+
69,
|
| 89 |
+
70,
|
| 90 |
+
71,
|
| 91 |
+
72,
|
| 92 |
+
73,
|
| 93 |
+
74,
|
| 94 |
+
75,
|
| 95 |
+
76,
|
| 96 |
+
77,
|
| 97 |
+
78,
|
| 98 |
+
79,
|
| 99 |
+
80,
|
| 100 |
+
81,
|
| 101 |
+
82,
|
| 102 |
+
83,
|
| 103 |
+
84,
|
| 104 |
+
85,
|
| 105 |
+
86,
|
| 106 |
+
87,
|
| 107 |
+
88,
|
| 108 |
+
89,
|
| 109 |
+
90,
|
| 110 |
+
91,
|
| 111 |
+
92,
|
| 112 |
+
93,
|
| 113 |
+
94,
|
| 114 |
+
95,
|
| 115 |
+
96,
|
| 116 |
+
97,
|
| 117 |
+
98,
|
| 118 |
+
99,
|
| 119 |
+
100,
|
| 120 |
+
101,
|
| 121 |
+
102,
|
| 122 |
+
103,
|
| 123 |
+
104,
|
| 124 |
+
105,
|
| 125 |
+
106,
|
| 126 |
+
107,
|
| 127 |
+
108,
|
| 128 |
+
109,
|
| 129 |
+
110,
|
| 130 |
+
111,
|
| 131 |
+
112,
|
| 132 |
+
113,
|
| 133 |
+
114,
|
| 134 |
+
115,
|
| 135 |
+
116,
|
| 136 |
+
117,
|
| 137 |
+
118,
|
| 138 |
+
119,
|
| 139 |
+
120,
|
| 140 |
+
121,
|
| 141 |
+
122,
|
| 142 |
+
123,
|
| 143 |
+
124,
|
| 144 |
+
125,
|
| 145 |
+
126,
|
| 146 |
+
127,
|
| 147 |
+
128,
|
| 148 |
+
129,
|
| 149 |
+
130,
|
| 150 |
+
131,
|
| 151 |
+
132,
|
| 152 |
+
133,
|
| 153 |
+
134,
|
| 154 |
+
135,
|
| 155 |
+
136,
|
| 156 |
+
137,
|
| 157 |
+
138,
|
| 158 |
+
139,
|
| 159 |
+
140,
|
| 160 |
+
141,
|
| 161 |
+
142,
|
| 162 |
+
143,
|
| 163 |
+
144,
|
| 164 |
+
145,
|
| 165 |
+
146,
|
| 166 |
+
147,
|
| 167 |
+
148,
|
| 168 |
+
149,
|
| 169 |
+
150,
|
| 170 |
+
151,
|
| 171 |
+
152,
|
| 172 |
+
153,
|
| 173 |
+
154,
|
| 174 |
+
155,
|
| 175 |
+
156,
|
| 176 |
+
157,
|
| 177 |
+
158,
|
| 178 |
+
159,
|
| 179 |
+
160,
|
| 180 |
+
161,
|
| 181 |
+
162,
|
| 182 |
+
163,
|
| 183 |
+
164,
|
| 184 |
+
165,
|
| 185 |
+
166,
|
| 186 |
+
167,
|
| 187 |
+
168,
|
| 188 |
+
169,
|
| 189 |
+
170,
|
| 190 |
+
171,
|
| 191 |
+
172,
|
| 192 |
+
173,
|
| 193 |
+
174,
|
| 194 |
+
175,
|
| 195 |
+
176,
|
| 196 |
+
177,
|
| 197 |
+
178,
|
| 198 |
+
179,
|
| 199 |
+
180,
|
| 200 |
+
181,
|
| 201 |
+
182,
|
| 202 |
+
183,
|
| 203 |
+
184,
|
| 204 |
+
185,
|
| 205 |
+
186,
|
| 206 |
+
187,
|
| 207 |
+
188,
|
| 208 |
+
189,
|
| 209 |
+
190,
|
| 210 |
+
191,
|
| 211 |
+
192,
|
| 212 |
+
193,
|
| 213 |
+
194,
|
| 214 |
+
195,
|
| 215 |
+
196,
|
| 216 |
+
197,
|
| 217 |
+
198,
|
| 218 |
+
199,
|
| 219 |
+
200,
|
| 220 |
+
201,
|
| 221 |
+
202,
|
| 222 |
+
203,
|
| 223 |
+
204,
|
| 224 |
+
205,
|
| 225 |
+
206,
|
| 226 |
+
207,
|
| 227 |
+
208,
|
| 228 |
+
209,
|
| 229 |
+
210,
|
| 230 |
+
211,
|
| 231 |
+
212,
|
| 232 |
+
213,
|
| 233 |
+
214,
|
| 234 |
+
215,
|
| 235 |
+
216,
|
| 236 |
+
217,
|
| 237 |
+
218,
|
| 238 |
+
219,
|
| 239 |
+
220,
|
| 240 |
+
221,
|
| 241 |
+
222,
|
| 242 |
+
223,
|
| 243 |
+
224,
|
| 244 |
+
225,
|
| 245 |
+
226,
|
| 246 |
+
227,
|
| 247 |
+
228,
|
| 248 |
+
229,
|
| 249 |
+
230,
|
| 250 |
+
231,
|
| 251 |
+
232,
|
| 252 |
+
233,
|
| 253 |
+
234,
|
| 254 |
+
235,
|
| 255 |
+
236,
|
| 256 |
+
237,
|
| 257 |
+
238,
|
| 258 |
+
239,
|
| 259 |
+
240,
|
| 260 |
+
241,
|
| 261 |
+
242,
|
| 262 |
+
243,
|
| 263 |
+
244,
|
| 264 |
+
245,
|
| 265 |
+
246,
|
| 266 |
+
247,
|
| 267 |
+
248,
|
| 268 |
+
249,
|
| 269 |
+
250,
|
| 270 |
+
251,
|
| 271 |
+
252,
|
| 272 |
+
253,
|
| 273 |
+
254,
|
| 274 |
+
255,
|
| 275 |
+
256,
|
| 276 |
+
257,
|
| 277 |
+
258,
|
| 278 |
+
259,
|
| 279 |
+
260,
|
| 280 |
+
261,
|
| 281 |
+
262,
|
| 282 |
+
263,
|
| 283 |
+
264,
|
| 284 |
+
265,
|
| 285 |
+
266,
|
| 286 |
+
267,
|
| 287 |
+
268,
|
| 288 |
+
269,
|
| 289 |
+
270,
|
| 290 |
+
271,
|
| 291 |
+
272,
|
| 292 |
+
273,
|
| 293 |
+
274,
|
| 294 |
+
275,
|
| 295 |
+
276,
|
| 296 |
+
277,
|
| 297 |
+
278,
|
| 298 |
+
279,
|
| 299 |
+
280,
|
| 300 |
+
281,
|
| 301 |
+
282,
|
| 302 |
+
283,
|
| 303 |
+
284,
|
| 304 |
+
285,
|
| 305 |
+
286,
|
| 306 |
+
287,
|
| 307 |
+
288,
|
| 308 |
+
289,
|
| 309 |
+
290,
|
| 310 |
+
291,
|
| 311 |
+
292,
|
| 312 |
+
293,
|
| 313 |
+
294,
|
| 314 |
+
295,
|
| 315 |
+
296,
|
| 316 |
+
297,
|
| 317 |
+
298,
|
| 318 |
+
299,
|
| 319 |
+
300,
|
| 320 |
+
301,
|
| 321 |
+
302,
|
| 322 |
+
303,
|
| 323 |
+
304,
|
| 324 |
+
305,
|
| 325 |
+
306,
|
| 326 |
+
307,
|
| 327 |
+
308,
|
| 328 |
+
309,
|
| 329 |
+
310,
|
| 330 |
+
311,
|
| 331 |
+
312,
|
| 332 |
+
313,
|
| 333 |
+
314,
|
| 334 |
+
315,
|
| 335 |
+
316,
|
| 336 |
+
317,
|
| 337 |
+
318,
|
| 338 |
+
319,
|
| 339 |
+
320,
|
| 340 |
+
321,
|
| 341 |
+
322,
|
| 342 |
+
323,
|
| 343 |
+
324,
|
| 344 |
+
325,
|
| 345 |
+
326,
|
| 346 |
+
327,
|
| 347 |
+
328,
|
| 348 |
+
329,
|
| 349 |
+
330,
|
| 350 |
+
331,
|
| 351 |
+
332,
|
| 352 |
+
333,
|
| 353 |
+
334,
|
| 354 |
+
335,
|
| 355 |
+
336,
|
| 356 |
+
337,
|
| 357 |
+
338,
|
| 358 |
+
339,
|
| 359 |
+
340,
|
| 360 |
+
341,
|
| 361 |
+
342,
|
| 362 |
+
343,
|
| 363 |
+
344,
|
| 364 |
+
345,
|
| 365 |
+
346,
|
| 366 |
+
347,
|
| 367 |
+
348,
|
| 368 |
+
349,
|
| 369 |
+
350,
|
| 370 |
+
351,
|
| 371 |
+
352,
|
| 372 |
+
353,
|
| 373 |
+
354,
|
| 374 |
+
355,
|
| 375 |
+
356,
|
| 376 |
+
357,
|
| 377 |
+
358,
|
| 378 |
+
359,
|
| 379 |
+
360,
|
| 380 |
+
361,
|
| 381 |
+
362,
|
| 382 |
+
363,
|
| 383 |
+
364,
|
| 384 |
+
365,
|
| 385 |
+
366,
|
| 386 |
+
367,
|
| 387 |
+
368,
|
| 388 |
+
369,
|
| 389 |
+
370,
|
| 390 |
+
371,
|
| 391 |
+
372,
|
| 392 |
+
373,
|
| 393 |
+
374
|
| 394 |
+
]
|
| 395 |
+
}
|
| 396 |
+
]
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/optimizer_state.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5511071cfa5419da03c261037e98feae9030b47bc90cc8bfa2375b79ff2e63bc
|
| 3 |
+
size 2014217744
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/rng_state.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc05a6493d51126c002345b76931de8ed6b00ad9369e696ca2e93fadccd913ad
|
| 3 |
+
size 15708
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/scheduler_state.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_lrs": [
|
| 3 |
+
5e-06
|
| 4 |
+
],
|
| 5 |
+
"last_epoch": 10000,
|
| 6 |
+
"_step_count": 10001,
|
| 7 |
+
"_is_initial": false,
|
| 8 |
+
"_get_lr_called_within_step": false,
|
| 9 |
+
"_last_lr": [
|
| 10 |
+
3.29051916724206e-06
|
| 11 |
+
],
|
| 12 |
+
"lr_lambdas": [
|
| 13 |
+
null
|
| 14 |
+
]
|
| 15 |
+
}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/checkpoints/010000/training_state/training_step.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 10000
|
| 3 |
+
}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/debug-internal.log
CHANGED
|
@@ -333,3 +333,93 @@
|
|
| 333 |
{"time":"2026-05-20T14:20:00.045358567Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 334 |
{"time":"2026-05-20T14:20:14.839735336Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":431,"history_lines":3,"events_offset":323,"events_lines":2,"console_offset":452,"console_lines":4}
|
| 335 |
{"time":"2026-05-20T14:20:15.104251971Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 333 |
{"time":"2026-05-20T14:20:00.045358567Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 334 |
{"time":"2026-05-20T14:20:14.839735336Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":431,"history_lines":3,"events_offset":323,"events_lines":2,"console_offset":452,"console_lines":4}
|
| 335 |
{"time":"2026-05-20T14:20:15.104251971Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 336 |
+
{"time":"2026-05-20T14:20:29.840301199Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":434,"history_lines":3,"events_offset":325,"events_lines":2,"console_offset":455,"console_lines":4}
|
| 337 |
+
{"time":"2026-05-20T14:20:30.187239648Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 338 |
+
{"time":"2026-05-20T14:20:44.839949221Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":2,"events_offset":327,"events_lines":2,"console_offset":458,"console_lines":3}
|
| 339 |
+
{"time":"2026-05-20T14:20:45.087697347Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 340 |
+
{"time":"2026-05-20T14:20:59.839712823Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":439,"history_lines":3,"events_offset":329,"events_lines":2,"console_offset":460,"console_lines":4}
|
| 341 |
+
{"time":"2026-05-20T14:21:00.227276859Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 342 |
+
{"time":"2026-05-20T14:21:14.84020692Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":442,"history_lines":3,"events_offset":331,"events_lines":2,"console_offset":463,"console_lines":4}
|
| 343 |
+
{"time":"2026-05-20T14:21:15.230096435Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 344 |
+
{"time":"2026-05-20T14:21:29.840703778Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":445,"history_lines":2,"events_offset":333,"events_lines":2,"console_offset":466,"console_lines":3}
|
| 345 |
+
{"time":"2026-05-20T14:21:30.194702388Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 346 |
+
{"time":"2026-05-20T14:21:44.840332106Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":447,"history_lines":3,"events_offset":335,"events_lines":2,"console_offset":468,"console_lines":4}
|
| 347 |
+
{"time":"2026-05-20T14:21:45.09770072Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 348 |
+
{"time":"2026-05-20T14:21:59.840258104Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":450,"history_lines":3,"events_offset":337,"events_lines":2,"console_offset":471,"console_lines":4}
|
| 349 |
+
{"time":"2026-05-20T14:22:00.034928897Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 350 |
+
{"time":"2026-05-20T14:22:14.840419284Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":453,"history_lines":2,"events_offset":339,"events_lines":2,"console_offset":474,"console_lines":3}
|
| 351 |
+
{"time":"2026-05-20T14:22:15.199867852Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 352 |
+
{"time":"2026-05-20T14:22:29.839957147Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":455,"history_lines":3,"events_offset":341,"events_lines":2,"console_offset":476,"console_lines":4}
|
| 353 |
+
{"time":"2026-05-20T14:22:30.763480778Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 354 |
+
{"time":"2026-05-20T14:22:44.840297551Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":458,"history_lines":3,"events_offset":343,"events_lines":2,"console_offset":479,"console_lines":4}
|
| 355 |
+
{"time":"2026-05-20T14:22:45.159343653Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 356 |
+
{"time":"2026-05-20T14:22:59.840175963Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":461,"history_lines":2,"events_offset":345,"events_lines":2,"console_offset":482,"console_lines":3}
|
| 357 |
+
{"time":"2026-05-20T14:23:00.179891961Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 358 |
+
{"time":"2026-05-20T14:23:14.840798078Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":463,"history_lines":3,"events_offset":347,"events_lines":2,"console_offset":484,"console_lines":4}
|
| 359 |
+
{"time":"2026-05-20T14:23:15.243566939Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 360 |
+
{"time":"2026-05-20T14:23:29.840606265Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":466,"history_lines":3,"events_offset":349,"events_lines":2,"console_offset":487,"console_lines":4}
|
| 361 |
+
{"time":"2026-05-20T14:23:30.223510079Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 362 |
+
{"time":"2026-05-20T14:23:44.840755571Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":469,"history_lines":3,"events_offset":351,"events_lines":2,"console_offset":490,"console_lines":4}
|
| 363 |
+
{"time":"2026-05-20T14:23:45.333324796Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 364 |
+
{"time":"2026-05-20T14:23:59.840579547Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":472,"history_lines":2,"events_offset":353,"events_lines":2,"console_offset":493,"console_lines":3}
|
| 365 |
+
{"time":"2026-05-20T14:24:00.197056537Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 366 |
+
{"time":"2026-05-20T14:24:14.840677121Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":474,"history_lines":3,"events_offset":355,"events_lines":2,"console_offset":495,"console_lines":4}
|
| 367 |
+
{"time":"2026-05-20T14:24:15.317934179Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 368 |
+
{"time":"2026-05-20T14:24:29.840763809Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":477,"history_lines":3,"events_offset":357,"events_lines":2,"console_offset":498,"console_lines":4}
|
| 369 |
+
{"time":"2026-05-20T14:24:30.329384487Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 370 |
+
{"time":"2026-05-20T14:24:44.840076993Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":480,"history_lines":3,"events_offset":359,"events_lines":2,"console_offset":501,"console_lines":3}
|
| 371 |
+
{"time":"2026-05-20T14:24:45.387389669Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 372 |
+
{"time":"2026-05-20T14:24:59.839747488Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":483,"history_lines":2,"events_offset":361,"events_lines":2,"console_offset":504,"console_lines":3}
|
| 373 |
+
{"time":"2026-05-20T14:25:00.217682959Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 374 |
+
{"time":"2026-05-20T14:25:14.840303346Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":485,"history_lines":3,"events_offset":363,"events_lines":2,"console_offset":506,"console_lines":4}
|
| 375 |
+
{"time":"2026-05-20T14:25:15.183702811Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 376 |
+
{"time":"2026-05-20T14:25:29.839906923Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":488,"history_lines":3,"events_offset":365,"events_lines":2,"console_offset":509,"console_lines":3}
|
| 377 |
+
{"time":"2026-05-20T14:25:30.086986393Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 378 |
+
{"time":"2026-05-20T14:25:44.840319761Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":491,"history_lines":2,"events_offset":367,"events_lines":2,"console_offset":512,"console_lines":3}
|
| 379 |
+
{"time":"2026-05-20T14:25:45.173570073Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 380 |
+
{"time":"2026-05-20T14:25:59.840476159Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":493,"history_lines":3,"events_offset":369,"events_lines":2,"console_offset":514,"console_lines":4}
|
| 381 |
+
{"time":"2026-05-20T14:26:00.141201321Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 382 |
+
{"time":"2026-05-20T14:26:14.839997906Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":496,"history_lines":3,"events_offset":371,"events_lines":2,"console_offset":517,"console_lines":4}
|
| 383 |
+
{"time":"2026-05-20T14:26:15.063563727Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 384 |
+
{"time":"2026-05-20T14:26:29.839730045Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":499,"history_lines":2,"events_offset":373,"events_lines":2,"console_offset":521,"console_lines":3}
|
| 385 |
+
{"time":"2026-05-20T14:26:30.592532634Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 386 |
+
{"time":"2026-05-20T14:26:44.840178409Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":501,"history_lines":3,"events_offset":375,"events_lines":2,"console_offset":523,"console_lines":4}
|
| 387 |
+
{"time":"2026-05-20T14:26:45.099905601Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 388 |
+
{"time":"2026-05-20T14:26:59.840456264Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":504,"history_lines":2,"events_offset":377,"events_lines":2,"console_offset":526,"console_lines":3}
|
| 389 |
+
{"time":"2026-05-20T14:27:00.164618635Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 390 |
+
{"time":"2026-05-20T14:27:14.840171129Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":506,"history_lines":3,"events_offset":379,"events_lines":2,"console_offset":528,"console_lines":4}
|
| 391 |
+
{"time":"2026-05-20T14:27:15.198357705Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 392 |
+
{"time":"2026-05-20T14:27:29.840700279Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":509,"history_lines":3,"events_offset":381,"events_lines":2,"console_offset":531,"console_lines":4}
|
| 393 |
+
{"time":"2026-05-20T14:27:30.123601565Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 394 |
+
{"time":"2026-05-20T14:27:44.840425247Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":512,"history_lines":2,"events_offset":383,"events_lines":2,"console_offset":534,"console_lines":3}
|
| 395 |
+
{"time":"2026-05-20T14:27:45.124533818Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 396 |
+
{"time":"2026-05-20T14:27:59.840514168Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":514,"history_lines":3,"events_offset":385,"events_lines":2,"console_offset":536,"console_lines":4}
|
| 397 |
+
{"time":"2026-05-20T14:28:00.27658563Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 398 |
+
{"time":"2026-05-20T14:28:14.839946431Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":517,"history_lines":3,"events_offset":387,"events_lines":2,"console_offset":539,"console_lines":4}
|
| 399 |
+
{"time":"2026-05-20T14:28:15.120598568Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 400 |
+
{"time":"2026-05-20T14:28:29.840143887Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":520,"history_lines":3,"events_offset":389,"events_lines":2,"console_offset":542,"console_lines":3}
|
| 401 |
+
{"time":"2026-05-20T14:28:30.336163612Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 402 |
+
{"time":"2026-05-20T14:28:44.84073704Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":523,"history_lines":2,"events_offset":391,"events_lines":2,"console_offset":545,"console_lines":3}
|
| 403 |
+
{"time":"2026-05-20T14:28:45.120471534Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 404 |
+
{"time":"2026-05-20T14:28:59.840306954Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":525,"history_lines":3,"events_offset":393,"events_lines":2,"console_offset":547,"console_lines":4}
|
| 405 |
+
{"time":"2026-05-20T14:29:00.120363608Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 406 |
+
{"time":"2026-05-20T14:29:14.840609588Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":528,"history_lines":3,"events_offset":395,"events_lines":2,"console_offset":550,"console_lines":4}
|
| 407 |
+
{"time":"2026-05-20T14:29:15.194793795Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 408 |
+
{"time":"2026-05-20T14:29:29.8400892Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":531,"history_lines":2,"events_offset":397,"events_lines":2,"console_offset":553,"console_lines":3}
|
| 409 |
+
{"time":"2026-05-20T14:29:30.050314365Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 410 |
+
{"time":"2026-05-20T14:29:44.839731181Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":533,"history_lines":3,"events_offset":399,"events_lines":2,"console_offset":555,"console_lines":4}
|
| 411 |
+
{"time":"2026-05-20T14:29:44.992086725Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 412 |
+
{"time":"2026-05-20T14:29:59.840153329Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":536,"history_lines":3,"events_offset":401,"events_lines":2,"console_offset":558,"console_lines":4}
|
| 413 |
+
{"time":"2026-05-20T14:30:00.100378054Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 414 |
+
{"time":"2026-05-20T14:30:14.840493436Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":539,"history_lines":3,"events_offset":403,"events_lines":2,"console_offset":561,"console_lines":3}
|
| 415 |
+
{"time":"2026-05-20T14:30:15.241424447Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 416 |
+
{"time":"2026-05-20T14:30:29.84031476Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":542,"history_lines":2,"events_offset":405,"events_lines":2,"console_offset":564,"console_lines":3}
|
| 417 |
+
{"time":"2026-05-20T14:30:30.12454031Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 418 |
+
{"time":"2026-05-20T14:30:44.840195088Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":544,"history_lines":3,"events_offset":407,"events_lines":2,"console_offset":566,"console_lines":4}
|
| 419 |
+
{"time":"2026-05-20T14:30:45.101552765Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 420 |
+
{"time":"2026-05-20T14:30:59.839778101Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":547,"history_lines":3,"events_offset":409,"events_lines":2,"console_offset":569,"console_lines":4}
|
| 421 |
+
{"time":"2026-05-20T14:31:00.11274424Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 422 |
+
{"time":"2026-05-20T14:31:14.840676452Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":550,"history_lines":2,"events_offset":411,"events_lines":2,"console_offset":572,"console_lines":3}
|
| 423 |
+
{"time":"2026-05-20T14:31:15.120484048Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 424 |
+
{"time":"2026-05-20T14:31:29.840645202Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":552,"history_lines":3,"events_offset":413,"events_lines":2,"console_offset":574,"console_lines":4}
|
| 425 |
+
{"time":"2026-05-20T14:31:30.041670229Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_133928-4006sb34/files/output.log
CHANGED
|
@@ -453,4 +453,128 @@ Training: 35%|█████████████▍
|
|
| 453 |
Training: 35%|████████████▊ | 8660/25000 [40:29<2:00:38, 2.26step/s]INFO 2026-05-20 14:20:02 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.39 loss:0.009 grdn:0.133 lr:3.7e-06 updt_s:0.115 data_s:0.199
|
| 454 |
Training: 35%|█████████████▌ | 8680/25000 [40:35<58:01, 4.69step/s]INFO 2026-05-20 14:20:07 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.40 loss:0.009 grdn:0.139 lr:3.7e-06 updt_s:0.113 data_s:0.140
|
| 455 |
Training: 35%|████████████▉ | 8700/25000 [40:41<1:54:48, 2.37step/s]INFO 2026-05-20 14:20:13 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.41 loss:0.008 grdn:0.141 lr:3.7e-06 updt_s:0.112 data_s:0.207
|
| 456 |
-
Training: 35%|█████████████▌ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 453 |
Training: 35%|████████████▊ | 8660/25000 [40:29<2:00:38, 2.26step/s]INFO 2026-05-20 14:20:02 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.39 loss:0.009 grdn:0.133 lr:3.7e-06 updt_s:0.115 data_s:0.199
|
| 454 |
Training: 35%|█████████████▌ | 8680/25000 [40:35<58:01, 4.69step/s]INFO 2026-05-20 14:20:07 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.40 loss:0.009 grdn:0.139 lr:3.7e-06 updt_s:0.113 data_s:0.140
|
| 455 |
Training: 35%|████████████▉ | 8700/25000 [40:41<1:54:48, 2.37step/s]INFO 2026-05-20 14:20:13 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.41 loss:0.008 grdn:0.141 lr:3.7e-06 updt_s:0.112 data_s:0.207
|
| 456 |
+
Training: 35%|█████████████▌ | 8720/25000 [40:46<53:26, 5.08step/s]INFO 2026-05-20 14:20:18 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.42 loss:0.009 grdn:0.153 lr:3.7e-06 updt_s:0.125 data_s:0.128
|
| 457 |
+
Training: 35%|████████████▉ | 8740/25000 [40:52<1:45:40, 2.56step/s]INFO 2026-05-20 14:20:24 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.44 loss:0.009 grdn:0.142 lr:3.7e-06 updt_s:0.113 data_s:0.192
|
| 458 |
+
Training: 35%|█████████████▋ | 8760/25000 [40:57<49:06, 5.51step/s]INFO 2026-05-20 14:20:29 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.45 loss:0.009 grdn:0.150 lr:3.7e-06 updt_s:0.119 data_s:0.124
|
| 459 |
+
Training: 35%|████████████▉ | 8780/25000 [41:03<1:33:44, 2.88step/s]INFO 2026-05-20 14:20:35 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.46 loss:0.009 grdn:0.134 lr:3.6e-06 updt_s:0.116 data_s:0.184
|
| 460 |
+
Training: 35%|█████████████▋ | 8800/25000 [41:08<52:17, 5.16step/s]INFO 2026-05-20 14:20:40 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.47 loss:0.009 grdn:0.138 lr:3.6e-06 updt_s:0.110 data_s:0.139
|
| 461 |
+
Training: 35%|█████████████ | 8820/25000 [41:14<1:17:13, 3.49step/s]INFO 2026-05-20 14:20:46 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.48 loss:0.008 grdn:0.133 lr:3.6e-06 updt_s:0.106 data_s:0.185
|
| 462 |
+
Training: 35%|█████████████ | 8840/25000 [41:19<1:03:53, 4.22step/s]INFO 2026-05-20 14:20:51 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.49 loss:0.009 grdn:0.139 lr:3.6e-06 updt_s:0.108 data_s:0.167
|
| 463 |
+
Training: 35%|█████████████ | 8860/25000 [41:25<1:35:35, 2.81step/s]INFO 2026-05-20 14:20:57 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.50 loss:0.009 grdn:0.139 lr:3.6e-06 updt_s:0.115 data_s:0.184
|
| 464 |
+
Training: 36%|█████████████▊ | 8880/25000 [41:31<55:33, 4.84step/s]INFO 2026-05-20 14:21:03 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.51 loss:0.009 grdn:0.134 lr:3.6e-06 updt_s:0.121 data_s:0.133
|
| 465 |
+
Training: 36%|█████████████▏ | 8900/25000 [41:36<1:29:31, 3.00step/s]INFO 2026-05-20 14:21:08 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.52 loss:0.009 grdn:0.130 lr:3.6e-06 updt_s:0.111 data_s:0.174
|
| 466 |
+
Training: 36%|█████████████▏ | 8920/25000 [41:42<1:01:22, 4.37step/s]INFO 2026-05-20 14:21:14 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.53 loss:0.008 grdn:0.140 lr:3.6e-06 updt_s:0.113 data_s:0.149
|
| 467 |
+
Training: 36%|█████████████▏ | 8940/25000 [41:47<1:20:19, 3.33step/s]INFO 2026-05-20 14:21:19 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.54 loss:0.009 grdn:0.144 lr:3.6e-06 updt_s:0.118 data_s:0.171
|
| 468 |
+
Training: 36%|█████████████▉ | 8960/25000 [41:52<51:36, 5.18step/s]INFO 2026-05-20 14:21:24 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.55 loss:0.009 grdn:0.134 lr:3.6e-06 updt_s:0.107 data_s:0.141
|
| 469 |
+
Training: 36%|█████████████▎ | 8980/25000 [41:58<1:04:17, 4.15step/s]INFO 2026-05-20 14:21:30 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.56 loss:0.009 grdn:0.135 lr:3.6e-06 updt_s:0.115 data_s:0.181
|
| 470 |
+
Training: 36%|██████████████ | 9000/25000 [42:03<43:10, 6.18step/s]INFO 2026-05-20 14:21:35 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.57 loss:0.009 grdn:0.136 lr:3.6e-06 updt_s:0.121 data_s:0.132
|
| 471 |
+
Training: 36%|█████████████▎ | 9020/25000 [42:10<1:10:06, 3.80step/s]INFO 2026-05-20 14:21:42 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.58 loss:0.009 grdn:0.132 lr:3.6e-06 updt_s:0.117 data_s:0.190
|
| 472 |
+
Training: 36%|██████████████ | 9040/25000 [42:15<40:14, 6.61step/s]INFO 2026-05-20 14:21:47 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.59 loss:0.009 grdn:0.145 lr:3.6e-06 updt_s:0.113 data_s:0.134
|
| 473 |
+
Training: 36%|█████████████▍ | 9060/25000 [42:21<1:18:24, 3.39step/s]INFO 2026-05-20 14:21:53 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.60 loss:0.009 grdn:0.145 lr:3.6e-06 updt_s:0.115 data_s:0.198
|
| 474 |
+
Training: 36%|██████████████▏ | 9080/25000 [42:26<42:12, 6.29step/s]INFO 2026-05-20 14:21:58 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.61 loss:0.008 grdn:0.135 lr:3.6e-06 updt_s:0.111 data_s:0.135
|
| 475 |
+
Training: 36%|█████████████▍ | 9100/25000 [42:32<1:07:36, 3.92step/s]INFO 2026-05-20 14:22:04 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.62 loss:0.009 grdn:0.149 lr:3.6e-06 updt_s:0.110 data_s:0.188
|
| 476 |
+
Training: 36%|██████████████▏ | 9120/25000 [42:37<40:17, 6.57step/s]INFO 2026-05-20 14:22:09 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.63 loss:0.008 grdn:0.134 lr:3.6e-06 updt_s:0.115 data_s:0.121
|
| 477 |
+
Training: 37%|█████████████▌ | 9140/25000 [42:43<1:08:53, 3.84step/s]INFO 2026-05-20 14:22:15 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.64 loss:0.009 grdn:0.143 lr:3.5e-06 updt_s:0.116 data_s:0.186
|
| 478 |
+
Training: 37%|██████████████▎ | 9160/25000 [42:47<39:56, 6.61step/s]INFO 2026-05-20 14:22:19 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.65 loss:0.009 grdn:0.130 lr:3.5e-06 updt_s:0.114 data_s:0.126
|
| 479 |
+
Training: 37%|█████████████▌ | 9180/25000 [42:53<1:03:38, 4.14step/s]INFO 2026-05-20 14:22:25 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.66 loss:0.008 grdn:0.137 lr:3.5e-06 updt_s:0.109 data_s:0.193
|
| 480 |
+
Training: 37%|██████████████▎ | 9200/25000 [42:59<46:10, 5.70step/s]INFO 2026-05-20 14:22:31 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.67 loss:0.009 grdn:0.147 lr:3.5e-06 updt_s:0.112 data_s:0.150
|
| 481 |
+
Training: 37%|█████████████▋ | 9220/25000 [43:05<1:05:36, 4.01step/s]INFO 2026-05-20 14:22:37 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.68 loss:0.008 grdn:0.143 lr:3.5e-06 updt_s:0.114 data_s:0.198
|
| 482 |
+
Training: 37%|██████████████▍ | 9240/25000 [43:10<40:51, 6.43step/s]INFO 2026-05-20 14:22:42 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.69 loss:0.009 grdn:0.138 lr:3.5e-06 updt_s:0.120 data_s:0.129
|
| 483 |
+
Training: 37%|█████████████▋ | 9260/25000 [43:16<1:08:05, 3.85step/s]INFO 2026-05-20 14:22:48 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.70 loss:0.008 grdn:0.145 lr:3.5e-06 updt_s:0.114 data_s:0.200
|
| 484 |
+
Training: 37%|██████████████▍ | 9280/25000 [43:21<42:12, 6.21step/s]INFO 2026-05-20 14:22:53 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.71 loss:0.009 grdn:0.136 lr:3.5e-06 updt_s:0.115 data_s:0.134
|
| 485 |
+
Training: 37%|█████████████▊ | 9300/25000 [43:28<1:09:14, 3.78step/s]INFO 2026-05-20 14:23:00 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.72 loss:0.009 grdn:0.144 lr:3.5e-06 updt_s:0.116 data_s:0.196
|
| 486 |
+
Training: 37%|██████████████▌ | 9320/25000 [43:32<40:04, 6.52step/s]INFO 2026-05-20 14:23:04 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.73 loss:0.009 grdn:0.137 lr:3.5e-06 updt_s:0.116 data_s:0.122
|
| 487 |
+
Training: 37%|█████████████▊ | 9340/25000 [43:38<1:02:32, 4.17step/s]INFO 2026-05-20 14:23:10 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.74 loss:0.009 grdn:0.148 lr:3.5e-06 updt_s:0.113 data_s:0.188
|
| 488 |
+
Training: 37%|██████████████▌ | 9360/25000 [43:43<38:51, 6.71step/s]INFO 2026-05-20 14:23:15 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.75 loss:0.009 grdn:0.137 lr:3.5e-06 updt_s:0.112 data_s:0.128
|
| 489 |
+
Training: 38%|█████████████▉ | 9380/25000 [43:49<1:06:22, 3.92step/s]INFO 2026-05-20 14:23:21 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.76 loss:0.009 grdn:0.149 lr:3.5e-06 updt_s:0.114 data_s:0.194
|
| 490 |
+
Training: 38%|██████████████▋ | 9400/25000 [43:54<40:18, 6.45step/s]INFO 2026-05-20 14:23:26 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.77 loss:0.009 grdn:0.137 lr:3.5e-06 updt_s:0.118 data_s:0.122
|
| 491 |
+
Training: 38%|█████████████▉ | 9420/25000 [44:00<1:07:08, 3.87step/s]INFO 2026-05-20 14:23:32 ot_train.py:488 step:9K smpl:1M ep:2K epch:4.78 loss:0.008 grdn:0.139 lr:3.5e-06 updt_s:0.114 data_s:0.191
|
| 492 |
+
Training: 38%|██████████████▋ | 9440/25000 [44:05<42:15, 6.14step/s]INFO 2026-05-20 14:23:37 ot_train.py:488 step:9K smpl:1M ep:3K epch:4.79 loss:0.009 grdn:0.144 lr:3.5e-06 updt_s:0.118 data_s:0.129
|
| 493 |
+
Training: 38%|██████████████ | 9460/25000 [44:11<1:05:41, 3.94step/s]INFO 2026-05-20 14:23:43 ot_train.py:488 step:9K smpl:1M ep:3K epch:4.80 loss:0.009 grdn:0.137 lr:3.5e-06 updt_s:0.115 data_s:0.190
|
| 494 |
+
Training: 38%|██████████████▊ | 9480/25000 [44:17<40:32, 6.38step/s]INFO 2026-05-20 14:23:49 ot_train.py:488 step:9K smpl:1M ep:3K epch:4.81 loss:0.009 grdn:0.143 lr:3.4e-06 updt_s:0.115 data_s:0.143
|
| 495 |
+
Training: 38%|██████████████ | 9500/25000 [44:23<1:04:07, 4.03step/s]INFO 2026-05-20 14:23:55 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.82 loss:0.009 grdn:0.133 lr:3.4e-06 updt_s:0.111 data_s:0.191
|
| 496 |
+
Training: 38%|██████████████▊ | 9520/25000 [44:28<41:50, 6.17step/s]INFO 2026-05-20 14:24:00 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.83 loss:0.009 grdn:0.141 lr:3.4e-06 updt_s:0.115 data_s:0.134
|
| 497 |
+
Training: 38%|██████████████ | 9540/25000 [44:34<1:07:13, 3.83step/s]INFO 2026-05-20 14:24:06 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.84 loss:0.009 grdn:0.148 lr:3.4e-06 updt_s:0.118 data_s:0.191
|
| 498 |
+
Training: 38%|██████████████▉ | 9560/25000 [44:39<40:25, 6.37step/s]INFO 2026-05-20 14:24:11 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.85 loss:0.009 grdn:0.133 lr:3.4e-06 updt_s:0.115 data_s:0.121
|
| 499 |
+
Training: 38%|██████████████▏ | 9580/25000 [44:45<1:05:24, 3.93step/s]INFO 2026-05-20 14:24:17 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.86 loss:0.009 grdn:0.135 lr:3.4e-06 updt_s:0.115 data_s:0.185
|
| 500 |
+
Training: 38%|██████████████▉ | 9600/25000 [44:49<41:16, 6.22step/s]INFO 2026-05-20 14:24:22 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.87 loss:0.009 grdn:0.146 lr:3.4e-06 updt_s:0.117 data_s:0.125
|
| 501 |
+
Training: 38%|██████████████▏ | 9620/25000 [44:56<1:02:24, 4.11step/s]INFO 2026-05-20 14:24:28 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.88 loss:0.008 grdn:0.136 lr:3.4e-06 updt_s:0.107 data_s:0.198
|
| 502 |
+
Training: 39%|███████████████ | 9640/25000 [45:01<51:44, 4.95step/s]INFO 2026-05-20 14:24:33 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.89 loss:0.009 grdn:0.134 lr:3.4e-06 updt_s:0.115 data_s:0.140
|
| 503 |
+
Training: 39%|███████████████ | 9660/25000 [45:06<58:16, 4.39step/s]INFO 2026-05-20 14:24:38 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.90 loss:0.009 grdn:0.131 lr:3.4e-06 updt_s:0.110 data_s:0.175
|
| 504 |
+
Training: 39%|███████████████ | 9680/25000 [45:12<51:21, 4.97step/s]INFO 2026-05-20 14:24:44 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.91 loss:0.008 grdn:0.138 lr:3.4e-06 updt_s:0.116 data_s:0.148
|
| 505 |
+
Training: 39%|███████████████▏ | 9700/25000 [45:17<55:40, 4.58step/s]INFO 2026-05-20 14:24:49 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.92 loss:0.009 grdn:0.139 lr:3.4e-06 updt_s:0.106 data_s:0.161
|
| 506 |
+
Training: 39%|██████████████▍ | 9720/25000 [45:24<1:27:31, 2.91step/s]INFO 2026-05-20 14:24:56 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.93 loss:0.008 grdn:0.146 lr:3.4e-06 updt_s:0.098 data_s:0.253
|
| 507 |
+
Training: 39%|██████████████▍ | 9740/25000 [45:30<1:42:14, 2.49step/s]INFO 2026-05-20 14:25:02 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.94 loss:0.008 grdn:0.138 lr:3.4e-06 updt_s:0.104 data_s:0.195
|
| 508 |
+
Training: 39%|███████████████▏ | 9760/25000 [45:35<45:20, 5.60step/s]INFO 2026-05-20 14:25:07 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.95 loss:0.009 grdn:0.149 lr:3.4e-06 updt_s:0.108 data_s:0.124
|
| 509 |
+
Training: 39%|██████████████▍ | 9780/25000 [45:41<1:34:43, 2.68step/s]INFO 2026-05-20 14:25:13 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.96 loss:0.008 grdn:0.139 lr:3.4e-06 updt_s:0.111 data_s:0.192
|
| 510 |
+
Training: 39%|███████████████▎ | 9800/25000 [45:46<46:40, 5.43step/s]INFO 2026-05-20 14:25:18 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.97 loss:0.008 grdn:0.135 lr:3.4e-06 updt_s:0.112 data_s:0.132
|
| 511 |
+
Training: 39%|██████████████▌ | 9820/25000 [45:52<1:34:58, 2.66step/s]INFO 2026-05-20 14:25:24 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.98 loss:0.009 grdn:0.138 lr:3.3e-06 updt_s:0.112 data_s:0.194
|
| 512 |
+
Training: 39%|███████████████▎ | 9840/25000 [45:57<50:05, 5.04step/s]INFO 2026-05-20 14:25:29 ot_train.py:488 step:10K smpl:1M ep:3K epch:4.99 loss:0.009 grdn:0.143 lr:3.3e-06 updt_s:0.106 data_s:0.160
|
| 513 |
+
Training: 39%|██████████████▌ | 9860/25000 [46:03<1:19:48, 3.16step/s]INFO 2026-05-20 14:25:35 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.00 loss:0.009 grdn:0.131 lr:3.3e-06 updt_s:0.104 data_s:0.181
|
| 514 |
+
Training: 40%|███████████████▍ | 9880/25000 [46:08<50:09, 5.02step/s]INFO 2026-05-20 14:25:40 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.01 loss:0.008 grdn:0.138 lr:3.3e-06 updt_s:0.102 data_s:0.161
|
| 515 |
+
Training: 40%|██████████████▋ | 9900/25000 [46:14<1:29:24, 2.81step/s]INFO 2026-05-20 14:25:46 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.02 loss:0.009 grdn:0.153 lr:3.3e-06 updt_s:0.108 data_s:0.193
|
| 516 |
+
Training: 40%|███████████████▍ | 9920/25000 [46:19<51:59, 4.83step/s]INFO 2026-05-20 14:25:51 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.03 loss:0.008 grdn:0.136 lr:3.3e-06 updt_s:0.114 data_s:0.139
|
| 517 |
+
Training: 40%|██████████████▋ | 9940/25000 [46:25<1:22:33, 3.04step/s]INFO 2026-05-20 14:25:57 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.04 loss:0.009 grdn:0.139 lr:3.3e-06 updt_s:0.105 data_s:0.184
|
| 518 |
+
Training: 40%|███████████████▌ | 9960/25000 [46:30<49:07, 5.10step/s]INFO 2026-05-20 14:26:02 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.05 loss:0.009 grdn:0.136 lr:3.3e-06 updt_s:0.105 data_s:0.157
|
| 519 |
+
Training: 40%|██████████████▊ | 9980/25000 [46:36<1:37:12, 2.58step/s]INFO 2026-05-20 14:26:08 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.06 loss:0.008 grdn:0.140 lr:3.3e-06 updt_s:0.109 data_s:0.192
|
| 520 |
+
Training: 40%|███████████████▏ | 10000/25000 [46:41<46:02, 5.43step/s]INFO 2026-05-20 14:26:13 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.07 loss:0.009 grdn:0.138 lr:3.3e-06 updt_s:0.107 data_s:0.139
|
| 521 |
+
INFO 2026-05-20 14:26:13 ot_train.py:502 Checkpoint policy after step 10000
|
| 522 |
+
Training: 40%|███████████████▏ | 10020/25000 [46:54<29:58, 8.33step/s]INFO 2026-05-20 14:26:26 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.08 loss:0.009 grdn:0.143 lr:3.3e-06 updt_s:0.103 data_s:0.010
|
| 523 |
+
Training: 40%|███████████████▎ | 10040/25000 [46:56<31:25, 7.93step/s]INFO 2026-05-20 14:26:28 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.09 loss:0.009 grdn:0.133 lr:3.3e-06 updt_s:0.111 data_s:0.013
|
| 524 |
+
Training: 40%|██████████████▍ | 10060/25000 [47:01<1:17:40, 3.21step/s]INFO 2026-05-20 14:26:33 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.10 loss:0.009 grdn:0.142 lr:3.3e-06 updt_s:0.108 data_s:0.146
|
| 525 |
+
Training: 40%|███████████████▎ | 10080/25000 [47:06<42:03, 5.91step/s]INFO 2026-05-20 14:26:38 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.11 loss:0.009 grdn:0.148 lr:3.3e-06 updt_s:0.116 data_s:0.120
|
| 526 |
+
Training: 40%|██████████████▌ | 10100/25000 [47:12<1:14:46, 3.32step/s]INFO 2026-05-20 14:26:44 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.13 loss:0.009 grdn:0.145 lr:3.3e-06 updt_s:0.117 data_s:0.177
|
| 527 |
+
Training: 40%|██████████████▌ | 10120/25000 [47:17<1:04:42, 3.83step/s]INFO 2026-05-20 14:26:49 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.14 loss:0.009 grdn:0.138 lr:3.3e-06 updt_s:0.104 data_s:0.152
|
| 528 |
+
Training: 41%|██████████████▌ | 10140/25000 [47:23<1:17:24, 3.20step/s]INFO 2026-05-20 14:26:55 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.15 loss:0.009 grdn:0.138 lr:3.3e-06 updt_s:0.113 data_s:0.191
|
| 529 |
+
Training: 41%|██████████████▋ | 10160/25000 [47:28<1:01:49, 4.00step/s]INFO 2026-05-20 14:27:00 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.16 loss:0.008 grdn:0.138 lr:3.2e-06 updt_s:0.110 data_s:0.155
|
| 530 |
+
Training: 41%|██████████████▋ | 10180/25000 [47:34<1:12:09, 3.42step/s]INFO 2026-05-20 14:27:06 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.17 loss:0.008 grdn:0.134 lr:3.2e-06 updt_s:0.114 data_s:0.173
|
| 531 |
+
Training: 41%|███████████████▌ | 10200/25000 [47:39<44:47, 5.51step/s]INFO 2026-05-20 14:27:11 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.18 loss:0.009 grdn:0.139 lr:3.2e-06 updt_s:0.113 data_s:0.141
|
| 532 |
+
Training: 41%|██████████████▋ | 10220/25000 [47:45<1:07:41, 3.64step/s]INFO 2026-05-20 14:27:17 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.19 loss:0.008 grdn:0.146 lr:3.2e-06 updt_s:0.116 data_s:0.179
|
| 533 |
+
Training: 41%|██████████████▋ | 10240/25000 [47:50<1:11:57, 3.42step/s]INFO 2026-05-20 14:27:23 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.20 loss:0.008 grdn:0.141 lr:3.2e-06 updt_s:0.110 data_s:0.149
|
| 534 |
+
Training: 41%|██████████████▊ | 10260/25000 [47:56<1:07:17, 3.65step/s]INFO 2026-05-20 14:27:28 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.21 loss:0.009 grdn:0.142 lr:3.2e-06 updt_s:0.110 data_s:0.177
|
| 535 |
+
Training: 41%|██████████████▊ | 10280/25000 [48:02<1:21:38, 3.01step/s]INFO 2026-05-20 14:27:34 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.22 loss:0.009 grdn:0.142 lr:3.2e-06 updt_s:0.110 data_s:0.158
|
| 536 |
+
Training: 41%|██████████████▊ | 10300/25000 [48:07<1:00:02, 4.08step/s]INFO 2026-05-20 14:27:39 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.23 loss:0.009 grdn:0.152 lr:3.2e-06 updt_s:0.110 data_s:0.159
|
| 537 |
+
Training: 41%|██████████████▊ | 10320/25000 [48:13<1:24:56, 2.88step/s]INFO 2026-05-20 14:27:45 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.24 loss:0.009 grdn:0.136 lr:3.2e-06 updt_s:0.109 data_s:0.177
|
| 538 |
+
Training: 41%|██████████████▉ | 10340/25000 [48:18<1:12:57, 3.35step/s]INFO 2026-05-20 14:27:50 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.25 loss:0.009 grdn:0.134 lr:3.2e-06 updt_s:0.113 data_s:0.166
|
| 539 |
+
Training: 41%|██████████████▉ | 10360/25000 [48:24<1:24:46, 2.88step/s]INFO 2026-05-20 14:27:56 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.26 loss:0.009 grdn:0.136 lr:3.2e-06 updt_s:0.107 data_s:0.167
|
| 540 |
+
Training: 42%|██████████████▉ | 10380/25000 [48:30<1:15:44, 3.22step/s]INFO 2026-05-20 14:28:02 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.27 loss:0.009 grdn:0.140 lr:3.2e-06 updt_s:0.113 data_s:0.171
|
| 541 |
+
Training: 42%|██████████████▉ | 10400/25000 [48:35<1:19:58, 3.04step/s]INFO 2026-05-20 14:28:07 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.28 loss:0.009 grdn:0.139 lr:3.2e-06 updt_s:0.108 data_s:0.167
|
| 542 |
+
Training: 42%|███████████████ | 10420/25000 [48:41<1:17:07, 3.15step/s]INFO 2026-05-20 14:28:13 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.29 loss:0.009 grdn:0.136 lr:3.2e-06 updt_s:0.111 data_s:0.166
|
| 543 |
+
Training: 42%|███████████████ | 10440/25000 [48:46<1:11:43, 3.38step/s]INFO 2026-05-20 14:28:18 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.30 loss:0.009 grdn:0.140 lr:3.2e-06 updt_s:0.109 data_s:0.163
|
| 544 |
+
Training: 42%|███████████████ | 10460/25000 [48:52<1:13:37, 3.29step/s]INFO 2026-05-20 14:28:24 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.31 loss:0.009 grdn:0.135 lr:3.2e-06 updt_s:0.112 data_s:0.167
|
| 545 |
+
Training: 42%|███████████████▉ | 10480/25000 [48:57<56:33, 4.28step/s]INFO 2026-05-20 14:28:29 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.32 loss:0.010 grdn:0.140 lr:3.1e-06 updt_s:0.111 data_s:0.164
|
| 546 |
+
Training: 42%|███████████████ | 10500/25000 [49:03<1:12:26, 3.34step/s]INFO 2026-05-20 14:28:35 ot_train.py:488 step:10K smpl:1M ep:3K epch:5.33 loss:0.009 grdn:0.136 lr:3.1e-06 updt_s:0.113 data_s:0.170
|
| 547 |
+
Training: 42%|███████████████▏ | 10520/25000 [49:09<1:28:37, 2.72step/s]INFO 2026-05-20 14:28:41 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.34 loss:0.009 grdn:0.144 lr:3.1e-06 updt_s:0.107 data_s:0.186
|
| 548 |
+
Training: 42%|████████████████ | 10540/25000 [49:14<59:40, 4.04step/s]INFO 2026-05-20 14:28:46 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.35 loss:0.009 grdn:0.146 lr:3.1e-06 updt_s:0.111 data_s:0.143
|
| 549 |
+
Training: 42%|███████████████▏ | 10560/25000 [49:20<1:02:36, 3.84step/s]INFO 2026-05-20 14:28:52 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.36 loss:0.009 grdn:0.144 lr:3.1e-06 updt_s:0.114 data_s:0.166
|
| 550 |
+
Training: 42%|███████████████▏ | 10580/25000 [49:25<1:15:47, 3.17step/s]INFO 2026-05-20 14:28:57 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.37 loss:0.009 grdn:0.141 lr:3.1e-06 updt_s:0.114 data_s:0.166
|
| 551 |
+
Training: 42%|███████████████▎ | 10600/25000 [49:31<1:06:38, 3.60step/s]INFO 2026-05-20 14:29:03 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.38 loss:0.008 grdn:0.135 lr:3.1e-06 updt_s:0.112 data_s:0.157
|
| 552 |
+
Training: 42%|███████████████▎ | 10620/25000 [49:36<1:20:34, 2.97step/s]INFO 2026-05-20 14:29:08 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.39 loss:0.009 grdn:0.138 lr:3.1e-06 updt_s:0.111 data_s:0.177
|
| 553 |
+
Training: 43%|████████████████▏ | 10640/25000 [49:41<46:16, 5.17step/s]INFO 2026-05-20 14:29:13 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.40 loss:0.008 grdn:0.130 lr:3.1e-06 updt_s:0.114 data_s:0.134
|
| 554 |
+
Training: 43%|███████████████▎ | 10660/25000 [49:47<1:11:48, 3.33step/s]INFO 2026-05-20 14:29:19 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.41 loss:0.008 grdn:0.139 lr:3.1e-06 updt_s:0.109 data_s:0.182
|
| 555 |
+
Training: 43%|████████████████▏ | 10680/25000 [49:53<59:23, 4.02step/s]INFO 2026-05-20 14:29:25 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.42 loss:0.009 grdn:0.137 lr:3.1e-06 updt_s:0.112 data_s:0.164
|
| 556 |
+
Training: 43%|████████████████▎ | 10700/25000 [49:58<59:40, 3.99step/s]INFO 2026-05-20 14:29:30 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.43 loss:0.009 grdn:0.132 lr:3.1e-06 updt_s:0.110 data_s:0.153
|
| 557 |
+
Training: 43%|████████████████▎ | 10720/25000 [50:04<58:00, 4.10step/s]INFO 2026-05-20 14:29:36 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.44 loss:0.008 grdn:0.131 lr:3.1e-06 updt_s:0.115 data_s:0.171
|
| 558 |
+
Training: 43%|███████████████▍ | 10740/25000 [50:09<1:05:07, 3.65step/s]INFO 2026-05-20 14:29:41 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.45 loss:0.008 grdn:0.135 lr:3.1e-06 updt_s:0.114 data_s:0.158
|
| 559 |
+
Training: 43%|████████████████▎ | 10760/25000 [50:15<53:39, 4.42step/s]INFO 2026-05-20 14:29:47 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.46 loss:0.009 grdn:0.137 lr:3.1e-06 updt_s:0.114 data_s:0.161
|
| 560 |
+
Training: 43%|███████████████▌ | 10780/25000 [50:20<1:02:12, 3.81step/s]INFO 2026-05-20 14:29:52 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.47 loss:0.009 grdn:0.139 lr:3.1e-06 updt_s:0.116 data_s:0.152
|
| 561 |
+
Training: 43%|███████████████▌ | 10800/25000 [50:26<1:00:05, 3.94step/s]INFO 2026-05-20 14:29:58 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.48 loss:0.009 grdn:0.139 lr:3.1e-06 updt_s:0.114 data_s:0.172
|
| 562 |
+
Training: 43%|████████████████▍ | 10820/25000 [50:31<44:18, 5.33step/s]INFO 2026-05-20 14:30:03 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.49 loss:0.009 grdn:0.143 lr:3.0e-06 updt_s:0.113 data_s:0.140
|
| 563 |
+
Training: 43%|████████████████▍ | 10840/25000 [50:37<56:42, 4.16step/s]INFO 2026-05-20 14:30:09 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.50 loss:0.009 grdn:0.140 lr:3.0e-06 updt_s:0.116 data_s:0.181
|
| 564 |
+
Training: 43%|████████████████▌ | 10860/25000 [50:42<46:43, 5.04step/s]INFO 2026-05-20 14:30:14 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.51 loss:0.008 grdn:0.139 lr:3.0e-06 updt_s:0.110 data_s:0.153
|
| 565 |
+
Training: 44%|████████████████▌ | 10880/25000 [50:48<57:03, 4.12step/s]INFO 2026-05-20 14:30:20 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.52 loss:0.009 grdn:0.131 lr:3.0e-06 updt_s:0.115 data_s:0.177
|
| 566 |
+
Training: 44%|████████████████▌ | 10900/25000 [50:53<42:28, 5.53step/s]INFO 2026-05-20 14:30:25 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.53 loss:0.009 grdn:0.146 lr:3.0e-06 updt_s:0.110 data_s:0.143
|
| 567 |
+
Training: 44%|████████████████▌ | 10920/25000 [50:59<53:38, 4.37step/s]INFO 2026-05-20 14:30:31 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.54 loss:0.009 grdn:0.139 lr:3.0e-06 updt_s:0.108 data_s:0.179
|
| 568 |
+
Training: 44%|████████████████▋ | 10940/25000 [51:04<57:37, 4.07step/s]INFO 2026-05-20 14:30:36 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.55 loss:0.008 grdn:0.137 lr:3.0e-06 updt_s:0.111 data_s:0.157
|
| 569 |
+
Training: 44%|████████████████▋ | 10960/25000 [51:10<51:10, 4.57step/s]INFO 2026-05-20 14:30:42 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.56 loss:0.009 grdn:0.140 lr:3.0e-06 updt_s:0.111 data_s:0.167
|
| 570 |
+
Training: 44%|███████████████▊ | 10980/25000 [51:15<1:05:51, 3.55step/s]INFO 2026-05-20 14:30:48 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.57 loss:0.008 grdn:0.142 lr:3.0e-06 updt_s:0.113 data_s:0.165
|
| 571 |
+
Training: 44%|████████████████▋ | 11000/25000 [51:21<47:56, 4.87step/s]INFO 2026-05-20 14:30:53 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.58 loss:0.009 grdn:0.140 lr:3.0e-06 updt_s:0.113 data_s:0.156
|
| 572 |
+
Training: 44%|███████████████▊ | 11020/25000 [51:27<1:21:23, 2.86step/s]INFO 2026-05-20 14:30:59 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.59 loss:0.009 grdn:0.145 lr:3.0e-06 updt_s:0.112 data_s:0.179
|
| 573 |
+
Training: 44%|████████████████▊ | 11040/25000 [51:32<46:17, 5.03step/s]INFO 2026-05-20 14:31:04 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.60 loss:0.008 grdn:0.137 lr:3.0e-06 updt_s:0.120 data_s:0.131
|
| 574 |
+
Training: 44%|███████████████▉ | 11060/25000 [51:38<1:19:06, 2.94step/s]INFO 2026-05-20 14:31:10 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.61 loss:0.009 grdn:0.143 lr:3.0e-06 updt_s:0.109 data_s:0.188
|
| 575 |
+
Training: 44%|████████████████▊ | 11080/25000 [51:43<41:59, 5.52step/s]INFO 2026-05-20 14:31:15 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.62 loss:0.008 grdn:0.131 lr:3.0e-06 updt_s:0.112 data_s:0.137
|
| 576 |
+
Training: 44%|███████████████▉ | 11100/25000 [51:49<1:11:53, 3.22step/s]INFO 2026-05-20 14:31:21 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.63 loss:0.008 grdn:0.137 lr:3.0e-06 updt_s:0.111 data_s:0.188
|
| 577 |
+
Training: 44%|████████████████▉ | 11120/25000 [51:54<51:50, 4.46step/s]INFO 2026-05-20 14:31:26 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.64 loss:0.009 grdn:0.131 lr:3.0e-06 updt_s:0.113 data_s:0.161
|
| 578 |
+
Training: 45%|████████████████▉ | 11140/25000 [52:00<43:54, 5.26step/s]INFO 2026-05-20 14:31:32 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.65 loss:0.009 grdn:0.144 lr:2.9e-06 updt_s:0.113 data_s:0.165
|
| 579 |
+
Training: 45%|████████████████▉ | 11160/25000 [52:06<59:54, 3.85step/s]INFO 2026-05-20 14:31:38 ot_train.py:488 step:11K smpl:1M ep:3K epch:5.66 loss:0.008 grdn:0.143 lr:2.9e-06 updt_s:0.120 data_s:0.187
|
| 580 |
+
Training: 45%|████████████████▉ | 11164/25000 [52:07<54:26, 4.24step/s]
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_133928-4006sb34/logs/debug-internal.log
CHANGED
|
@@ -333,3 +333,93 @@
|
|
| 333 |
{"time":"2026-05-20T14:20:00.045358567Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 334 |
{"time":"2026-05-20T14:20:14.839735336Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":431,"history_lines":3,"events_offset":323,"events_lines":2,"console_offset":452,"console_lines":4}
|
| 335 |
{"time":"2026-05-20T14:20:15.104251971Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 333 |
{"time":"2026-05-20T14:20:00.045358567Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 334 |
{"time":"2026-05-20T14:20:14.839735336Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":431,"history_lines":3,"events_offset":323,"events_lines":2,"console_offset":452,"console_lines":4}
|
| 335 |
{"time":"2026-05-20T14:20:15.104251971Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 336 |
+
{"time":"2026-05-20T14:20:29.840301199Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":434,"history_lines":3,"events_offset":325,"events_lines":2,"console_offset":455,"console_lines":4}
|
| 337 |
+
{"time":"2026-05-20T14:20:30.187239648Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 338 |
+
{"time":"2026-05-20T14:20:44.839949221Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":437,"history_lines":2,"events_offset":327,"events_lines":2,"console_offset":458,"console_lines":3}
|
| 339 |
+
{"time":"2026-05-20T14:20:45.087697347Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 340 |
+
{"time":"2026-05-20T14:20:59.839712823Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":439,"history_lines":3,"events_offset":329,"events_lines":2,"console_offset":460,"console_lines":4}
|
| 341 |
+
{"time":"2026-05-20T14:21:00.227276859Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 342 |
+
{"time":"2026-05-20T14:21:14.84020692Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":442,"history_lines":3,"events_offset":331,"events_lines":2,"console_offset":463,"console_lines":4}
|
| 343 |
+
{"time":"2026-05-20T14:21:15.230096435Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 344 |
+
{"time":"2026-05-20T14:21:29.840703778Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":445,"history_lines":2,"events_offset":333,"events_lines":2,"console_offset":466,"console_lines":3}
|
| 345 |
+
{"time":"2026-05-20T14:21:30.194702388Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 346 |
+
{"time":"2026-05-20T14:21:44.840332106Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":447,"history_lines":3,"events_offset":335,"events_lines":2,"console_offset":468,"console_lines":4}
|
| 347 |
+
{"time":"2026-05-20T14:21:45.09770072Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 348 |
+
{"time":"2026-05-20T14:21:59.840258104Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":450,"history_lines":3,"events_offset":337,"events_lines":2,"console_offset":471,"console_lines":4}
|
| 349 |
+
{"time":"2026-05-20T14:22:00.034928897Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 350 |
+
{"time":"2026-05-20T14:22:14.840419284Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":453,"history_lines":2,"events_offset":339,"events_lines":2,"console_offset":474,"console_lines":3}
|
| 351 |
+
{"time":"2026-05-20T14:22:15.199867852Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 352 |
+
{"time":"2026-05-20T14:22:29.839957147Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":455,"history_lines":3,"events_offset":341,"events_lines":2,"console_offset":476,"console_lines":4}
|
| 353 |
+
{"time":"2026-05-20T14:22:30.763480778Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 354 |
+
{"time":"2026-05-20T14:22:44.840297551Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":458,"history_lines":3,"events_offset":343,"events_lines":2,"console_offset":479,"console_lines":4}
|
| 355 |
+
{"time":"2026-05-20T14:22:45.159343653Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 356 |
+
{"time":"2026-05-20T14:22:59.840175963Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":461,"history_lines":2,"events_offset":345,"events_lines":2,"console_offset":482,"console_lines":3}
|
| 357 |
+
{"time":"2026-05-20T14:23:00.179891961Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 358 |
+
{"time":"2026-05-20T14:23:14.840798078Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":463,"history_lines":3,"events_offset":347,"events_lines":2,"console_offset":484,"console_lines":4}
|
| 359 |
+
{"time":"2026-05-20T14:23:15.243566939Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 360 |
+
{"time":"2026-05-20T14:23:29.840606265Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":466,"history_lines":3,"events_offset":349,"events_lines":2,"console_offset":487,"console_lines":4}
|
| 361 |
+
{"time":"2026-05-20T14:23:30.223510079Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 362 |
+
{"time":"2026-05-20T14:23:44.840755571Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":469,"history_lines":3,"events_offset":351,"events_lines":2,"console_offset":490,"console_lines":4}
|
| 363 |
+
{"time":"2026-05-20T14:23:45.333324796Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 364 |
+
{"time":"2026-05-20T14:23:59.840579547Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":472,"history_lines":2,"events_offset":353,"events_lines":2,"console_offset":493,"console_lines":3}
|
| 365 |
+
{"time":"2026-05-20T14:24:00.197056537Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 366 |
+
{"time":"2026-05-20T14:24:14.840677121Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":474,"history_lines":3,"events_offset":355,"events_lines":2,"console_offset":495,"console_lines":4}
|
| 367 |
+
{"time":"2026-05-20T14:24:15.317934179Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 368 |
+
{"time":"2026-05-20T14:24:29.840763809Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":477,"history_lines":3,"events_offset":357,"events_lines":2,"console_offset":498,"console_lines":4}
|
| 369 |
+
{"time":"2026-05-20T14:24:30.329384487Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 370 |
+
{"time":"2026-05-20T14:24:44.840076993Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":480,"history_lines":3,"events_offset":359,"events_lines":2,"console_offset":501,"console_lines":3}
|
| 371 |
+
{"time":"2026-05-20T14:24:45.387389669Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 372 |
+
{"time":"2026-05-20T14:24:59.839747488Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":483,"history_lines":2,"events_offset":361,"events_lines":2,"console_offset":504,"console_lines":3}
|
| 373 |
+
{"time":"2026-05-20T14:25:00.217682959Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 374 |
+
{"time":"2026-05-20T14:25:14.840303346Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":485,"history_lines":3,"events_offset":363,"events_lines":2,"console_offset":506,"console_lines":4}
|
| 375 |
+
{"time":"2026-05-20T14:25:15.183702811Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 376 |
+
{"time":"2026-05-20T14:25:29.839906923Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":488,"history_lines":3,"events_offset":365,"events_lines":2,"console_offset":509,"console_lines":3}
|
| 377 |
+
{"time":"2026-05-20T14:25:30.086986393Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 378 |
+
{"time":"2026-05-20T14:25:44.840319761Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":491,"history_lines":2,"events_offset":367,"events_lines":2,"console_offset":512,"console_lines":3}
|
| 379 |
+
{"time":"2026-05-20T14:25:45.173570073Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 380 |
+
{"time":"2026-05-20T14:25:59.840476159Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":493,"history_lines":3,"events_offset":369,"events_lines":2,"console_offset":514,"console_lines":4}
|
| 381 |
+
{"time":"2026-05-20T14:26:00.141201321Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 382 |
+
{"time":"2026-05-20T14:26:14.839997906Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":496,"history_lines":3,"events_offset":371,"events_lines":2,"console_offset":517,"console_lines":4}
|
| 383 |
+
{"time":"2026-05-20T14:26:15.063563727Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 384 |
+
{"time":"2026-05-20T14:26:29.839730045Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":499,"history_lines":2,"events_offset":373,"events_lines":2,"console_offset":521,"console_lines":3}
|
| 385 |
+
{"time":"2026-05-20T14:26:30.592532634Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 386 |
+
{"time":"2026-05-20T14:26:44.840178409Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":501,"history_lines":3,"events_offset":375,"events_lines":2,"console_offset":523,"console_lines":4}
|
| 387 |
+
{"time":"2026-05-20T14:26:45.099905601Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 388 |
+
{"time":"2026-05-20T14:26:59.840456264Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":504,"history_lines":2,"events_offset":377,"events_lines":2,"console_offset":526,"console_lines":3}
|
| 389 |
+
{"time":"2026-05-20T14:27:00.164618635Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 390 |
+
{"time":"2026-05-20T14:27:14.840171129Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":506,"history_lines":3,"events_offset":379,"events_lines":2,"console_offset":528,"console_lines":4}
|
| 391 |
+
{"time":"2026-05-20T14:27:15.198357705Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 392 |
+
{"time":"2026-05-20T14:27:29.840700279Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":509,"history_lines":3,"events_offset":381,"events_lines":2,"console_offset":531,"console_lines":4}
|
| 393 |
+
{"time":"2026-05-20T14:27:30.123601565Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 394 |
+
{"time":"2026-05-20T14:27:44.840425247Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":512,"history_lines":2,"events_offset":383,"events_lines":2,"console_offset":534,"console_lines":3}
|
| 395 |
+
{"time":"2026-05-20T14:27:45.124533818Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 396 |
+
{"time":"2026-05-20T14:27:59.840514168Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":514,"history_lines":3,"events_offset":385,"events_lines":2,"console_offset":536,"console_lines":4}
|
| 397 |
+
{"time":"2026-05-20T14:28:00.27658563Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 398 |
+
{"time":"2026-05-20T14:28:14.839946431Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":517,"history_lines":3,"events_offset":387,"events_lines":2,"console_offset":539,"console_lines":4}
|
| 399 |
+
{"time":"2026-05-20T14:28:15.120598568Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 400 |
+
{"time":"2026-05-20T14:28:29.840143887Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":520,"history_lines":3,"events_offset":389,"events_lines":2,"console_offset":542,"console_lines":3}
|
| 401 |
+
{"time":"2026-05-20T14:28:30.336163612Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 402 |
+
{"time":"2026-05-20T14:28:44.84073704Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":523,"history_lines":2,"events_offset":391,"events_lines":2,"console_offset":545,"console_lines":3}
|
| 403 |
+
{"time":"2026-05-20T14:28:45.120471534Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 404 |
+
{"time":"2026-05-20T14:28:59.840306954Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":525,"history_lines":3,"events_offset":393,"events_lines":2,"console_offset":547,"console_lines":4}
|
| 405 |
+
{"time":"2026-05-20T14:29:00.120363608Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 406 |
+
{"time":"2026-05-20T14:29:14.840609588Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":528,"history_lines":3,"events_offset":395,"events_lines":2,"console_offset":550,"console_lines":4}
|
| 407 |
+
{"time":"2026-05-20T14:29:15.194793795Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 408 |
+
{"time":"2026-05-20T14:29:29.8400892Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":531,"history_lines":2,"events_offset":397,"events_lines":2,"console_offset":553,"console_lines":3}
|
| 409 |
+
{"time":"2026-05-20T14:29:30.050314365Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 410 |
+
{"time":"2026-05-20T14:29:44.839731181Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":533,"history_lines":3,"events_offset":399,"events_lines":2,"console_offset":555,"console_lines":4}
|
| 411 |
+
{"time":"2026-05-20T14:29:44.992086725Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 412 |
+
{"time":"2026-05-20T14:29:59.840153329Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":536,"history_lines":3,"events_offset":401,"events_lines":2,"console_offset":558,"console_lines":4}
|
| 413 |
+
{"time":"2026-05-20T14:30:00.100378054Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 414 |
+
{"time":"2026-05-20T14:30:14.840493436Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":539,"history_lines":3,"events_offset":403,"events_lines":2,"console_offset":561,"console_lines":3}
|
| 415 |
+
{"time":"2026-05-20T14:30:15.241424447Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 416 |
+
{"time":"2026-05-20T14:30:29.84031476Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":542,"history_lines":2,"events_offset":405,"events_lines":2,"console_offset":564,"console_lines":3}
|
| 417 |
+
{"time":"2026-05-20T14:30:30.12454031Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 418 |
+
{"time":"2026-05-20T14:30:44.840195088Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":544,"history_lines":3,"events_offset":407,"events_lines":2,"console_offset":566,"console_lines":4}
|
| 419 |
+
{"time":"2026-05-20T14:30:45.101552765Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 420 |
+
{"time":"2026-05-20T14:30:59.839778101Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":547,"history_lines":3,"events_offset":409,"events_lines":2,"console_offset":569,"console_lines":4}
|
| 421 |
+
{"time":"2026-05-20T14:31:00.11274424Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 422 |
+
{"time":"2026-05-20T14:31:14.840676452Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":550,"history_lines":2,"events_offset":411,"events_lines":2,"console_offset":572,"console_lines":3}
|
| 423 |
+
{"time":"2026-05-20T14:31:15.120484048Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 424 |
+
{"time":"2026-05-20T14:31:29.840645202Z","level":"INFO","msg":"filestream: sending request","total_files":4,"history_offset":552,"history_lines":3,"events_offset":413,"events_lines":2,"console_offset":574,"console_lines":4}
|
| 425 |
+
{"time":"2026-05-20T14:31:30.041670229Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
checkpoints/diffusion_specialized_523_dataset_base_from_dino_780_new_config_11H47/wandb/run-20260520_133928-4006sb34/run-4006sb34.wandb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32b9c3d6f50627b3322161be6e70b0b773fb61aff5566c92dcb73f9810687c71
|
| 3 |
+
size 2555904
|