How to use? Any tutorial on this? #71
-
Hi,
I have anaconda installed and probably the Latest version of python as well. When I tried running other .py commands, nothing happened. Thank you for your work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
The reason is that the deep learning library pytorch is not installed. |
Beta Was this translation helpful? Give feedback.
-
The earlier error was showing Visual Studio C++ is not installed, then I installed VS and ran the command What's wrong this time? |
Beta Was this translation helpful? Give feedback.
-
hey can someone please tell me how to use the LaTexOCR window in ubuntu? |
Beta Was this translation helpful? Give feedback.
The reason is that the deep learning library pytorch is not installed.
I did not include the package in the
requirements.txt
because of GPU support.Just run
pip install torch
and try again or follow the official installation hereMake sure you downloaded the model parameters, linked in the README and you should be ready to go.