Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphModel
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadWrite, Category&61;"Training Settings",
Meta&61;&40;ClampMin&61;"1", ClampMax&61;"1000000"&41;&41;
int32 NumIterations
Remarks
The number of iterations to train the model for. If you are quickly iterating then around 1000 to 3000 iterations should be enough. If you want to generate final assets you might want to use a higher number of iterations, like 10k to 100k. Once the loss doesn't go down anymore, you know that more iterations most likely won't help much.