Results 16 comments of SunixLiu

Got same issue, it seems that there's no image generated in the final output folder, nothing to do with the var f_image.

You may need to reduce image size, I got similar issue, after I reduced file size, it worked.

Need to worry about warning messages ,as long as it can run

For this: AttributeError: 'NoneType' object has no attribute 'shape' error, most likely means that the programe did not find or could not read the file you specified, you may need...

Seems no documentation for this, but you could watch videos on youtube.com to learn this library: https://www.youtube.com/@murtazasworkshop

Guys, you can follow this [https://blog.ouseful.info/2023/04/04/running-gpt4all-on-a-mac-using-python-langchain-in-a-jupyter-notebook](https://blog.ouseful.info/2023/04/04/running-gpt4all-on-a-mac-using-python-langchain-in-a-jupyter-notebook) I've tested in my MacBook Pro, it's working perfectly.

Convert your .wav file to 24-bit or other sample rate by using Audacity, then it might work.

> [New Feature]能否用自己的数据训练一个预测模型,我的数据是工业上的数据,有很多特征值,想用它来训练从而帮我预测工业参数。 这种难道不是General ML的活儿么?比如用Scikit-learn。

I added two lines: ``` import os os.environ ['CUDA_LAUNCH_BLOCKING'] ='1' ``` and this `gpu_memory_utilization=0.50` . but it seems the error info is the same: INFO 06-21 22:53:33 llm_engine.py:59] Initializing an...