Description

  • The calls to super init of Transformers for Time Series are unintuitive and makes the API inflexible when someone adds a module, and additional init args are added. I should redesign this so that new (optional) keyword arguments to init are transparent to inherited classes that do not need them, or are abstracted away. This also should be compatible with LightningModule.save_hyperparameters() call.