摘要:
今天研究了外包杯的题目。 我们做的主要是一个虚拟数字人的项目,这里记录下在windows上配置pytorch3d以及freqencoder, gridencoder, raymarching shencoder这几个库的过程 首先这几个库是用过setup.py进行安装的,也就是python setu 阅读全文
posted @ 2024-01-18 20:30
IronBro
阅读(294)
评论(0)
推荐(0)
摘要:
使用 FinalShell 连接到 VMware 上的 Linux 虚拟机 ifconfig查看ip 在主机中可以ping通 sudo apt-get install openssh-server安装ssh service sshd start启动ssh服务 之后在finalshell中就可以连接了 阅读全文
posted @ 2024-01-17 16:16
IronBro
阅读(69)
评论(0)
推荐(0)
摘要:
pip install tensorflow-gpu==2.8.0时出现的大坑我本身一直用的是清华源,安装时报如下错误 ERROR: Could not find a version that satisfies the requirement tf-estimator-nightly==2.8.0 阅读全文
posted @ 2024-01-14 22:00
IronBro
阅读(521)
评论(0)
推荐(0)
摘要:
SSH无法连接问题: java.io.IOException: End of IO Stream Read 使用下面的命令:修改对应权限 chmod 600 /etc/ssh/ssh_host_rsa_key chmod 600 /etc/ssh/ssh_host_dsa_key chmod 600 阅读全文
posted @ 2024-01-13 20:48
IronBro
阅读(19)
评论(0)
推荐(0)
摘要:
拿到一个新的linux系统 设置root密码 sudo passwd root 回车后会出现让你输入原始密码,新密码和确认密码: [sudo] password for you: > 输入你的密码(你现在这个用户的密码) Enter new UNIX password: > 设置root 密码 Re 阅读全文
posted @ 2024-01-12 21:20
IronBro
阅读(42)
评论(0)
推荐(0)
摘要:
解决无法获得锁 /var/lib/dpkg/lock-frontend 问题:1.运行apt-get update命令2.运行其他命令如sudo install xxx 出现:E: 无法获得锁 /var/lib/dpkg/lock-frontend。锁正由进程 xxxx(unattended-upg 阅读全文
posted @ 2024-01-11 22:15
IronBro
阅读(51)
评论(0)
推荐(0)
摘要:
2. Transformer 的输入 Transformer 中单词的输入表示 x由单词 Embedding 和位置 Embedding (Positional Encoding)相加得到。 2.1 单词 Embedding 单词的 Embedding 有很多种方式可以获取,例如可以采用 Word2 阅读全文
posted @ 2024-01-08 23:23
IronBro
阅读(53)
评论(0)
推荐(0)
摘要:
1.本学期搞对象成功 2.软件著作权投出去了 但是证书还没有发下来,只能先拿相关文档当证据 3.本学期读书笔记按照读书计划按时发布 阅读全文
posted @ 2024-01-04 23:54
IronBro
阅读(31)
评论(0)
推荐(0)
浙公网安备 33010602011771号