When I try to implement it however it breaks my dataloaders and gives me "'NoneType' object has no attribute 'is_tensor'" when trying to iterate it. Any idea of what might be causing this? Hi @juanpabloalfonzo, I have used the fork consistently to compute SHAP values recently so I ...
self.cache_name = None if cache_name is None else (cache_name or id(self)) self.random_state = check_random_state(random_state) def set_coalition(self, coalition: torch.Tensor): """Initializes storage to find marginal contribution of each data point""" self.num_points = len(coalition...
When I try to implement it however it breaks my dataloaders and gives me "'NoneType' object has no attribute 'is_tensor'" when trying to iterate it. Any idea of what might be causing this? Hi @juanpabloalfonzo, I have used the fork consistently to compute SHAP values recently so I ...