Skip to content

Commit

Permalink
Removing not required code.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloschuler committed Jan 9, 2023
1 parent 24e4c73 commit 502e3b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/VisualAutoencoder/uvisualautoencodertinyimagenet.pas
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ implementation

procedure TFormVisualLearning.ButLearnClick(Sender: TObject);
begin
if not CheckCIFARFile() then exit;

if (FRunning) then
begin
SendStop;
Expand Down Expand Up @@ -166,10 +164,6 @@ procedure TFormVisualLearning.FormDestroy(Sender: TObject);
end;

procedure TFormVisualLearning.DisplayInputImage(ImgInput: TNNetVolume; color_encoding: integer);
var
pMin0, pMax0: TNeuralFloat;
pMin1, pMax1: TNeuralFloat;
pMin2, pMax2: TNeuralFloat;
begin
FDisplay.Resize(ImgInput);
FDisplay.Copy(ImgInput);
Expand Down

0 comments on commit 502e3b7

Please sign in to comment.