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

Any Clear Tutorial on How to Use Custom Dataset and What are the Guidelines/HyperParameter tuning? #7

Open
Curiosity007 opened this issue Nov 4, 2024 · 1 comment

Comments

@Curiosity007
Copy link

Any Clear Tutorial on How to Use Custom Dataset and What are the Guidelines/HyperParameter tuning?

@idevede
Copy link
Contributor

idevede commented Nov 9, 2024

Hi Curiosity,

Thanks for your interest in our project! To use a custom dataset and manage hyperparameter tuning, refer to our example notebook (Google Colab Link) and use the configuration template in configs/custom_dataset.yml.

For the Guidelines/HyperParameter tuning: First, define your time series period, then follow the default settings in the training scripts. The recommended approach is to start by loading the pre-trained checkpoint, then incorporate your custom time series data and update the model based on validation dataset performance. This incremental approach allows for optimal model adaptation to your specific data.

image

Best

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

2 participants