Bo Zhang
Results
12
comments of
Bo Zhang
yes, they are. 1 and tensor(0).
since the `self._samples` only has 1 element inside it, I tried to investigate the `self._samples[0]` by doing `print(sum(1 for _ in self._samples[0]))`. This time, it tells me that ``` Traceback...