Skip to content

Commit

Permalink
Fixing SimpleImageClassifierPaddingCroppingSwish.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloschuler committed Oct 17, 2021
1 parent 1193b60 commit 13d8fbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ TTestCNNAlgo = class(TCustomApplication)
NeuralFit.StaircaseEpochs := 10;
NeuralFit.Inertia := 0.9;
NeuralFit.L2Decay := 0.00001;
NeuralFit.MaxThreadNum := 1;

NeuralFit.Fit(NN, ImgTrainingVolumes, ImgValidationVolumes, ImgTestVolumes, {NumClasses=}10, {batchsize=}64, {epochs=}50);
NeuralFit.Free;
Expand Down

0 comments on commit 13d8fbe

Please sign in to comment.