Enrico
Enrico
Have you done any step ahead on this?
probably easier if you split your program into tasks (FreeRtos) and then assign the tasks to specific cores and assign the right priorities.
Hi there, You have to set those 2 params: ``` modem.setNetworkMode(38); modem.setPreferredMode(2); ``` and then business as usual.
same problem here, but it happens randomly
There is anyway the community can help on this?
Hi, @mattdangerw to clarify a bit: - Referring, for instance, to `ImageClassifier` the `preprocessor` looks like the actual object used in `preprocess_samples`, if `preprocess_samples` is mainly a set of Keras...
I was trying to run some tests to understand more, particularly `MobileNetImageClassifierTest`. The pre-processing parts work fine with generic Keras ops that do not strictly rely on TF. At some...
Hi @mattdangerw what are the next steps here?