Gregory Wildes
Gregory Wildes
This is what I'm doing to save and load predictors and their code. I'm working with several predictors at once. def save_predictors(self,tag=""): for i, predictor in enumerate(self.predictors): predictor.save("predictors/"+str(self.targets[i])+tag) for i,...
For clarity, Lightwood does install onto RPI uname_result(system='Linux', node='raspberrypi', release='5.15.84-v8+', version='#1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023', machine='aarch64') with these errors: ERROR: pip's dependency resolver does not currently...
Requirement already satisfied: pip in ./.local/lib/python3.9/site-packages (22.3.1)
pip3 install --upgrade pip Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pip in ./.local/lib/python3.9/site-packages (22.3.1) pip3 install lightwood --force...
I recently created a fresh RPI system and still got same error with lightwood==23.1.2.1, however, lightwood==22.2.3.0 does not produce this error.
Yes, still same missing file. FWIW, on the previous system I built mxnet from source, but then got a pointer error.
Same here, but currently trying multiprocess (forked version of standard module multiprocessing). I have a continuously running script that uses multiprocess that always crashes after many hours of running. Six...