DeepTime icon indicating copy to clipboard operation
DeepTime copied to clipboard

How to debug or How to rewrite the code to start through the main function such as Informer or Autoformer

Open linbingkong opened this issue 2 years ago • 2 comments

I want to debug the code and use my own sql data,I change the "Fire(ForecastExperiment)" into " forcastexp = ForecastExperiment(config_path='storage/experiments/ECL/96M/repeat=0/config.gin') forcastexp.instance(model_type='deeptime')",but it not work.I would be very grateful if you can rewrite the code to start through the main function such as Informer or Autoformer.

linbingkong avatar Aug 08 '23 06:08 linbingkong

Hey, thanks for the interest in our work, unfortunately I do not have the bandwidth to do so. You could try copy and pasting the model code into the Autoformer codebase, it should take a similar input format. Any reason why you don't want to just use the code as is?

gorold avatar Aug 15 '23 10:08 gorold

Maybe the pull request #15 can help to load the trained model. By default, if it was trained, it will load the trained model and run the validate function.

xhoong avatar Jan 17 '24 04:01 xhoong