add default config for RandomSubsetTrainingSampler in D2go
Summary: Add default config for RandomSubsetTrainingSampler in D2 (https://github.com/facebookresearch/d2go/commit/3ee8885047e7ffb9eadcc6a1ecf8253c7ce9f79e)go. User can use use the RandomSubsetTrainingSampler with the following yaml configs ``` DATALOADER: SAMPLER_TRAIN: RandomSubsetTrainingSampler RANDOM_SUBSET_RATIO: [Desired_ratio] # for RandomSubsetTrainingSampler ``` Reviewed By: XiaoliangDai Differential Revision: D29892366 fbshipit-source-id: cabb67fb46e51a93a8342a42f77a8a4d23a933e9
Showing
Please register or sign in to comment