Seq2Seq-PyTorch
                                
                                 Seq2Seq-PyTorch copied to clipboard
                                
                                    Seq2Seq-PyTorch copied to clipboard
                            
                            
                            
                        get_best() returns index 1
Hi. In the beam_search.py you have a function get_best(). Shouldn't this return the first element, as in index 0, of the sorted list instead of index 1?
Hi @victormilewski1994 the beam_search.py code that I have right now is non-functional, I would not recommend using it.