Chinese Yellow Pages | Classifieds | Knowledge | Tax | IME

Category: AI/Machine Learning

How to run stable diffusion on CPU boxes

Docker image: https://hub.docker.com/r/siutin/stable-diffusion-webui-docker docker pull siutin/stable-diffusion-webui-docker:latest-cpu   https://github.com/siutin/stable-diffusion-webui-docker Run it: docker run -it –name sdw –network host -v $(pwd)/models:/app/stable-diffusion-webui/models -v $(pwd)/outputs:/app/stable-diffusion-webui/outputs –rm siutin/stable-diffusion-webui-docker:latest-cpu bash webui.sh –skip-torch-cuda-test –no-half –use-cpu all –share…

Recommendation system

Basic knowledge https://developers.google.com/machine-learning/crash-course/embeddings/video-lecture A good one : explain embedding and recommendation system Type Definition Example content-based filtering Uses similarity between items to recommend items similar to what the user likes. If user…