kamo262

Results 2 issues of kamo262

As explained the [document](https://github.com/webdataset/webdataset#multinode-training), I tried the resampled option for "exact epoch". This is the sample code. I executed this on single node. ``` import webdataset as wds dataset =...

bug

I noticed the CPU implementation of trilinear forward and backward functions only support batch_size == 1. When we use the functions with batch_size > 2, the first sample is only...