Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Meet an undefined operator when compiling NASNet #398

Closed
VincentXWD opened this issue Dec 24, 2023 · 3 comments
Closed

[FEATURE] Meet an undefined operator when compiling NASNet #398

VincentXWD opened this issue Dec 24, 2023 · 3 comments

Comments

@VincentXWD
Copy link

hello, I'm using hidet to compile PNASNET-5-LARGE defined here https://github.com/Cadene/pretrained-models.pytorch#pnasnet

And I met an undefined operator 'torch.nn.ZeroPad2d':

NotImplementedError: The following modules/functions are not supported by hidet yet:
torch.nn.ZeroPad2d

Could someone please add this module into hidet? thanks.

@yaoyaoding
Copy link
Member

Hi @VincentXWD,

I have added the missing operators in #399, could you check whether it works?

@VincentXWD
Copy link
Author

Thank you @yaoyaoding, I'll check it later.

Happy holidays.

@VincentXWD
Copy link
Author

@yaoyaoding Thanks, it works. Good job!

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

No branches or pull requests

2 participants