MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

OSError: [Errno 12] ENOMEM trying run self_learning_classifier_load.py

Open deby13 opened this issue 4 years ago • 1 comments

I have tried uploading full, minimum and minimum with k4 firmware. Also was able to upload the smodel on SD after many tries. Then I run self_learning_classifier.py with success. But when trying to run self_learning_classifier_load.py I get OSError: [Errno 12] ENOMEM. Any help would be very much appreciated

deby13 avatar Feb 23 '21 14:02 deby13

I have tried uploading full, minimum and minimum with k4 firmware. Also was able to upload the smodel on SD after many tries. Then I run self_learning_classifier.py with success. But when trying to run self_learning_classifier_load.py I get OSError: [Errno 12] ENOMEM. Any help would be very much appreciated

Its original routine save statement is not written to the loop, you can add the save statement to the loop, and then load

lyt-cloud avatar Apr 30 '22 06:04 lyt-cloud