intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
16 stars 3 forks source link

Support search "past_seq_len" parameter in TCNGridRandomRecipe #342

Open dding3 opened 3 years ago

dding3 commented 3 years ago

"past_seq_len" is a very important parameter in TCN, it would be great if we can auto search its best value in autots.

TheaperDeng commented 3 years ago

Temporarily, we plan to support TCN/Seq2seq lookback searching by supporting customized data loader input.

TheaperDeng commented 3 years ago

I believe we can tune customized dataloader with autoestimator for now :)

dding3 commented 3 years ago

I believe we can tune customized dataloader with autoestimator for now :)

Thank you for the update. If we support this feature now, maybe we need add ut in the code. After it's done, please feel free to close this issue.