I encountered a package compatibility error trying to run the code.
...
val pred_len: 96 : num_test_windows: 29
test pred_len: 96 : num_test_windows: 29
Test context length: [96], prediction length: [96]
Validation context length: [96], prediction length: [96]
Training context length: [96], prediction lengths: [96]
Test rolling length: 96
Variable-specific normalization: True
Traceback (most recent call last):
File "/mnt/.../Python/K2VAE/run.py", line 210, in <module>
cli = ProbTSCli(
File "/home/.../miniforge3/envs/k2vae/lib/python3.10/site-packages/lightning/pytorch/cli.py", line 410, in __init__
self.instantiate_classes()
File "/home/.../miniforge3/envs/k2vae/lib/python3.10/site-packages/lightning/pytorch/cli.py", line 600, in instantiate_classes
self.config_init = self.parser.instantiate_classes(self.config)
File "/home/.../miniforge3/envs/k2vae/lib/python3.10/site-packages/jsonargparse/_deprecated.py", line 141, in patched_instantiate_classes
cfg = self._unpatched_instantiate_classes(cfg, **kwargs)
File "/home/.../miniforge3/envs/k2vae/lib/python3.10/site-packages/jsonargparse/_core.py", line 1178, in instantiate_classes
component.instantiate_class(component, cfg)
File "/home/.../miniforge3/envs/k2vae/lib/python3.10/site-packages/jsonargparse/_signatures.py", line 580, in group_instantiate_class
parent[key] = instantiator_fn(group.group_class, **value)
File "/home/.../miniforge3/envs/k2vae/lib/python3.10/site-packages/jsonargparse/_common.py", line 138, in __call__
return instantiator(class_type, *args, **kwargs)
TypeError: _InstantiatorFn.__call__() missing 1 required keyword-only argument: 'applied_instantiation_links'
I admit that I am trying to run this out of the box with little modification, but I am hoping that someone can suggest an easy fix. I am not sure where to begin to troubleshoot!
Thanks,
Drew
I encountered a package compatibility error trying to run the code.
I admit that I am trying to run this out of the box with little modification, but I am hoping that someone can suggest an easy fix. I am not sure where to begin to troubleshoot!
Thanks,
Drew