wenjian-sc
wenjian-sc
> 搜索**action_beam_offset = action_ind / action_sapce_size**和**top_unique_beam_offset = top_unique_idx / action_sapce_size**然后将它们修改为**action_beam_offset = action_ind // action_sapce_size**和**top_unique_beam_offset = top_unique_idx // action_sapce_size** 此更改可以工作,我在DacKGR中看到它,但我不确定它是否正确。 Which file is this line of code in? Do you mind...
> > > > action_beam_offset = action_ind / action_sapce_size (src/rl/graph_search/beam_search.py 行:62) top_unique_beam_offset = top_unique_idx / action_sapce_size (src/rl/graph_search/beam_search.py 行:105) Thank you for your help. I found it. Thank you
Hi, did you find the pretrain-checkpoint-path?