chainercv.transforms.scale does not work with chainer.iterators.MultiprocessIterator · Issue #386 · chainer/chainercv

Either random_crop or center_crop will cause the training even not start when using MultiprocessIterator. However, if I change to use SerialIterator, it will work just fine. Haven't tested other tr...