BiRefNet / BiRefNet_github /train_test.sh
ZhengPeng7's picture
For users to load in one key.
2a41a22
raw
history blame
159 Bytes
#!/bin/sh
method=${1:-"BSL"}
devices=${2:-"0,1,2,3,4,5,6,7"}
bash train.sh ${method} ${devices}
devices_test=${3:-0}
bash test.sh ${devices_test}
hostname