You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the Swift framework for model training and have encountered a scenario where I need to process training data in a sequential order, without shuffling. I understand that the default behavior is to shuffle data during training, and the documentation suggests that disabling this requires modifying the source code.
Before proceeding with source code modifications, I wanted to inquire if there's an existing method or recommended approach within the Swift framework to disable data shuffling during training. Specifically, is there a configuration parameter, command-line argument, or a way to customize the data loader to achieve this behavior?
The text was updated successfully, but these errors were encountered:
I'm currently using the Swift framework for model training and have encountered a scenario where I need to process training data in a sequential order, without shuffling. I understand that the default behavior is to shuffle data during training, and the documentation suggests that disabling this requires modifying the source code.
Before proceeding with source code modifications, I wanted to inquire if there's an existing method or recommended approach within the Swift framework to disable data shuffling during training. Specifically, is there a configuration parameter, command-line argument, or a way to customize the data loader to achieve this behavior?
The text was updated successfully, but these errors were encountered: