Skip to content

Some imports could not be found #2

Description

@wjqaea

Description

I changed the import from lib\site-package\gluonts to ~\src\gluonts, but there are some problems, the system prompts me that there are many import that cannot be found.

To Reproduce

in file "src\gluonts\model\psagan\_trainer.py"

from gluonts.model.psagan.lars_optim import LARSWrapper

in file "src\gluonts\model\psagan\_estimator,py"

from gluonts.transform import AddPositionalEncoding

And so on.

Error message or code output

ModuleNotFoundError: No module named 'gluonts.model.psagan.lars_optim'

Remark

I think I may have used your code in the wrong way, so I'd appreciate it if you could show me a sample code that uses psa-gan to generate the data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions