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

[<Library component: Model|Core|etc...>] AutoModel Hyperparameter input_size_multiplier is wrong #1222

Open
zllearn opened this issue Dec 13, 2024 · 4 comments
Labels

Comments

@zllearn
Copy link

zllearn commented Dec 13, 2024

What happened + What you expected to happen

使用automodel模型时,其default_config提供的参数名input_size_multiplier错误,在实际使用时是input_size

Versions / Dependencies

neuralforecast库
python3.8 和 python3.10.9

Reproduction script

default_config = {
    "input_size_multiplier": [-1, 4, 16, 64],
    "inference_input_size_multiplier": [-1],
    "h": None,
    "encoder_hidden_size": tune.choice([50, 100, 200, 300]),
    "encoder_n_layers": tune.randint(1, 4),
    "context_size": tune.choice([5, 10, 50]),
    "decoder_hidden_size": tune.choice([64, 128, 256, 512]),
    "learning_rate": tune.loguniform(1e-4, 1e-1),
    "max_steps": tune.choice([500, 1000]),
    "batch_size": tune.choice([16, 32]),
    "loss": None,
    "random_seed": tune.randint(1, 20),
}

Issue Severity

Medium: It is a significant difficulty but I can work around it.

@zllearn zllearn added the bug label Dec 13, 2024
@marcopeix
Copy link
Contributor

Hello! What is wrong exactly with the input_size_multiplier and what error do you see?

@JQGoh
Copy link
Contributor

JQGoh commented Dec 23, 2024

@zllearn 你有碰到什么报错吗?这是Neuralforecast 里采用的命名而已。实际上还是尝试不同input_size的参数来优化。

@zllearn
Copy link
Author

zllearn commented Dec 24, 2024 via email

@JQGoh
Copy link
Contributor

JQGoh commented Dec 25, 2024

@marcopeix You could resolve this as the reporter said that was the mistake not by Neuralforecast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants