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

Import Error in pts/modules/distribution_output.py #167

Open
ClaraGrthns opened this issue Jun 14, 2024 · 0 comments
Open

Import Error in pts/modules/distribution_output.py #167

ClaraGrthns opened this issue Jun 14, 2024 · 0 comments

Comments

@ClaraGrthns
Copy link
Contributor

With the new version of Gluonts (v: 0.15.0) there are import errors in pts/modules/distribution_output.py.

the following lines yield the Import Error:

from gluonts.torch.distributions.distribution_output import (
    DistributionOutput,
    LambdaLayer,
    PtArgProj,
)

I propose the following import of Modules:

from gluonts.torch.distributions.distribution_output import DistributionOutput
from gluonts.torch.modules.lambda_layer import LambdaLayer
from gluonts.torch.distributions.output import PtArgProj
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

1 participant