便宜的GPU服务器租赁服务

国外网站

https://vast.ai/(价格很便宜,但传输速度慢,gpu可以暂停,暂停后只收取存储费用)

https://www.floydhub.com/ (不是单纯的服务器租赁,功能多,价格较贵)

国内网站

易学智能 https://www.easyaiforum.cn/(功能很完善,但价格相对较贵)

极客云 https://www.jikecloud.net/(价格和易学智能差不多)

矩池云 https://www.matpool.com/

下面几个(似乎是一个东西)最便宜,服务器到期后数据将不再存在,服务不稳定, 如果连接不上需要联系客服。

  • https://ai.windywinter.cn/home/

  • https://rocketai.top/home/

  • https://www.dbchain.ai/home/

他们的源头似乎是这个

https://www.deepbrainchain.org/ailanding.html

文件传输

坚果云

conda create --name py2 python=2.7
source activate py2
pip install nutstore-cli
nutstore-cli

输入用户名和webdav密码,完成后续上传操作

百度云

参考
https://www.jianshu.com/p/11f071e1f7fe

https://www.cnblogs.com/liwei0526vip/p/5002434.html

https://github.com/houtianze/bypy

https://github.com/houtianze/bypy/issues/413
安装上传至百度云盘所需要的库

sudo pip install bypy
bypy info
bypy upload filename -v

如果遇到以下问题

<W> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<W> WARNING: Can't detect the system encoding, assume it's 'UTF-8'.
Files with non-ASCII names may not be handled correctly.
<W> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<W> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<W> Encoding for StdOut: ANSI_X3.4-1968
<W> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

命令行输入

locale-gen en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8

你可能感兴趣的:(便宜的GPU服务器租赁服务)