angoyal commited on
Commit
f81c35b
·
1 Parent(s): a01b10b

added rvt2.

Browse files
Files changed (3) hide show
  1. rvt2/exp_cfg.yaml +35 -0
  2. rvt2/model_99.pth +3 -0
  3. rvt2/mvt_cfg.yaml +40 -0
rvt2/exp_cfg.yaml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ agent: our
2
+ bs: 24
3
+ exp_id: rvt2
4
+ epochs: 100
5
+ num_workers: 3
6
+ peract:
7
+ add_rgc_loss: true
8
+ amp: true
9
+ bnb: true
10
+ lambda_weight_l2: 0.0001
11
+ lr: 1.25e-05
12
+ lr_cos_dec: true
13
+ num_rotation_classes: 72
14
+ optimizer_type: lamb
15
+ transform_augmentation: true
16
+ transform_augmentation_rpy:
17
+ - 0.0
18
+ - 0.0
19
+ - 45.0
20
+ transform_augmentation_xyz:
21
+ - 0.125
22
+ - 0.125
23
+ - 0.125
24
+ warmup_steps: 2000
25
+ rvt:
26
+ gt_hm_sigma: 1.5
27
+ img_aug: 0.0
28
+ move_pc_in_bound: true
29
+ place_with_mean: false
30
+ peract_official:
31
+ cfg_path: configs/peract_official_config.yaml
32
+ resume: ''
33
+ sample_distribution_mode: task_uniform
34
+ tasks: all
35
+ train_iter: 160000
rvt2/model_99.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b4cdeae72ac98ecf7eac79604d6553f50d4f8bef6cb2610631875b42cf437f
3
+ size 867812309
rvt2/mvt_cfg.yaml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ activation: lrelu
2
+ add_corr: true
3
+ add_depth: true
4
+ add_lang: true
5
+ add_pixel_loc: true
6
+ add_proprio: true
7
+ attn_dim: 512
8
+ attn_dim_head: 64
9
+ attn_dropout: 0.1
10
+ attn_heads: 8
11
+ cvx_up: true
12
+ decoder_dropout: 0.0
13
+ depth: 8
14
+ feat_dim: 220
15
+ feat_ver: 1
16
+ final_dim: 64
17
+ im_channels: 64
18
+ img_aug_2: 0.05
19
+ img_feat_dim: 3
20
+ img_patch_size: 14
21
+ img_size: 224
22
+ inp_pre_con: false
23
+ inp_pre_pro: false
24
+ lang_dim: 512
25
+ lang_len: 77
26
+ norm_corr: true
27
+ num_rot: 72
28
+ pe_fix: true
29
+ proprio_dim: 4
30
+ rend_three_views: true
31
+ rot_ver: 1
32
+ self_cross_ver: 1
33
+ st_sca: 4
34
+ st_wpt_loc_aug: 0.05
35
+ st_wpt_loc_inp_no_noise: true
36
+ stage_two: true
37
+ use_point_renderer: true
38
+ weight_tie_layers: false
39
+ wpt_img_aug: 0.0
40
+ xops: true