摘要:
在训练神经网络的时候,需要对输入的图片进行归一化操作。对于单通道灰度图可以进行采样并求取采样图片的均值和方差。 假设训练所用的图片名都存在figure_file.txt中。 import os import numpy as np from PIL import Image channel_mean 阅读全文
摘要:
在服务器上用3090尝试运行程序的时候发现了报错 UserWarning: NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The 阅读全文
摘要:
Applied Data Science with Python Part 1: Introduction to Data Science in Python 最近在Coursera平台上学习了密西根大学的Applied Data Science with Python 课程,因此想将所学的内容记录 阅读全文