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

[TiDE] Exception("No windows available for training") #1172

Open
rjguedes8 opened this issue Oct 3, 2024 · 0 comments
Open

[TiDE] Exception("No windows available for training") #1172

rjguedes8 opened this issue Oct 3, 2024 · 0 comments

Comments

@rjguedes8
Copy link

I'm using TiDE and for some combination of hyper parameters I face the same issue.
My series have a length >= input size + h, any idea why does this happen? I cannot find anything common between the hyper parameters that failed that might be triggering this exception...

these do not work:

{"input_size": 12, "h": 13, "num_encoder_layers": 18, "num_decoder_layers": 11, "decoder_output_dim": 16, "hidden_size": 19, "temporal_width": 20, "temporal_decoder_dim": 64, "dropout": 0.2201250055472177, "batch_size": 16, "max_steps": 2887, "random_seed": 42, "learning_rate": 0.0036755406235537713, "layernorm": false, "scaler_type": "standard", "num_lr_decays": 7, "val_check_steps": 100, "start_padding_enabled": true}
{"input_size": 12, "h": 13, "num_encoder_layers": 3, "num_decoder_layers": 6, "decoder_output_dim": 6, "hidden_size": 8, "temporal_width": 31, "temporal_decoder_dim": 32, "dropout": 0.167877884832288, "batch_size": 32, "max_steps": 1493, "random_seed": 42, "learning_rate": 0.0012947352550811552, "layernorm": false, "scaler_type": "minmax", "num_lr_decays": 7, "val_check_steps": 50, "start_padding_enabled": true}
{"input_size": 26, "h": 13, "num_encoder_layers": 5, "num_decoder_layers": 7, "decoder_output_dim": 26, "hidden_size": 14, "temporal_width": 1, "temporal_decoder_dim": 64, "dropout": 0.2447828048783552, "batch_size": 32, "max_steps": 1183, "random_seed": 42, "learning_rate": 0.012868199705960067, "layernorm": false, "scaler_type": "standard", "num_lr_decays": 7, "val_check_steps": 50, "start_padding_enabled": true}
{"input_size": 12, "h": 13, "num_encoder_layers": 30, "num_decoder_layers": 27, "decoder_output_dim": 26, "hidden_size": 28, "temporal_width": 6, "temporal_decoder_dim": 16, "dropout": 0.22650625477678882, "batch_size": 32, "max_steps": 2261, "random_seed": 42, "learning_rate": 0.04951797346057748, "layernorm": false, "scaler_type": "robust", "num_lr_decays": 3, "val_check_steps": 100, "start_padding_enabled": true}

this works:

{"input_size": 52, "h": 13, "num_encoder_layers": 9, "num_decoder_layers": 6, "decoder_output_dim": 10, "hidden_size": 24, "temporal_width": 13, "temporal_decoder_dim": 32, "dropout": 0.21459933827060712, "batch_size": 32, "max_steps": 1121, "random_seed": 42, "learning_rate": 0.007506012394677122, "layernorm": false, "scaler_type": "standard", "num_lr_decays": 3, "val_check_steps": 50, "start_padding_enabled": true}
@rjguedes8 rjguedes8 changed the title Exception("No windows available for training") [TiDE] Exception("No windows available for training") Oct 3, 2024
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