How to debug or How to rewrite the code to start through the main function such as Informer or Autoformer
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.
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?
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.