Hello,
I keep running into this error when I use the Random Positions sampler. I don't run into this when using the interval sampler with my data. But I get this error even if I use the tutorial data and model with the Random Position Sampler. I'm not sure how to avoid this issue.
AttributeError: 'bool' object has no attribute 'seek'. You can only torch.load from a file that is seekable. Please pre-load the data into a buffer like io.BytesIO and try to load from it instead.