pmarsella commited on
Commit
45a7ee0
·
verified ·
1 Parent(s): 95bf9c7

Upload 3 files

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. train_config.json +3 -3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3049f012ba7ea3ddad38e1300b936a1558809af128dc1e75a82f6cfb27caf5ab
3
  size 206700792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58bda6e35356ace8719e7b6de1bf7e9b3cf25c517618a8b092eae02605c7da72
3
  size 206700792
train_config.json CHANGED
@@ -118,15 +118,15 @@
118
  "optimizer_weight_decay": 0.0001,
119
  "optimizer_lr_backbone": 1e-05
120
  },
121
- "output_dir": "outputs/train/push_t_same_init_2",
122
  "job_name": "act_koch_test",
123
  "resume": false,
124
  "device": "cuda",
125
  "use_amp": true,
126
  "seed": 1000,
127
  "num_workers": 32,
128
- "batch_size": 8,
129
- "steps": 50000,
130
  "eval_freq": 20000,
131
  "log_freq": 200,
132
  "save_checkpoint": true,
 
118
  "optimizer_weight_decay": 0.0001,
119
  "optimizer_lr_backbone": 1e-05
120
  },
121
+ "output_dir": "outputs/train/push_t_same_init",
122
  "job_name": "act_koch_test",
123
  "resume": false,
124
  "device": "cuda",
125
  "use_amp": true,
126
  "seed": 1000,
127
  "num_workers": 32,
128
+ "batch_size": 16,
129
+ "steps": 100000,
130
  "eval_freq": 20000,
131
  "log_freq": 200,
132
  "save_checkpoint": true,