pi05-assemble-battery-code / label_value.sh
Cocoyawn32's picture
Pi05 assemble battery long training code
688e1f3 verified
Raw
History Blame Contribute Delete
184 Bytes
#!/bin/bash
config_name=${1}
ckpt_dir=${2}
CUDA_VISIBLE_DEVICES=0 python examples/label_frame_value.py --config_name ${config_name} --ckpt_dir ${ckpt_dir} --split all --no-with_vis