Skip to content

Change task_dict loading to local file - #6

Open
nowtryz wants to merge 1 commit into
CarDS-Yale:mainfrom
nowtryz:patch-1
Open

Change task_dict loading to local file#6
nowtryz wants to merge 1 commit into
CarDS-Yale:mainfrom
nowtryz:patch-1

Conversation

@nowtryz

@nowtryz nowtryz commented May 27, 2026

Copy link
Copy Markdown

Hi,

First of all, thank you for the great work on PanEcho.

I was trying to load PanEcho via the torch hub. I was able to download everything from the hub with the snippet bellow:

model = torch.hub.load('CarDS-Yale/PanEcho:main', 'PanEcho') # <- no force reload to allow caching

But while working on a system without internet but with access to the cached files, the loading of tasks.pkl from GitHub prevented me to correctly load the model. This PR fixes this specific issue.

Sincerely.

Updated task dictionary loading to use local path instead of URL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant