Skip to content

Commit ba804ff

Browse files
committed
Remove weight_softmax_tau variable from FMPose3D_test.sh for consistency with recent refactoring. This change simplifies the script by eliminating an unused parameter.
1 parent 0a47428 commit ba804ff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/FMPose3D_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layers=5
33
batch_size=1024
44
sh_file='scripts/FMPose3D_test.sh'
5-
weight_softmax_tau=1.0
65
num_hypothesis_list=1
76
eval_multi_steps=3
87
topk=8
@@ -19,7 +18,6 @@ python3 scripts/FMPose3D_main.py \
1918
--reload \
2019
--topk ${topk} \
2120
--exp_temp ${exp_temp} \
22-
--weight_softmax_tau ${weight_softmax_tau} \
2321
--folder_name ${folder_name} \
2422
--model_weights_path "${model_weights_path}" \
2523
--model_path "${model_path}" \

0 commit comments

Comments
 (0)