TensorFlow 2.0: A Comprehensive Guide to Mastering in 30 Days

TensorFlow 2.0: A Comprehensive Guide to Mastering in 30 Days

Follow the public account “ML_NLP” Set as “Starred”, heavy content will be delivered first! Source | Machine Heart “The official documentation is messy, the search function is difficult to use, and the API is hideous…” This is the complaint of many people about the TensorFlow official documentation. But complaints aside, in the industry, you cannot … Read more

Configuring TensorFlow GPU on MacOS M2

Configuring TensorFlow GPU on MacOS M2

This article mainly introduces the configuration of TensorFlow on MacOS 12.x, aiming to help beginner machine learning users on Mac avoid some detours. In general, configuring the Mac version of TensorFlow only requires three steps: the first step is to set up a virtual environment, it is recommended to choose Miniconda; the second step is … Read more

Easily Create an Image Generation Tool! Deploy Stable Diffusion in 10 Minutes

Easily Create an Image Generation Tool! Deploy Stable Diffusion in 10 Minutes

In the past year, diffusion models have become extremely popular and have become important productivity tools. New works continue to emerge in the AI research field, making it a hot topic in both industry and academia. This article will provide a hands-on tutorial for deploying the widely discussed stable-diffusion-webui project on the Qudong Cloud platform! … Read more

Advanced PyTorch: Tensors and Gradients

Advanced PyTorch: Tensors and Gradients

Excerpt from medium Author: Aakash N S Machine Heart Compilation PyTorch is an open-source neural network library developed and maintained by Facebook. It has gained significant momentum recently, with more and more developers writing tutorials for it, and this article is one of them. This is the first article in the ‘PyTorch: Zero to GANs’ … Read more