jetpacapp / DeepBeliefSDK

The SDK for Jetpac's iOS Deep Belief image recognition framework
Other
2.86k stars 437 forks source link

Why no function other than jpcnn_print_predictor for extracting trainer data? #34

Closed dlublin closed 9 years ago

dlublin commented 9 years ago

I know that on iOS that it is not possible to write text files directly, but why not just have a return as a data-blob or string that can be stored and loaded programmatically?

Unless I'm mistaken, when working on the Mac, fprintf / stderr doesn't always route to the system console anymore, which makes the jpcnn_print_predictor demonstrated in the learning example unreliable.

dlublin commented 9 years ago

IDIOT