longsim-base / backups /scripts /aggregate_log_metric_features.sh
gzzyyxy's picture
Upload folder using huggingface_hub
c1a7f73 verified
#!/bin/bash
export TF_CPP_MIN_LOG_LEVEL='2'
export PYTHONPATH='.'
# dump all features
echo 'Start dump all log features ...'
python dev/metrics/compute_metrics.py --dump_log --no_batch
sleep 20
# aggregate features
echo 'Start aggregate log features ...'
python dev/metrics/compute_metrics.py --aggregate_log
echo 'Done!