Skip to content

Beam Search Command Clarification #16

Open
@tarsur909

Description

@tarsur909

Hi,

Thanks for your great work!

Could you please clarify how to run {4, 16, 64, 256} compute budgets for beam search and DVTS to reproduce Figures 4, 5, and 7 in the paper. Where exactly does one specify the compute budget in each of the commands below?

Beam Search

cd src
bash scripts/run.sh --method beam_search --LM $POLICY_MODEL_PATH --RM $VALUE_MODEL_PATH --width 4 --num_seq 1

DVTS

cd src
bash scripts/run.sh --method beam_search --LM $POLICY_MODEL_PATH --RM $VALUE_MODEL_PATH --width 4 --num_seq 1 --num_q 64 --bs batch_size

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions