Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.2k
stars
1.14k
forks
source link
Object detection - Segfault after a large number of iterations #3459
Open
az-oolloow opened 2 years ago
I am running turicreate on macos on the following computer
Running macOS Monterey 12.6, Python 3.8, using virtualenv
Turicreate Version: 6.4.1 Tensorflow Version: 2.10.0
After about 38 thousand iterations running object detector script (which took some 21 hours) python crashed with a segfault
Here's crash log as reported by Problem Report tool
Is there something that can be done to recover the trained model under these circumstances?
If not, is there any way to continue training a model if this happens again?