TypeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/deepethogram/base.py in get_trainer_from_cfg(cfg, lightning_module, stopper, profiler)
385 # don't like how they keep updating the api without proper deprecation warnings, etc.
--> 386 trainer = pl.Trainer(gpus=[cfg.compute.gpu_id],
387 precision=16 if cfg.compute.fp16 else 32,
in google colab the gpus is automatic distributied,so it may not set the gpus,but when I delete the parament,it also show errors.