Juan Ramirez-Orta

Results 7 comments of Juan Ramirez-Orta

Hi, You are right, there features are not implemented. I am aware that they are part of Beam Search, but I didn't need them for my work back then. For...

I'm sorry, I don't understand.... I just installed it with pytorch 2.1.1, it works fine. ![Screenshot from 2023-12-14 13-59-14](https://github.com/jarobyte91/pytorch_beam_search/assets/26727903/8a3c01db-3405-47fc-ad31-9caca13375f3)

Can you send a code snippet of what you are trying to do? Also, did you FULLY run the second script in the main page? The one titled "Load one...

I just ran the code snippet and it works, it doesn't have any trouble outputting sequences longer than the input. Optionally, you can run the script in tests/load_model.py

The code in **Train a new model from scratch** is to create new models, the first two lines are some dummy data to train the model on. You can load...

You can also look at previous issues to see if that's what your problem is: https://github.com/jarobyte91/post_ocr_correction/issues?q=is%3Aissue+is%3Aclosed

What difficulties specifically? You need to replace the following: pytorch_decoding --> pytorch_beam_search ocr_correction --> post_ocr_correction These are the old names of the packages