【遥感时空融合】A new benchmark for spatiotemporal fusion of Sentinel-2 and Sentinel-3 OLCI images数据集处理方法
摘要:
最近读了一篇新的数据集A new benchmark for spatiotemporal fusion of Sentinel-2 and Sentinel-3 OLCI images | Earth Science Informatics,提供了较新的Sentinel-2和Sentinel-3的
【Linux】远程使用Tmux+Tensorboard监测模型训练
摘要:
前言 最近使用Lightning-AI/pytorch-lightning: Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.框架来搭建了一些模型,这个框架集合了Ten
【Linux】解决无法ping通或者安装报错的问题
摘要:
关于ping www.baidu.com不通的问题 首先你需要root权限 然后去修改网络解析配置: sudo vim /etc/resolv.conf 在后面加上 nameserver 8.8.8.8 nameserver 8.8.4.4 保存后重启网络服务 sudo /etc/init.d/ne
【Pytorch】小土堆笔记(未完成)
摘要:
transforms 在训练的过程中,神经网络模型接收的数据类型是 Tensor,而不是 PIL 对象,因此我们还需要对数据进行预处理操作,比如图像格式的转换。 同时我们可以对图片进行一系列图像变换与增强操作,例如裁切边框、调整图像比例和大小、标准化等,以便模型能够更好地学习到数据的特征。 这些操作
【Python】使用pyinstaller打包称exe文件执行
摘要:
刚接触py,现在需要将一个写好的程序打包成exe,由于用了一些第三方依赖库,导致直接打包失败,现在记录一下正确的打包语句。 pyinstaller -D -p D:\code\python\excel2csv\venv\Lib\site-packages UI.py --hidden-import