File size: 151 Bytes
62a2f1c |
1 2 3 4 5 6 7 8 |
#!/bin/bash
out_dir=$1
rseed=2024
ROOT=.
python $ROOT/experiment.py \
--config configs/test_senseflow_39.yaml \
--out_dir ${out_dir} \
--seed=${rseed} |
62a2f1c |
1 2 3 4 5 6 7 8 |
#!/bin/bash
out_dir=$1
rseed=2024
ROOT=.
python $ROOT/experiment.py \
--config configs/test_senseflow_39.yaml \
--out_dir ${out_dir} \
--seed=${rseed} |