gluonts icon indicating copy to clipboard operation
gluonts copied to clipboard

PyTorch implementation of MQ-CNN and MQ-RNN

Open lostella opened this issue 2 years ago • 1 comments

References:

  • https://arxiv.org/pdf/1711.11053.pdf
  • MXNet implementation (in my opinion this is a little too dispersive)

Milestones for this one:

  • [ ] Implementing core modules (with option for different encoders, but more compact than the MXNet one)
  • [ ] Implementing LightningModule to handle training: this should take care of the "forking" logic described in the paper
  • [ ] Estimator wrapper

lostella avatar Jun 22 '22 10:06 lostella

Any updates on this?

baharian avatar Mar 18 '24 20:03 baharian