|
|
@@ -206,6 +206,7 @@ bool CTfLiteClass::MakeAllocate()
|
|
|
|
|
|
LogFile.WriteToFile(ESP_LOG_DEBUG, TAG, "CTfLiteClass::MakeAllocate");
|
|
|
this->interpreter = new tflite::MicroInterpreter(this->model, resolver, this->tensor_arena, this->kTensorArenaSize);
|
|
|
+ LogFile.WriteToFile(ESP_LOG_INFO, TAG, "Trying to load the model. If it crashes here, it ist most likely due to a corrupted model!");
|
|
|
|
|
|
if (this->interpreter)
|
|
|
{
|