安装torch2.1.2 with cuda11.8
由于清华镜像源(包括阿里源和豆瓣源)都没有torch2.1.2cu118的包,因此只能从pytorch官网下载。 服务器上直接通过下面pip的方式安装会由于网络原因中断,无奈只能在本地先把torch的包下载下来再上传到…
cnt数组表示:cnt【j】表示边j
#include<iostream>
#include<cstring>
#include<algorithm>
#include<queue>
#define N 2010
#define M 10010
using namespace std;
int n,m;
int h[N],w[M],e[M],ne[M],idx;
int dis[N],cnt[N];
bool st[N…
每天的零点十分,定时向mysql数据库插入,昨天新增的文件和昨天下载文件的记录。第一次运行的时候,会全量同步昨天之前的数据。
import os
import threading
from datetime import datetime, timedelta
import time
import schedule
from pymy…