devsheroubi commited on
Commit
ec5e173
·
verified ·
1 Parent(s): 63e4d81

Upload DataProcessorPipeline

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