vrbhalaaji commited on
Commit
232ed9e
·
verified ·
1 Parent(s): cbadd53

Upload latest checkpoint from outputs/train/phoshobot_test/checkpoints/020000

Browse files
Files changed (2) hide show
  1. config.json +71 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_obs_steps": 1,
3
+ "normalization_mapping": {
4
+ "VISUAL": "MEAN_STD",
5
+ "STATE": "MEAN_STD",
6
+ "ACTION": "MEAN_STD"
7
+ },
8
+ "input_features": {
9
+ "observation.state": {
10
+ "type": "STATE",
11
+ "shape": [
12
+ 6
13
+ ]
14
+ },
15
+ "observation.images.main": {
16
+ "type": "VISUAL",
17
+ "shape": [
18
+ 3,
19
+ 240,
20
+ 320
21
+ ]
22
+ },
23
+ "observation.images.secondary_0": {
24
+ "type": "VISUAL",
25
+ "shape": [
26
+ 3,
27
+ 240,
28
+ 320
29
+ ]
30
+ },
31
+ "observation.images.secondary_1": {
32
+ "type": "VISUAL",
33
+ "shape": [
34
+ 3,
35
+ 240,
36
+ 320
37
+ ]
38
+ }
39
+ },
40
+ "output_features": {
41
+ "action": {
42
+ "type": "ACTION",
43
+ "shape": [
44
+ 6
45
+ ]
46
+ }
47
+ },
48
+ "device": "cuda",
49
+ "use_amp": false,
50
+ "chunk_size": 100,
51
+ "n_action_steps": 100,
52
+ "vision_backbone": "resnet18",
53
+ "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
54
+ "replace_final_stride_with_dilation": false,
55
+ "pre_norm": false,
56
+ "dim_model": 512,
57
+ "n_heads": 8,
58
+ "dim_feedforward": 3200,
59
+ "feedforward_activation": "relu",
60
+ "n_encoder_layers": 4,
61
+ "n_decoder_layers": 1,
62
+ "use_vae": true,
63
+ "latent_dim": 32,
64
+ "n_vae_encoder_layers": 4,
65
+ "temporal_ensemble_coeff": null,
66
+ "dropout": 0.1,
67
+ "kl_weight": 10.0,
68
+ "optimizer_lr": 1e-05,
69
+ "optimizer_weight_decay": 0.0001,
70
+ "optimizer_lr_backbone": 1e-05
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cecf828d2418f5bd995938b9dec64079e9e24bd224887f1e9b36323f5296b0e
3
+ size 206701360