Hello, I am trying to run the tcn.py example and I am facing some difficulties.
with
--add_config [...]/config/tcn.yaml --observer file
It returns
File "[...]\dts\examples\tcn.py", line 184, in <module>
observer_type=args.observer)
TypeError: run_single_experiment() missing 1 required positional argument: 'log_dir'
Can you please provide some fruitful input?