Struct FSB3CheckpointSettings
- struct FSB3CheckpointSettings : public FTrainingSettings
-
A struct to hold checkpoint settings for an SB3 training script.
Public Functions
- virtual void GenerateTrainingArgs(int Port, FScriptArgBuilder &ArgBuilder) const
-
Generate the training arguments for the script using the ArgBuilder.
Note
port is supplied as it is a common argument to pass to scripts, and is set at a high level but might be needed by specific subsettings
- Parameters:
-
-
Port – [in] The port to use for the script
-
ArgBuilder – [in] The builder to use to generate the arguments
-