serialexperimentsleon commited on
Commit
815bf8e
·
verified ·
1 Parent(s): afbcf8f

Add files using upload-large-folder tool

Browse files
config.yaml ADDED
@@ -0,0 +1,451 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ root_dir: /mnt/kostas-graid/datasets/extrinsic_contact_data
2
+ replay_buffer_size: 150000
3
+ replay_buffer_num_workers: 2
4
+ nstep: 3
5
+ batch_size: 128
6
+ seed: 0
7
+ dataset_shuffle_seed: 2
8
+ device: cuda
9
+ save_video: true
10
+ save_train_video: true
11
+ use_tb: true
12
+ use_wandb: true
13
+ wandb_run_id: '265666'
14
+ wandb_notes: '265666_'
15
+ eval: false
16
+ process_contact_features: ${eval}
17
+ obs_type: pixels
18
+ use_color: true
19
+ use_depth: true
20
+ use_masks: true
21
+ mask_list:
22
+ - EE_obj_mask
23
+ mask_representation: channels
24
+ crop_hw:
25
+ - 144
26
+ - 144
27
+ crop_down_offset: 48
28
+ color_crop_type: null
29
+ depth_crop_type: null
30
+ segmask_crop_type: null
31
+ add_crop_binary_mask: false
32
+ add_coord_conv_map: false
33
+ use_context_color: false
34
+ use_context_depth: false
35
+ use_context_segmask: false
36
+ context_color_crop_type: null
37
+ context_depth_crop_type: null
38
+ context_segmask_crop_type: null
39
+ context_add_crop_binary_mask: false
40
+ context_add_coord_conv_map: false
41
+ use_contact_map: true
42
+ use_sdf_maps: true
43
+ use_normals_maps: true
44
+ which_objects: both
45
+ max_contact_prob: 0.1
46
+ max_depth: 2.0
47
+ grasped_dtc_max_value: 0.2
48
+ env_dtc_max_value: 0.4
49
+ grasped_normals_mask_max_dtc_value: 0.2
50
+ env_normals_mask_max_dtc_value: 0.4
51
+ clamp_dtc: true
52
+ dtc_adaptive_normalization: false
53
+ mask_normals_within_sdf: true
54
+ adaptive_normals_mask: true
55
+ learnable_contact_preprocess_params: true
56
+ contact_model_name: local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9
57
+ contact_estimation_model_ckpt_path: ~/fish_leon/contact_estimation/artifacts/175604_2/checkpoints/epoch=09-val_loss=0.00.ckpt
58
+ encoder_type: small
59
+ debug_timestamps: false
60
+ open_loop: false
61
+ action_trajectories: true
62
+ stop_after_action: false
63
+ interpolation_frequency: 25
64
+ policy_frequency: 5
65
+ wait_for_new_camera_frames: true
66
+ baseline: false
67
+ train_demo_idxs_list_or_num: -1
68
+ log_train_every_steps: 25
69
+ name_of_expert_demo: 64_240x320_hbm_twodim_fps_fix_contact_fix_recovery_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
70
+ expert_dataset_dirpath: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_expert_demo}
71
+ store_dataset_in_memory: false
72
+ expert_dataset: ${expert_dataset_dirpath}/demos.zarr
73
+ action_key: ${oc.if_else:${action_trajectories}, 'action_trajectory_${interpolation_frequency}hz',
74
+ 'action'}
75
+ semantic_demo_grouping_name: semantic_demo_grouping.yaml
76
+ semantic_demo_grouping: ${expert_dataset_dirpath}/${semantic_demo_grouping_name}
77
+ include_groups_list:
78
+ - hbm_twodim_left_to_right
79
+ expert_dataset_config: ${expert_dataset_dirpath}/demo_config.yaml
80
+ name_of_valid_demo: 64_240x320_hbm_twodim_fps_fix_contact_fix_recovery_fix_annotated_start_idx_5hz_zstd7_EE_pxl_coords_expert_demos_imp_act
81
+ valid_dataset_dir: ${root_dir}/FISH/expert_demos/${suite.name}/${task_name}/${name_of_valid_demo}/demos.zarr
82
+ valid_demo_idxs_list_or_num: null
83
+ val_num_groups: 4
84
+ load_bc: ${agent.load_checkpoint}
85
+ checkpoint_epoch_list:
86
+ - 99
87
+ - 199
88
+ - 299
89
+ - 399
90
+ - 499
91
+ - 599
92
+ - 699
93
+ - 799
94
+ - 899
95
+ - 999
96
+ - 1249
97
+ - 1499
98
+ - 1749
99
+ - 1999
100
+ - 2999
101
+ - 3999
102
+ - 4999
103
+ - 5999
104
+ - 6999
105
+ - 7999
106
+ - 8999
107
+ - 9999
108
+ snapshot_root_dir: /mnt/grasp_high_usage/leonmkim/contact_estimation/FISH
109
+ save_snapshot: true
110
+ save_last_snapshot: true
111
+ save_snapshot_when_done: true
112
+ top_k_checkpoints: 5
113
+ save_snapshot_link_to_weights_dir: deprecated
114
+ bc_regularize: false
115
+ bc_weight_type: qfilter
116
+ experiment_dir: ./exp_local/${suite.name}_${obs_type}/${task_name}/${wandb_run_id}
117
+ agent:
118
+ _target_: agent.diffusion_policy.DiffusionPolicyAgent
119
+ name: diffusion_policy
120
+ load_checkpoint: ${eval}
121
+ obs_shape:
122
+ - 14
123
+ - 240
124
+ - 320
125
+ action_shape:
126
+ - 36
127
+ - 7
128
+ device: ${device}
129
+ n_obs_steps: ${.config.policy_cfg.n_obs_steps}
130
+ suite_name: ${suite.name}
131
+ obs_type: ${obs_type}
132
+ enable_arm: ${eval}
133
+ enable_camera: ${eval}
134
+ use_tb: ${use_tb}
135
+ desired_image_shape:
136
+ - 13
137
+ - 180
138
+ - 240
139
+ orig_cam_shape:
140
+ - 3
141
+ - 240
142
+ - 320
143
+ config:
144
+ _target_: agent.diffusion_policy.DiffusionPolicyAgentConfig
145
+ compile: false
146
+ device: ${device}
147
+ cam_resize_shape: ${agent.desired_image_shape}
148
+ orig_cam_shape: ${agent.orig_cam_shape}
149
+ policy_cfg:
150
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.DiffusionConfig
151
+ n_obs_steps: 1
152
+ horizon: 36
153
+ n_action_steps: ${agent.config.policy_cfg.horizon}
154
+ output_shapes:
155
+ action:
156
+ - 7
157
+ input_normalization_modes:
158
+ observation.image: mean_std
159
+ observation.state: min_max
160
+ observation.action_history: min_max
161
+ output_normalization_modes:
162
+ action: min_max
163
+ vision_backbone: resnet18
164
+ pretrained_backbone_weights: null
165
+ transforms:
166
+ - _target_: torchaug.transforms.RandomAffine
167
+ degrees:
168
+ - -5
169
+ - 5
170
+ translate:
171
+ - 0.05
172
+ - 0.05
173
+ batch_transform: true
174
+ num_chunks: -1
175
+ batch_inplace: true
176
+ - _target_: torchaug.transforms.RandomColorJitter
177
+ brightness: 0.3
178
+ contrast: 0.4
179
+ saturation: 0.5
180
+ hue: 0.08
181
+ batch_transform: true
182
+ num_chunks: -1
183
+ batch_inplace: true
184
+ use_group_norm: true
185
+ spatial_softmax_num_keypoints: 32
186
+ action_history_encoder_config:
187
+ _target_: lerobot.common.policies.diffusion.configuration_diffusion.Unet1dEncoderConfig
188
+ in_channels: 7
189
+ out_channels: 32
190
+ history_length: 6
191
+ kernel_size: ${agent.config.policy_cfg.kernel_size}
192
+ downsample_kernel_size: 3
193
+ downsample_stride: 2
194
+ downsample_padding: 1
195
+ down_dims:
196
+ - 256
197
+ - 512
198
+ - 1024
199
+ kernel_size: 5
200
+ n_groups: 8
201
+ diffusion_step_embed_dim: 128
202
+ use_film_scale_modulation: true
203
+ noise_scheduler_type: DDIM
204
+ beta_schedule: squaredcos_cap_v2
205
+ beta_start: 0.0001
206
+ beta_end: 0.02
207
+ prediction_type: epsilon
208
+ clip_sample: true
209
+ clip_sample_range: 1.0
210
+ num_train_timesteps: 50
211
+ num_inference_steps: 10
212
+ do_mask_loss_for_padding: false
213
+ input_shapes:
214
+ observation.image:
215
+ - 13
216
+ - 180
217
+ - 240
218
+ context_observation.image:
219
+ - 13
220
+ - 180
221
+ - 240
222
+ observation.state:
223
+ - 8
224
+ observation.action_history:
225
+ - 7
226
+ train_cfg:
227
+ _target_: utils.TrainConfig
228
+ lr: 0.0001
229
+ lr_scheduler: cosine
230
+ lr_warmup_steps: 500
231
+ adam_betas:
232
+ - 0.95
233
+ - 0.999
234
+ adam_eps: 1.0e-08
235
+ adam_weight_decay: 1.0e-06
236
+ grad_clip_norm: 10
237
+ offline_steps: ${num_train_frames_diffusion}
238
+ use_amp: true
239
+ observation_cfg:
240
+ _target_: agent.encoder.VisualFeatureSet
241
+ use_depth: ${use_depth}
242
+ use_color: ${use_color}
243
+ mask_input_dict:
244
+ _target_: agent.encoder.MaskInputDict
245
+ enable: ${use_masks}
246
+ representation: ${mask_representation}
247
+ mask_list: ${mask_list}
248
+ crop_input_config:
249
+ _target_: agent.encoder.CropInputConfig
250
+ color_crop_type: ${color_crop_type}
251
+ depth_crop_type: ${depth_crop_type}
252
+ segmask_crop_type: ${segmask_crop_type}
253
+ crop_hw: ${crop_hw}
254
+ crop_down_offset: ${crop_down_offset}
255
+ add_crop_binary_mask: ${add_crop_binary_mask}
256
+ add_coord_conv_map: ${add_coord_conv_map}
257
+ context_input_config:
258
+ _target_: agent.encoder.ContextInputConfig
259
+ use_color: ${use_context_color}
260
+ use_depth: ${use_context_depth}
261
+ mask_input_dict:
262
+ _target_: agent.encoder.MaskInputDict
263
+ enable: ${use_context_segmask}
264
+ representation: ${mask_representation}
265
+ mask_list: ${mask_list}
266
+ crop_input_config:
267
+ _target_: agent.encoder.CropInputConfig
268
+ color_crop_type: ${context_color_crop_type}
269
+ depth_crop_type: ${context_depth_crop_type}
270
+ segmask_crop_type: ${context_segmask_crop_type}
271
+ crop_hw: ${crop_hw}
272
+ crop_down_offset: ${crop_down_offset}
273
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
274
+ add_coord_conv_map: ${context_add_coord_conv_map}
275
+ mask_soft_approx_scheduler_config:
276
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
277
+ num_steps: 40000
278
+ initial_value: 10.0
279
+ final_value: 1000.0
280
+ interpolation_scheme: cosine
281
+ use_contact_map: ${use_contact_map}
282
+ use_sdf_maps: ${use_sdf_maps}
283
+ use_normals_maps: ${use_normals_maps}
284
+ which_objects: ${which_objects}
285
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
286
+ env_dtc_max_value: ${env_dtc_max_value}
287
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
288
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
289
+ clamp_dtc: ${clamp_dtc}
290
+ max_contact_prob: ${max_contact_prob}
291
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
292
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
293
+ adaptive_normals_mask: ${adaptive_normals_mask}
294
+ max_depth: ${max_depth}
295
+ image_shape: ${agent.desired_image_shape}
296
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
297
+ learning_rate: 0.0001
298
+ weight_decay: 0.0
299
+ contact_model_name: ${contact_model_name}
300
+ zero_centered: false
301
+ suite:
302
+ suite: frankagym
303
+ name: frankagym
304
+ frame_stack: ${agent.n_obs_steps}
305
+ action_repeat: 1
306
+ discount: 0.99
307
+ hidden_dim: 1024
308
+ num_train_frames: 1000000
309
+ num_seed_frames: 0
310
+ num_train_epochs: 15000
311
+ validate_every_epochs: 250
312
+ validate_diffusion_on_action_loss_every_epochs: 250
313
+ train_eval_diffusion_on_action_loss_every_epochs: 250
314
+ check_topk_every_epochs: 250
315
+ save_snapshot_every_epochs: 1500
316
+ eval_every_frames: 2000
317
+ num_eval_episodes: 5
318
+ save_snapshot: true
319
+ wait_for_user_to_start_episode: true
320
+ task_make_fn:
321
+ _target_: suite.frankagym.make
322
+ name: ${task_name}
323
+ height: 240
324
+ width: 320
325
+ frame_stack: ${suite.frame_stack}
326
+ action_repeat: ${suite.action_repeat}
327
+ seed: ${seed}
328
+ enable_arm: ${agent.enable_arm}
329
+ enable_gripper: ${enable_gripper}
330
+ start_with_gripper_open: ${start_with_gripper_open}
331
+ enable_camera: ${agent.enable_camera}
332
+ path_to_depth_extrinsics: ${path_to_depth_extrinsics}
333
+ contact_estimation_model_ckpt_path: ${contact_estimation_model_ckpt_path}
334
+ x_limit: ${x_limit}
335
+ y_limit: ${y_limit}
336
+ z_limit: ${z_limit}
337
+ device: ${device}
338
+ interpolation_frequency: ${interpolation_frequency}
339
+ policy_frequency: ${policy_frequency}
340
+ debug_timestamps: ${debug_timestamps}
341
+ stop_after_action: ${stop_after_action}
342
+ open_loop: ${open_loop}
343
+ wait_for_new_camera_frames: ${wait_for_new_camera_frames}
344
+ action_key: ${action_key}
345
+ action_trajectory_horizon: ${agent.config.policy_cfg.horizon}
346
+ action_trajectories: ${action_trajectories}
347
+ path_to_zarr_dataset: ${expert_dataset}
348
+ observation_cfg:
349
+ _target_: agent.encoder.VisualFeatureSet
350
+ use_depth: ${use_depth}
351
+ use_color: ${use_color}
352
+ mask_input_dict:
353
+ _target_: agent.encoder.MaskInputDict
354
+ enable: ${use_masks}
355
+ representation: ${mask_representation}
356
+ mask_list: ${mask_list}
357
+ crop_input_config:
358
+ _target_: agent.encoder.CropInputConfig
359
+ color_crop_type: ${color_crop_type}
360
+ depth_crop_type: ${depth_crop_type}
361
+ segmask_crop_type: ${segmask_crop_type}
362
+ crop_hw: ${crop_hw}
363
+ crop_down_offset: ${crop_down_offset}
364
+ add_crop_binary_mask: ${add_crop_binary_mask}
365
+ add_coord_conv_map: ${add_coord_conv_map}
366
+ context_input_config:
367
+ _target_: agent.encoder.ContextInputConfig
368
+ use_color: ${use_context_color}
369
+ use_depth: ${use_context_depth}
370
+ mask_input_dict:
371
+ _target_: agent.encoder.MaskInputDict
372
+ enable: ${use_context_segmask}
373
+ representation: ${mask_representation}
374
+ mask_list: ${mask_list}
375
+ crop_input_config:
376
+ _target_: agent.encoder.CropInputConfig
377
+ color_crop_type: ${context_color_crop_type}
378
+ depth_crop_type: ${context_depth_crop_type}
379
+ segmask_crop_type: ${context_segmask_crop_type}
380
+ crop_hw: ${crop_hw}
381
+ crop_down_offset: ${crop_down_offset}
382
+ add_crop_binary_mask: ${context_add_crop_binary_mask}
383
+ add_coord_conv_map: ${context_add_coord_conv_map}
384
+ mask_soft_approx_scheduler_config:
385
+ _target_: agent.encoder.MaskSoftApproxSchedulerConfig
386
+ num_steps: 40000
387
+ initial_value: 10.0
388
+ final_value: 1000.0
389
+ interpolation_scheme: cosine
390
+ use_contact_map: ${use_contact_map}
391
+ use_sdf_maps: ${use_sdf_maps}
392
+ use_normals_maps: ${use_normals_maps}
393
+ which_objects: ${which_objects}
394
+ grasped_dtc_max_value: ${grasped_dtc_max_value}
395
+ env_dtc_max_value: ${env_dtc_max_value}
396
+ grasped_normals_mask_max_dtc_value: ${grasped_normals_mask_max_dtc_value}
397
+ env_normals_mask_max_dtc_value: ${env_normals_mask_max_dtc_value}
398
+ clamp_dtc: ${clamp_dtc}
399
+ max_contact_prob: ${max_contact_prob}
400
+ mask_normals_within_sdf: ${mask_normals_within_sdf}
401
+ dtc_adaptive_normalization: ${dtc_adaptive_normalization}
402
+ adaptive_normals_mask: ${adaptive_normals_mask}
403
+ max_depth: ${max_depth}
404
+ image_shape: ${agent.desired_image_shape}
405
+ learnable_contact_preprocess_params: ${learnable_contact_preprocess_params}
406
+ learning_rate: 0.0001
407
+ weight_decay: 0.0
408
+ contact_model_name: ${contact_model_name}
409
+ zero_centered: false
410
+ num_train_frames_bc: 50000
411
+ num_train_frames_drq: 1100000
412
+ stddev_schedule_drq: linear(1.0,0.1,100000)
413
+ task_name: FrankaInsertion-v1
414
+ num_train_frames_vinn: 25000
415
+ num_train_frames_diffusion: 1000000
416
+ num_train_epochs_bc: 5000
417
+ num_train_epochs_diffusion: 15000
418
+ validate_every_epochs_bc: 5
419
+ validate_every_epochs_diffusion: 250
420
+ validate_diffusion_on_action_loss_every_epochs: 250
421
+ train_eval_diffusion_on_action_loss_every_epochs: 250
422
+ check_topk_every_epochs: 5
423
+ check_topk_every_epochs_diffusion: 250
424
+ save_snapshot_every_epochs_diffusion: 1500
425
+ x_limit:
426
+ - 0.2
427
+ - 0.7
428
+ y_limit:
429
+ - -0.4
430
+ - 0.4
431
+ z_limit:
432
+ - -0.05
433
+ - 0.55
434
+ home_displacement:
435
+ - 0.55
436
+ - 0.0
437
+ - 0.55
438
+ - 180.0
439
+ - 0.0
440
+ - 0.0
441
+ enable_gripper: true
442
+ start_with_gripper_open: true
443
+ offset_mask:
444
+ - 1
445
+ - 1
446
+ - 1
447
+ - 1
448
+ - 1
449
+ - 1
450
+ path_to_depth_extrinsics: ~/fish_leon/FISH/cfgs/camera_poses/camera_poses_L515/20240904-122305/color_tf_world.npy
451
+ feature_type: 180x240_1_RGB_D_2.0_msk_channels_EE_obj_mask_cntct_0.1_DTC_clmpd_lrnbl_nrmls_DTCmask_adpt_lrnbl_both_lr_0.0001_wd_0.0_local_multitask_outhd64all_home_crop_h144w144d48_mask_ctxtmask_seed_220979_epoch_9_acthst_hst6_out32_dwnkrnl3_dwnstrd2_dwnpd1
snapshot_10500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033f8536c5f4684b6d4ac84c2caf38d01c483525a86730685a4f5791d47c68e2
3
+ size 910445448
snapshot_10999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9497257b76b8f81adb6040c49250e92f4cd936dbc5a6f5b4301f8bc94d0558a6
3
+ size 910445448
snapshot_12000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd363eebae5b3d8c62019616795ca63a577096f37d8aaf4e412aa666eab27212
3
+ size 910445448
snapshot_13500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb709a1bd6ce9d12ec627760ded1fdfefdbf96d5518c2e2c610f66049e7e3284
3
+ size 910445448
snapshot_1500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1596cd7e3f8413870e68d62fa7733bba5984aeb998f9fb2a90a66c829724af31
3
+ size 910445448
snapshot_15000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d301c8b2baa2d3263934aeca0ce79f5e007bcb99725f3a90e2a2b13d096d5ae0
3
+ size 910445448
snapshot_2999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e260dd28aacf558fd627f94b04db7c713ec19ff0be1b84b219be04876f9d94
3
+ size 910445448
snapshot_3000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91f0504f961918e438ca166f4d538912924a1dfd81e5bb75a2368bd09bf2d328
3
+ size 910445448
snapshot_4500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:486d58e54ffa2bb8d9fad6b0db8088ad1e655ac9b7fd98d2e85b431955b35180
3
+ size 910445448
snapshot_5999.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98d3b2a8fcdda62b29e464d38c4340cf54da1ef0c79dfe26ebe4706ce29df76
3
+ size 910445448
snapshot_6000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:514ed4db1f783f2b45b3ffcacaba67d22490414e58e3dee3edbba6f1c3b90fc5
3
+ size 910445448
snapshot_6749.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2184875b257103a5f3cc399d6004828807ad5833a70742805f605a8202be85b5
3
+ size 910445448
snapshot_7500.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36dcc88c0ab3dd2f3b16cb6e2e72edc4aa2e26ebe94a380fd2d86dd2f690e42
3
+ size 910445448
snapshot_8249.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bde3d9ab36a3c7da22939ec5936384888eb141b3d20e6b804abaeb75769748c2
3
+ size 910445448
snapshot_9000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7461abc9430c3dea33e6d513549b5c3c674e02184b0b6114ece212e2ab10497f
3
+ size 910445448
snapshot_last.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d301c8b2baa2d3263934aeca0ce79f5e007bcb99725f3a90e2a2b13d096d5ae0
3
+ size 910445448