首页 > TAG信息列表 > SIF

使用singularity制作python镜像在服务器上训练数据

创建python镜像 singularity build --sandbox pytorch docker://python:3.8 创建一个名字叫做pytorch的镜像,python 版本选择3.8 交互模式运行 singularity shell -w pytorch 通过shell进入交互模式,安装需要的python包 安装包 pip install -r requirements.txt -i https://pypi.t

使用Python求多副tif影像平均值 并输出到新的tif中

目的: 现有2001-2020年 第57天—第273天的数据(间隔八天) 想要得到每一天(129 - 274)数据的20年平均 并存储到新的tif里面 数据命名方式如下:SIF_YYYYDDD_new.tif (YYYY为年, DDD为天)ex:SIF_2001057_new.tif                                                 

C# 滚动截图帮助类

using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace TeeChartTest {     class ControlImage