Removing Fixed Randomness

If the os.listdir API or other APIs are used to obtain the file list when reading data, call the sort API to sort the file list to ensure that the file sequence obtained from different devices or during multiple runs is the same.

If the dataset.shuffle operation is used to randomly shuffle the dataset, comment out the line of code.

Other random data processing is also removed or deterministic modification is performed.