leopardpanda commited on
Commit
cd379af
·
verified ·
1 Parent(s): 495852e

Upload DataProcessorPipeline

Browse files
policy_preprocessor.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "policy_preprocessor",
3
+ "steps": [
4
+ {
5
+ "registry_name": "rename_observations_processor",
6
+ "config": {
7
+ "rename_map": {
8
+ "observation.images.left_left": "observation.images.image",
9
+ "observation.images.left_top": "observation.images.image2",
10
+ "observation.images.right_right": "observation.images.empty_camera_0"
11
+ }
12
+ }
13
+ },
14
+ {
15
+ "registry_name": "to_batch_processor",
16
+ "config": {}
17
+ },
18
+ {
19
+ "registry_name": "tokenizer_processor",
20
+ "config": {
21
+ "max_length": 50,
22
+ "task_key": "task",
23
+ "padding_side": "right",
24
+ "padding": "max_length",
25
+ "truncation": true,
26
+ "tokenizer_name": "facebook/bart-large"
27
+ }
28
+ },
29
+ {
30
+ "registry_name": "xvla_add_domain_id",
31
+ "config": {
32
+ "domain_id": 0
33
+ }
34
+ },
35
+ {
36
+ "registry_name": "xvla_image_to_float",
37
+ "config": {
38
+ "image_keys": null,
39
+ "validate_range": true
40
+ }
41
+ },
42
+ {
43
+ "registry_name": "xvla_imagenet_normalize",
44
+ "config": {
45
+ "image_keys": null
46
+ }
47
+ },
48
+ {
49
+ "registry_name": "device_processor",
50
+ "config": {
51
+ "device": "cuda",
52
+ "float_dtype": null
53
+ }
54
+ },
55
+ {
56
+ "registry_name": "normalizer_processor",
57
+ "config": {
58
+ "eps": 1e-08,
59
+ "features": {
60
+ "observation.images.image": {
61
+ "type": "VISUAL",
62
+ "shape": [
63
+ 3,
64
+ 256,
65
+ 256
66
+ ]
67
+ },
68
+ "observation.images.image2": {
69
+ "type": "VISUAL",
70
+ "shape": [
71
+ 3,
72
+ 256,
73
+ 256
74
+ ]
75
+ },
76
+ "observation.state": {
77
+ "type": "STATE",
78
+ "shape": [
79
+ 8
80
+ ]
81
+ },
82
+ "observation.images.empty_camera_0": {
83
+ "type": "VISUAL",
84
+ "shape": [
85
+ 3,
86
+ 224,
87
+ 224
88
+ ]
89
+ },
90
+ "action": {
91
+ "type": "ACTION",
92
+ "shape": [
93
+ 12
94
+ ]
95
+ }
96
+ },
97
+ "norm_map": {
98
+ "STATE": "IDENTITY",
99
+ "ACTION": "MEAN_STD",
100
+ "VISUAL": "IDENTITY"
101
+ }
102
+ },
103
+ "state_file": "policy_preprocessor_step_7_normalizer_processor.safetensors"
104
+ }
105
+ ]
106
+ }
policy_preprocessor_step_7_normalizer_processor.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f1e10f15d8f5e3ee9e7c4fc1e41617397c5259b9bfac681e3cbe00761b9619
3
+ size 9184