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
(A clear and concise description of what the bug is.)
(Please provide minimal example of code snippet that reproduces the error. For existing examples, please provide link.)
def get_args_proj(self, in_features: int, args_dim: Dict[str, int]) -> nn.Module: return PtArgProj( in_features=in_features, args_dim=args_dim or self.args_dim, domain_map=LambdaLayer(self.domain_map), )
(Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.)
put error or undesired output here
(Add as much information about your environment as possible, e.g. dependencies versions.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
(A clear and concise description of what the bug is.)
To Reproduce
(Please provide minimal example of code snippet that reproduces the error. For existing examples, please provide link.)
Error message or code output
(Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.)
Environment
(Add as much information about your environment as possible, e.g. dependencies versions.)
The text was updated successfully, but these errors were encountered: