We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Hi @VincentXWD,
I have added the missing operators in #399, could you check whether it works?
Sorry, something went wrong.
Thank you @yaoyaoding, I'll check it later.
Happy holidays.
@yaoyaoding Thanks, it works. Good job!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: