Python

uLab: MicroPython Firmware with uLab for ESP32

Github: https://github.com/v923z/micropython-builder/releases/tag/latest Update ESP build (#31) * Update esp_idf version to 5.0.4 * Use m...

Muchao 5 Dec, 2024

PaddleDetection安装(CPU和GPU) 一、CPU版本 1. 新建pycharm工程; 2. 安装paddlePaddle “ python -m pip install paddlepaddle==3.0.0b1 -i https://www.paddlepad...

Muchao 18 Aug, 2024

CUDA and cuDNN

PaddleDetection环境要求CUDA>=10.1, cuDNN>=7.6 1. CUDA下载和安装 版本:NVIDIA control panel --> 选择左下角系统信息 --> 组件 此处,电脑显卡最高支持cuda 11.0.228版本 ...

Muchao 17 Aug, 2024

Pycharm/Python: 使用技巧

1. Pycharm中Matplotlib图像不显示(Pycharm社区版) #添加plt.show() # 可视化图片 from matplotlib import pyplot as plt plt.imshow(img[0]) plt.show() 2.

Muchao 9 Aug, 2024

Paddlapaddle: Project2: Handwritten Digit Recognition

This task is the "Hello world" in deep learning, which is used to classify ten types of numbers from 0~9, that is, the image of h...

Muchao 9 Aug, 2024

Paddlapaddle: Project1: hello Paddle

1. New Project Interpreter Type: virtual environment 2. Ordinary program VS Machine Learning The biggest difference between machine learnin...

Muchao 28 Jun, 2024

Pycharm: Virtual Environment

Version:  Pycharm 2024.1.4 Python 3.11.9 The Python project relies heavily on libraries. To manage various projects and versions, it is reco...

Muchao 27 Jun, 2024