Skip to content

Commit

Permalink
fix prepforplot typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpinkney authored May 12, 2020
1 parent c9b260f commit dec1f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/+p2p/+vis/TrainingPlot.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function initImages(obj)

function updateImages(obj, generator)
output = tanh(generator.forward(obj.ExampleInputs));
displayIm = obj.PrepForPlot(output);
displayIm = obj.prepForPlot(output);
obj.OutputsIm.CData = imtile(displayIm);
end

Expand Down Expand Up @@ -113,4 +113,4 @@ function updateLines(obj, epoch, iteration, gLoss, lossL1, ganLoss, dLoss)
end
end
end
end
end

0 comments on commit dec1f66

Please sign in to comment.