-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Did every trail need to load data? #3294
Comments
This is by design. However, there is an experimental switch which avoids this, see https://nni.readthedocs.io/en/stable/Tutorial/ExperimentConfig.html and To speed things up, cache everything in Apache Arrow Most GPUs are limited to somewhere around 10GB of GPU RAM. Loading enough data to max out that RAM should take about 5 to 10 seconds with a fast SSD, and if training takes 20 minutes, that is a small overhead compared to the whole. As long as the loading overhead is only a few percentage points of the training time, this is not so much of a disadvantage as it would seem. |
Thanks for your response! |
We are discussing this feature and will support it in the future. Thanks for your issue again. |
I found that every trail will load data, which is time consuming.
Is this normal or there is another way to avoid reading data every trail?
Thank you very much!
The text was updated successfully, but these errors were encountered: