change random seed to match the splits of `facebookresearch/vissl`

#2
by SaulLu - opened

This PR proposes to change the seed of the random number generator to create the train split and the test split. Previously the seed 1234 was used and corresponded to the seed used by TF datasets (here), the new seed corresponds to that used by facebookresearch/vissl (here)

SaulLu changed pull request status to merged

Sign up or log in to comment