09 2020 档案
摘要:确认远程服务器有安装ssh服务器 端口号若和服务器的不一致,可能会被服务器的防火墙拒绝,一般本机默认端口号为22 查看服务器的端口号 scp后加-P 端口号 scp -P 8000 -r filename name@host
阅读全文
摘要:将搜狗输入法卸载,并将语言支持里的键盘输入法系统设置为IBus
阅读全文
摘要:x = torch.tensor([1, 2, 3]) tensor([[1, 1, 1], [2, 2, 2], [3, 3, 3]]) x.reshape(-1) tensor([1, 1, 1, 2, 2, 2, 3, 3, 3]) view a = torch.arange(0,20) a.
阅读全文
摘要:cuda9.1下载链接 https://developer.nvidia.com/cuda-91-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1704&target_t
阅读全文

浙公网安备 33010602011771号