The sweet story of Peru’s blueberry boom
Plucky farmers have transformed the market in only ten years
plucky:英 [ˈplʌki] 勇敢的;无畏的;有胆识的 原文:
Peru’s blueberry harvest is just beginning, and Ivan Ja…
论文标题:LEARNING TO EMBED TIME SERIES PATCHES INDEPENDENTLY
下载地址:https://arxiv.org/pdf/2312.16427v1.pdf
开源代码:https://github.com/seunghan96/pits
前言
之前的文章我们读了Patch TST,建议大家阅读原论文&…
使用系统为Ubuntu2404,mysql8版本为8.0.36
安装mysql
apt install -y mysql-server设置开机自启动
systemctl enable --now mysql修改密码,似乎是bug,修改密码第一次不成功,第二次可以
mysql
use mysql;
update user set Host…
一、下载minconda3
下载地址:https://docs.conda.io/en/latest/miniconda.html
一般国内访问比较困难,可到清华软件镜像站 Index of /anaconda/miniconda/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror 需要特别注意自己的下载版本和自己的…