Skip to content

MTS prob dimension #3241

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

Open
moghadas76 opened this issue Jan 20, 2025 · 0 comments
Open

MTS prob dimension #3241

moghadas76 opened this issue Jan 20, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@moghadas76
Copy link

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.)

    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),
        )

Error message or code output

(Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.)

put error or undesired output here

Environment

  • Operating system:
  • Python version:
  • GluonTS version:
  • MXNet version:

(Add as much information about your environment as possible, e.g. dependencies versions.)

@moghadas76 moghadas76 added the bug Something isn't working label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant