Emre Sevgen
Emre Sevgen
I might be mistaken, but lolopy does not seem to support categorical inputs. Input of categorical features fails in utils.py with an attempted cast of X to np.float64. @WardLT If...
**Describe the bug** Setting pin_memory: True in yaml under dataloader causes an AttributeError: "AttributeError: 'dict' object has no attribute 'cuda'" **To Reproduce** Steps to reproduce the behavior: Set in a...
**Describe the bug** models/thalnet/thalnet_module.py is the source of the error, on line 131. Trying to log an error to logger causes this. **To Reproduce** Steps to reproduce the behavior: Happened...
There is inconsistent naming across params. For example, directories are sometimes called 'dir' and sometimes called 'folder'. We should perhaps decide on a unified set of standard names for source...