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
Hi, I'm trying to run this model locally as part of my bachelor's thesis and have been modifying the code slightly to fit my setup. However, I ran into an issue: in eval.py, the following import fails because the module can't be found:
from location_silei import location_search
Could you clarify how to access this module? If it's not publicly available, could you briefly explain what location_search does so I can replicate the functionality?