You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
I cannot download the torch-encoding library. When running the lseg_app.py file, I encounter the following error:
File "/jinx/language-drive-seg/lang-seg-main/data/init.py", line 17, in
import encoding.datasets as enc_ds
ModuleNotFoundError: No module named 'encoding'
I found that it is likely due to not having the torch-encoding library in the dependencies. After attempting to download it with the command, I encountered an error as shown in the screenshot. Could you please advise on how to resolve this issue?
The text was updated successfully, but these errors were encountered:
I cannot download the torch-encoding library. When running the lseg_app.py file, I encounter the following error:
File "/jinx/language-drive-seg/lang-seg-main/data/init.py", line 17, in
import encoding.datasets as enc_ds
ModuleNotFoundError: No module named 'encoding'
I found that it is likely due to not having the torch-encoding library in the dependencies. After attempting to download it with the command, I encountered an error as shown in the screenshot. Could you please advise on how to resolve this issue?
The text was updated successfully, but these errors were encountered: