test_preprocess_data.sh 189 Bytes
Newer Older
1
2
3
4
5
6
7
8
#!/bin/bash

python ../preprocess_data.py \
       --input test_samples.json \
       --vocab vocab.txt \
       --output-prefix test_samples \
       --workers 1 \
       --log-interval 2