when run train.py --evolve, the code will load and analyze datasets every time before training.
On default, it will load 300 times.
As we all know, these are absolutely the same dataset, no need to load and analyze again and again. This will waste a lot of time.
Can we figure out a solution to solve this?