libokj commited on
Commit
2dc3840
·
1 Parent(s): 0beb236

Update configs/preset/drug_vqa.yaml

Browse files
Files changed (1) hide show
  1. configs/preset/drug_vqa.yaml +2 -7
configs/preset/drug_vqa.yaml CHANGED
@@ -14,10 +14,5 @@ model:
14
 
15
  data:
16
  batch_size: 512
17
- drug_featurizer:
18
- tokenizer:
19
- _target_: deepscreen.data.featurizers.token.SmilesTokenizer
20
- vocab_file: resources/vocabs/drug_vqa/combinedVoc-wholeFour.voc
21
- regex_pattern: '(\[[^\[\]]{1,10}\])'
22
- protein_featurizer:
23
- max_sequence_length: 1500
 
14
 
15
  data:
16
  batch_size: 512
17
+ collator:
18
+ automatic_padding: true