examples icon indicating copy to clipboard operation
examples copied to clipboard

Initialize thread count from model instead of showing "1" by default.

Open knumat opened this issue 4 years ago • 0 comments

In the iOS image classification app, the UI currently always shows an initial thread count of 1, even if someone changes the initial thread count in the code. (For example, by passing threadCount:2 into the ModelDataHandler init method.) This change ensures the correct thread count is displayed.

knumat avatar May 20 '21 15:05 knumat