pytorch_tabular icon indicating copy to clipboard operation
pytorch_tabular copied to clipboard

devices and devices_list type issues

Open zhang090210 opened this issue 4 months ago • 2 comments

https://github.com/manujosephv/pytorch_tabular/blob/023db2776f96a0f2854e837eef62840be1a12a5e/src/pytorch_tabular/config/config.py#L565C9-L566C45

When specifying a devices_list, this line of code causes

omegaconf.errors.ValidationError: Value '[1, 2, 3, 4]' of type 'list' could not be converted to Integer
    full_key: devices
    object_type=TrainerConfig

zhang090210 avatar Aug 05 '25 17:08 zhang090210