RobinSobczyk
Results
2
issues of
RobinSobczyk
### 🐛 Describe the bug First, here is the imports and test function : ```Python import torch import torch.nn as nn from tensordict import NonTensorData, TensorDict from tensordict.nn import dispatch...
bug
Hi, I'd like to highlight that seaborn does not handle hue grouping when the hue variable is not constant inside units. Here is a MWE : ```Python import matplotlib.pyplot as...