serialexperimentsleon commited on
Commit
0e079ad
·
verified ·
1 Parent(s): d00ecf0

Add files using upload-large-folder tool

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