Naveen
Naveen
@galaktyk Thanks for sharing this. Do you have any idea how to use it with qubvel/segmentation_models?
Ok I checked out the develop branch inside the uTensor and started build again: The previous error has gone but new errors are: ``` Compile [ 98.9%]: uTensor_util.cpp [Error] dirent.h@10,2:...
Here are headers: models/simple_mnist.hpp ``` #ifndef __MODELS_SIMPLE_MNIST_H #define __MODELS_SIMPLE_MNIST_H #include "uTensor/core/context.hpp" void get_simple_mnist_ctx(Context& ctx, Tensor* input_0); #endif // __MODELS_SIMPLE_MNIST_H ``` models/simple_mnist.cpp: ``` #include "simple_mnist.hpp" #include "uTensor/ops/MatrixOps.hpp" #include "uTensor/ops/NnOps.hpp" #include "uTensor/ops/ArrayOps.hpp"...
@neil-tan What do you mean by "uTensor runtime"? Project directory listings: ``` main.cpp mbed-os.lib mbed_settings.py uTensor/ mbed-os/ mbed_app.json models/ uTensor.lib ``` If you meant the "uTensor" directory, that is on...
I get this: ``` * develop master ``` So it is on the develop branch.
Thanks @neil-tan the build process completed successfully after adding this commit. The final step is to run on the device (using same compile params with -f) keeps waiting on this...
@mbartling Thanks I will try.
@neil-tan I am using Mac (High Sierra). I can use screen or Coolterm. What should I expect to see in the case of error? I used following program to test...
@neil-tan I think the SD pin assignment is fine. I have already set the pin assignment in the mbed_app.json. ``` "target_overrides": { "HEXIWEAR": { "sd-mosi": "PTE3", "sd-miso": "PTE1", "sd-clk": "PTE2",...
If I misspelled the tmp.idx as tmp.id it gives me error on the CoolTerm: ``` [Error] ./uTensor/uTensor/loaders/tensorIdxImporter.cpp:61 @parseMeta Error opening file: /fs/tmp.id ``` Otherwise it is fine with the correct...