ynhe commited on
Commit
c117a72
β€’
1 Parent(s): 04a5f76

Update configs/config.json

Browse files
Files changed (1) hide show
  1. configs/config.json +2 -1
configs/config.json CHANGED
@@ -22,7 +22,8 @@
22
  "gmhra_layers": 8,
23
  "gmhra_drop_path_rate": 0.0,
24
  "gmhra_dropout": 0.5,
25
- "extra_num_query_token": 64
 
26
  },
27
  "device": "cuda"
28
  }
 
22
  "gmhra_layers": 8,
23
  "gmhra_drop_path_rate": 0.0,
24
  "gmhra_dropout": 0.5,
25
+ "extra_num_query_token": 64,
26
+ "low_resource": true
27
  },
28
  "device": "cuda"
29
  }